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] Unexpected behavior on --listen option. #33

Open
3 tasks done
BraianPita opened this issue Jan 17, 2024 · 1 comment
Open
3 tasks done

[BUG] Unexpected behavior on --listen option. #33

BraianPita opened this issue Jan 17, 2024 · 1 comment
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛Bug [ISSUE] Ticket describing something that isn't working ✅ Fixed [ISSUE] Auto-Assigned to Tickets whose fix has been deployed

Comments

@BraianPita
Copy link

Environment

Windows

System

Windows 10 Version 21H2 (OS Build 19044.3086)

Describe the problem

When using the launcher, I activated the XTTS option and the --listen option. However, when I run it, XTTS server runs under localhost and I am unable to connect to it from my phone. The Extras server listens fine and binds to the LAN address, but I would expect to be able to listen to XTTS as well if its enabled. I am unsure of how to manually enable this yet, but it should not be needed to mess with the configs.

Additional info

The is no information as far as I can tell on the docs on how to manually enable the binding to LAN using either launcher or config files.

Please tick the boxes

@BraianPita BraianPita added the 🐛Bug [ISSUE] Ticket describing something that isn't working label Jan 17, 2024
@deffcolony
Copy link
Collaborator

deffcolony commented Mar 28, 2024

@BraianPita

In your terminal, When you encounter the following message: Uvicorn running on http://0.0.0.0:8020 (Press CTRL+C to quit) It indicates that you should use the IPv4 address of your PC to connect to XTTS instead of using 0.0.0.0, because 0.0.0.0 will not function correctly. To identify your own IPv4 address, open the command prompt and execute the command ipconfig. you will see something like 192.168.1.55 now use the address with port number like this http://192.168.1.55:8020
Avoid attempting to access it via your browser, as you will receive {"detail":"Not Found"}, implying that XTTS is detectable but should be accessed through SillyTavern.

@deffcolony deffcolony added 🚏 Awaiting User Response [ISSUE] Response from original author is pending ✅ Fixed [ISSUE] Auto-Assigned to Tickets whose fix has been deployed labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛Bug [ISSUE] Ticket describing something that isn't working ✅ Fixed [ISSUE] Auto-Assigned to Tickets whose fix has been deployed
Projects
None yet
Development

No branches or pull requests

2 participants