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

Does this still work?? ("It seems theres a bug somewhere") #100

Open
Itsukiomo opened this issue Jul 13, 2024 · 1 comment
Open

Does this still work?? ("It seems theres a bug somewhere") #100

Itsukiomo opened this issue Jul 13, 2024 · 1 comment

Comments

@Itsukiomo
Copy link

Ive been trying to use the mod and voicechat and textchat both dont work. It keeps saying theres a bug. I was wondering if this submod works still. And if it does how do I fix my problem.

@xztJLAU
Copy link

xztJLAU commented Jul 26, 2024

If your webUI and mod start normally, it's a web page loading problem, and you can solve it by waiting for all to load only partially.
We can start with 125 lines

def launch(context):
page = context.new_page()
page.goto("http://127.0.0.1:7860/")
#page.wait_for_load_state("networkidle")
page.wait_for_load_state("domcontentloaded")

context.storage_state(path="storage.json")
return page

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