-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ERROR: Exception in ASGI application || ValueError: When localhost is not accessible, a shareable link must be created #5240
Comments
same for me. cant install it. |
same on my macbook |
Yep, me as well: (I got this same error as you once I'd gotten past the yaml error) |
Put Or do Or whatever |
Same issue here! Thought I was going crazy as it was just working yesterday. Thank you @elikoga for the solution, you are truly a saint! |
This is the solution! Thank you so much friend! |
@GeorgiaM-honestly I can't find the PR for this (you marked the issue people are having as completed so I figured there was a PR, unless you were marking it completed for yourself). I just tested and it still seems to be an issue. |
@towardreal I apologize, I can chalk this up to a simple misunderstanding; I am not a dev or coder and am not familiar with the bugs / issues workflow. Opening this back up, and i'll look into creating a PR by looking at other PRs and refer to here. UPDATE: I looked into creating a PR and it's just completely over my head; I am not sure how to proceed. Is there someone who can assist? The only change is that requirements.txt has "jinja2==3.1.2" added to it. I apologize for the extra work for anybody. |
@GeorgiaM-honestly Hey sorry my tone was really formal, might come across the wrong way - you did great opening this issue in the first place, many people don't bother, so thank you, because it's clearly helping a few people! Don't stress about the PR, I'm sure someone will chip in to help! |
@GeorgiaM-honestly @towardreal PR just submitted 👍👍 |
I am getting the same error on my M1. I added cd PyCharmProjects/ ; git clone https://github.com/oobabooga/text-generation-webui.git OS==Sonoma 14.2.1 ** LOGS ** ERROR: Exception in ASGI application |
I think this is the same issue as #5248 (comment). You can have a try to follow that solution to fix this issue. |
#5249) --------- Co-authored-by: oobabooga <[email protected]> Co-authored-by: Rim <[email protected]>
@GratefulDave Adding it to the requirements.txt alone doesn't do anything in most cases. Are you running it in Docker? If so you need to rebuild the container (docker-compose up --build). Otherwise perform the pip instruction the post describes, ensuring to first uninstall, then when doing pip install add --no-cache-dir to the command to ensure it doesn't simply reuse the old version (this is a guess, I don't have the same issue) |
…booga#5240 (oobabooga#5249) --------- Co-authored-by: oobabooga <[email protected]> Co-authored-by: Rim <[email protected]>
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment. |
Describe the bug
After a fresh checkout today (by fresh I mean I removed all containers, images, storage, and ~/text-generation-webui, and then doing a git clone), and following the instructions at https://github.com/oobabooga/text-generation-webui/wiki/09-%E2%80%90-Docker, during docker compose up --build I am met with the following errors at the end:
ERROR: Exception in ASGI application (lots of stuff here, will put it later)
and:
ValueError: When localhost is not accessible, a shareable link must be created
I do not believe this is related to #5235 or #5239
Is there an existing issue for this?
Reproduction
The download / build process finishes after some time, and then it dies after a lot of errors, which I will place in the Logs section.
Screenshot
N/A
Logs
System Info
Operating system: Ubuntu Server 22.04.3 LTS GPU: Nvidia 3090 founders edition, ti, 24GB GPU drivers: 535.129.03 CUDA version in Ubuntu Server: 12.2 Docker Compose version: v2.21.0 Docker version: 24.0.7, build afdd53b
The text was updated successfully, but these errors were encountered: