Asset Upload Fails #347

Closed
opened 2026-03-21 16:42:42 +00:00 by Quaternions · 3 comments
Owner

All model uploads are failing with this error message:

Error: Upload(Response(Details { status_code: 400, url_and_body: UrlAndBody { url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("data.roblox.com")), port: None, path: "/Data/Upload.ashx", query: Some("json=1&type=Model&genreTypeId=1&assetid=5692181651&groupId=6980477"), fragment: None }, body: "Anonymous uploads are not permitted." } }))

For example, clicking "Run Validation" on this mapfix: https://maps.strafes.net/mapfixes/294

I believe this means that the cookie is somehow invalid. I tested the upload locally using the asset-tool and it works fine.

Try recreating the cookie. This is the RBXCOOKIE environment variable for the validator using the StrafesNET_CI2 account.

All model uploads are failing with this error message: ``` Error: Upload(Response(Details { status_code: 400, url_and_body: UrlAndBody { url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("data.roblox.com")), port: None, path: "/Data/Upload.ashx", query: Some("json=1&type=Model&genreTypeId=1&assetid=5692181651&groupId=6980477"), fragment: None }, body: "Anonymous uploads are not permitted." } })) ``` For example, clicking "Run Validation" on this mapfix: https://maps.strafes.net/mapfixes/294 I believe this means that the cookie is somehow invalid. I tested the upload locally using the asset-tool and it works fine. Try recreating the cookie. This is the `RBXCOOKIE` environment variable for the validator using the `StrafesNET_CI2` account.
Quaternions added the validator label 2026-03-21 16:42:42 +00:00
itzaname was assigned by Quaternions 2026-03-21 16:42:42 +00:00
Owner

Hmm, I already recreated the cookie... I'll give it another shot.

Hmm, I already recreated the cookie... I'll give it another shot.
Owner

Swapped it again, please test.

Swapped it again, please test.
Author
Owner

The issue is resolved, thanks.

The issue is resolved, thanks.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StrafesNET/maps-service#347