Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Cloud Vars don't work
- Heathercat123
-
Scratch Team
82 posts
Cloud Vars don't work
On APIClone, cloud variables are implemented on Scratch 3.0. However, here they just result in a 502 Bad Gateway error.
Creator of much of the backend code for this website (the Scratch section, not the rest!) along with contributions from @chipmunkmc.
- chipmunkmc
-
Scratch Team
100 posts
Cloud Vars don't work
Turns out there was a bug preventing APIClone from starting under ASGI, which I have fixed. I also decided to run the entire site under daphne again.
Edit: In case you're curious, I forgot exactly what errors I got, but they had to do with the settings module being unset and apps not being initialized I think.
Edit: In case you're curious, I forgot exactly what errors I got, but they had to do with the settings module being unset and apps not being initialized I think.
Last edited by chipmunkmc (Today 03:09:20)
- chipmunkmc
-
Scratch Team
100 posts
Cloud Vars don't work
And now it's just a 404 and I have no idea if the frontend or backend is causing it. Amazing!
- chipmunkmc
-
Scratch Team
100 posts
Cloud Vars don't work
I also decided to run the entire site under daphne again.
And it seems daphne froze while I was asleep, and openrc somehow couldn't stop it properly, so I had to pkill -9 it.
Hopefully that won't happen again…
- Discussion Forums
- » Bugs and Glitches
-
» Cloud Vars don't work