-
Notifications
You must be signed in to change notification settings - Fork 653
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
Crash on start #18
Comments
This also happened for me, but it started up fine on the second attempt. |
I just reboot my Mac and it seems to work fine now! ✅ |
Could you open terminal and run it via there.
And paste the logs |
Same problem as OP, log from CLI:
|
It could do a better job reporting download errors, but I tracked it down to psf/requests#2773 and the fact that I had an old Google API token for
Removing those lines from my Ignoring netrc is weirdly complicated for requests if you don't want to also ignore any http proxy configuration from the env. Problems to fix:
How I tracked it down:
which told me Basic Auth credentials were being sent that shouldn't be. Checked the URL including redirects by attempting the download myself: In [1]: import requests
In [2]: r = requests.get("https://me.cmdr2.org/stable-diffusion-ui/sd-v1-4.ckpt")
In [3]: r
Out[3]:
401 https://www.googleapis.com/storage/v1/b/aai-blog-files/o/sd-v1-4.ckpt?alt=media
headers: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: private, max-age=0
Content-Length: 55
Content-Type: text/html; charset=UTF-8
Date: Tue, 13 Sep 2022 09:08:27 GMT
Expires: Tue, 13 Sep 2022 09:08:27 GMT
Server: UploadServer
Vary: Origin, X-Origin
WWW-Authenticate: basic realm="Google APIs"
X-GUploader-UploadID:...
body (text/html; charset=UTF-8):
HTTP Basic Authentication is not supported for this API found |
An old .netrc that I didn't even know was there was indeed the problem - thanks minrk |
Hi!
I have an error when I start the app:
Timeline:
macOS
Feel free to ask any question to debug!
The text was updated successfully, but these errors were encountered: