TurboWarp / packager

Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.
https://packager.turbowarp.org/
Mozilla Public License 2.0
242 stars 153 forks source link

Can't connect with Cloud [NODE-API] #858

Closed psvks closed 6 months ago

psvks commented 6 months ago

When I use the Node API to package a project, it seems to package correctly, but I'm encountering some issues afterward, such as the cloud feature not functioning properly. I've attempted to resolve the problem by using my own cloud service, but the error persists. I even tried using a different browser, but I'm still facing the same issue.

Attached is a screenshot illustrating the error:

image

I'm seeking assistance to address this issue, as I'm not proficient in JavaScript and I'm unsure about the root cause of the problem. Any help would be greatly appreciated. Thank you.

PD: It does not have this issue in (packager.turbowarp.org)

GarboMuffin commented 6 months ago

you need to specify a project ID

packager.options.projectId = "..."

https://docs.turbowarp.org/cloud-variables#project-id

psvks commented 6 months ago

Oopsies, thank you very much.