lexkoro / GameTTS

141 stars 19 forks source link

Application launches without UI #16

Closed Ecco1924 closed 2 years ago

Ecco1924 commented 2 years ago

The application launches without the UI shown in the readme.

The only windows opening up are these two browser instances:

grafik

lexkoro commented 2 years ago

Looks like port 8080 is already in use.

Open the main.py and change the port https://github.com/lexkoro/GameTTS/blob/edb513b779b57474b7e0c5885e5f62556527252c/GameTTS/main.py#L133 to something else like 9090.

Ecco1924 commented 2 years ago

Thank you, that solved it!