lagrangedao / lagrange-cli

MIT License
1 stars 5 forks source link

500 error when lag push to space #13

Open Normalnoise opened 1 year ago

Normalnoise commented 1 year ago
image image

code branch: fix_push situation: when I push the code to the space, just a part of files are uploaded to the space, then return 500 error, please check

flin-nbai commented 1 year ago

@Normalnoise Are you able to upload files through the lagrange UI? Does the 500 happen then or only when using the cli?

flyworker commented 1 year ago

i think UI is fine

flin-nbai commented 1 year ago

@Normalnoise Are you able to consistently replicate this error? I'm unable to get the 500 on a push. The cli pushes all files at once on upload. image

The 500 is returned from the server meaning the error occurred there. I would need to see the logs for the production server when this happened to get a better idea of why this occured.

Could you also provide the files that you were trying to upload?

Normalnoise commented 1 year ago

I am trying to upload this repo : https://github.com/AUTOMATIC1111/stable-diffusion-webui.git

the error still happens