Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] UI not working, not even the script is generated #3

Open
ipharksai opened this issue Apr 13, 2024 · 1 comment
Open

[BUG] UI not working, not even the script is generated #3

ipharksai opened this issue Apr 13, 2024 · 1 comment
Assignees

Comments

@ipharksai
Copy link

I installed the whole thing, put in all the variables and everything. But how to start it is a little confusing to me., here is what I do:
In terminal window 1:
'docker-compose up -d'

In terminal window 2:
cd UI
'npm run dev'

Then I open a new tab and enter
'http://localhost:5000'

There I see the UI (I guess?). However it is like it did not finish loading or something?

image

The sections "Select audio" and "SubTitle Settings" have no input window.

When I click the rectangle symbol for fullscreen I get to see the 4 other "pages" (settings, generate, videos, documentation).
When I go to, e.g., generate, I can write something and click generate, and then nothing happens.

Thing is I cannot see any error message anywhere whatsoever. Since I am not very versed in programming I do not konw where to start to find the problem.

To reproduce: I can do it again, same behavior.

Also, I tried a similar approach following what it shows under "documentation" (
image

settings
Generate
Videos
Documentation
Search...CTRL K
Full Screen
Documentation related to the Money Printer UI
Project roadmap
Getting started
We have two options to get started
Option one: Local installation
Install requirements
pip install -r requirements.txt
Copy .env.example and fill out values
cp .env.example .env
Run the backend server
cd Backend
python main.py
Run the frontend server
cd ../Frontend
python -m http.server 3000
Run the nuxt front end
cd ../UI
npm install
npm run dev

Option one: Docker container

  1. Build the docker image
    docker-compose build --no-cache
  2. Run the docker container
    docker-compose up -d
  3. The fallowing port urls will be available
    Backend
    Frontend -> Basic frontend -> The port will be 3000 by default in the env but you can change it in the .env
    Frontend -> Nuxt frontend -> The port will be 5000 by default in the env but you can change it in the .env
    Money Printer UI
    )

Here I run into the same problem though.

Any idea what I can do?

Desktop (please complete the following information):

  • OS: Win11
  • Browser
  • Python Version 3.10.10
@leamsigc
Copy link
Owner

Is the back end service in the right port ? 8080

  • Can you pull and try it again

Another question is related to are you using the local development right or the container ?

Is there any error on the console?

  • The other option is to go to the general settings select the ai model then got to generate and try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants