Tim
Tim
please provide your code and the error you get / what isn't working
Updating scratchattach to the most recent version (with `pip install -U scratchattach`) should really fix this problem
How often does this error occur? Can you provide your code?
v2.0 will raise the APIError Exception and show the server response when this happens
You can use ```py project = session.connect_project("PROJECTID") project.set_json(json_data) ``` to change the project JSON of a project.
You can't create new projects with scratchattach
> > You can't create new projects with scratchattach > > will this ever happen? Maybe
This is implemented in scratchattach 2.0 (will be released next week). #242
I won't do this, at least not for now
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...