Sleitnick / rbxcloud

CLI and library for Roblox Open Cloud API
https://sleitnick.github.io/rbxcloud/
MIT License
95 stars 10 forks source link

I cannot publish rbxl in Start Place #37

Closed FelipeMartinsFrudeli closed 9 months ago

FelipeMartinsFrudeli commented 9 months ago

I can only publish in created places of Universe, but I can't publish in Start Place

image

I followed the "Advanced Roblox Project Setup" tutorial, and I was able to publish normally in Staging, but in Production I had some problems only with Start Place. (I have checked IDs multiple times, and created other places)

Enabled permissions:

API Key Permission:

Version:

FelipeMartinsFrudeli commented 9 months ago

I turned off "Team Create" and it worked. Why did this happen? (the other map for staging is with "Team Create" activated, and works normally, but with this map is different)

Sleitnick commented 9 months ago

Did you happen to have the main starter place open at all? I'm wondering if it can't publish to a Team Create place if it's currently open in Studio. Just a theory. A 409 error is an HTTP "conflict" so perhaps the message of the error is a bit misleading?

End of day, this seems like something related to Roblox and not the rbxcloud tool.

FelipeMartinsFrudeli commented 9 months ago

You are right, it only works when the studio is closed. Thanks for the helping.

Sleitnick commented 9 months ago

No problem @FelipeMartinsFrudeli, glad it's solved! FWIW, this message is hard-coded into rbxcloud for 409 HTTP errors; however, the text was grabbed from the documentation here. I wonder if I can put in a PR to the docs to get that changed.

Sleitnick commented 9 months ago

I've opened up #38 to investigate and clarify this message.