I was able to successfully reboot the space a couple hours ago, but now we’re back to this:
---------------
Running script './on_start.sh' to download models ...
---------------
$ download-model --lora "BulkedUpAIR1.5.safetensors" "https://civitai.com/api/download/models/33323"
06/21 19:43:45 [ERROR] CUID#7 - Download aborted. URI=https://civitai.com/api/download/models/33323
Exception: [AbstractCommand.cc:351] errorCode=22 URI=https://civitai.com/api/download/models/33323
-> [HttpSkipResponseCommand.cc:239] errorCode=22 The response status is not successful. status=403
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
126c3b|ERR | 0B/s|/app/stable-diffusion-webui/models/Lora/BulkedUpAIR1.5.safetensors
Status Legend:
(ERR):error occurred.
I restarted the space again, and it worked, so it is intermittent, whatever the problem is.
However on another space, SD WebUI Plus Basics - a Hugging Face Space by MiroCollas which is public,
06/21 19:50:40 [ERROR] CUID#7 - Download aborted. URI=https://civitai.com/api/download/models/76712
Exception: [AbstractCommand.cc:351] errorCode=22 URI=https://civitai.com/api/download/models/76712
-> [HttpSkipResponseCommand.cc:239] errorCode=22 The response status is not successful. status=500
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
ff83c3|ERR | 0B/s|/app/stable-diffusion-webui/embeddings/FastNegativeEmbedding.pt
Status Legend:
(ERR):error occurred.
aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
Traceback (most recent call last):
File "/app/stable-diffusion-webui/run.py", line 35, in <module>
start()
File "/app/stable-diffusion-webui/run.py", line 16, in start
on_start()
File "/app/stable-diffusion-webui/run.py", line 12, in on_start
raise RuntimeError(f"Error executing ./on_start.sh [exit code: {result.returncode}]")
RuntimeError: Error executing ./on_start.sh [exit code: 22]
[sigh]