TimMcCool / scratchattach

Scratch API wrapper with support for almost all site features and cloud requests framework
MIT License
174 stars 44 forks source link

after backpacking cloud requests sprite and moving it to another project, it is unable to connect to scratchattach #179

Closed blorpstorp closed 4 days ago

blorpstorp commented 6 months ago

ive tried multiple times and the only way i can get it to work is if i make a new project and then import the cloud requests template into scratch and then move all my sprites into that project.

TheCommCraft commented 6 months ago

Maybe the cloud variables were converted to normal variables (convert them back to cloud variables) or the @timeout variable is zero (put it to 10)

TimMcCool commented 6 months ago

Backpacking the sprite will break the cloud variables. Instead of backpacking the cloud requests sprite, backpack all other sprites and move them to the cloud requests project (there are other possible solutions too, you could create all necessary cloud variables before importing the CR sprite from a sprite3 file, then it would work too)