text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

Error while creating share link for public URL

Open ostix360 opened this issue 1 year ago • 0 comments

Describe the bug

When I start the web ui with python server.py --auto-devices --chat --model-menu --listen --listen-port 31409 --share --auto-launch There is this error

Closing server running on port: 31409
Loading the extension "gallery"... Ok.
Running on local URL:  http://0.0.0.0:31409

Could not create share link. Please check your internet connection or our status page: https://status.gradio.app

And of course I check my internet connection and the gradio server's statue I'm on a window machine Thanks for your help

Is there an existing issue for this?

  • [X] I have searched the existing issues

Reproduction

Launch the file server.py with python server.py --auto-devices --chat --model-menu --listen --listen-port 31409 --share --auto-launch In my case the command is inside the webui.py file line 146 in the run_model function

Screenshot

No response

Logs

Closing server running on port: 31409
Loading the extension "gallery"... Ok.
Running on local URL:  http://0.0.0.0:31409

Could not create share link. Please check your internet connection or our status page: https://status.gradio.app

Idk where is the log file
So this is the log in the cmd

System Info

I'm on a window machine with 16Go RAM, AMD Ryzen 5 3600, Nvidia 1660 super (6Go RAM)

ostix360 avatar Apr 20 '23 19:04 ostix360