[SDK 3.8.1]World thumbnail can't be uploaded.
リールク⁄liruk
[What] After I updated the world, I tried updating thumbnail from SDK, it failed.
[When] 2025/05/31 08:20 - Current (JST)
[How often] Always.
[Environment] World SDK 3.8.1, Unity2022.3.22F1
This is log. Thank you.
--
・
・2025/05/31 08:20 AM from here on.
・Please be sure to check it out.
・World SDK 3.8.1, Unity 2022.3.22F1 add user info。
Logg Add。
Application error
UnityEngine.Debug: LogError (object, UnityEngine.object)
vrc.core.logger: LogError (string, string, UnityEngine.object)
<InfoUpdateError>vrc.sdk3.editor.vrcsdkControlPanelWorldBuilder/ D__162: moveNext () (at. /packages/com.vrchat.worlds/editor/vrcsdk/sdk3/vrcsdkControlPanelWorldBuilder.cs:2908)
<InfoUpdateError><InfoUpdateError>System.Runtime.CompilerServices.AsyncVoidMethodBuilder: start<vrc.sdk3.editor.vrcsdkControlPanelWorldBuilder/ d__162> (vrc.sdk3.editor.vrcsdkControlPanelWorldBuilder/ d__162&)
vrc.sdk3.editor.vrcsdkControlPanelWorldBuilder: infoUpdateError (object, string)
<HandleSaveChangesClick>vrc.sdk3.editor.vrcsdkControlPanelWorldBuilder/ d__110:moveNext () (at. /packages/com.vrchat.worlds/editor/vrcsdk/sdk3/vrcsdkControlPanelWorldBuilder.cs:1720)
<VRC.SDKBase.Editor.Api.VRCWorld>System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetException (System.Exception)
<UpdateWorldImage>vrc.sdkbase.editor.api.vrcapi/ d__28:moveNext () (at. /packages/com.vrchat.base/editor/vrcsdk/dependencies/vrchat/api/vrcapi.cs:470)
<VRC.SDKBase.Editor.Api.VRCWorld>System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetException (System.Exception)
<Put><object, VRC.SDKBase.Editor.Api.VRCWorld>vrc.sdkbase.editor.api.vrcapi/ d__19`2:moveNext () (at. /packages/com.vrchat.base/editor/vrcsdk/dependencies/vrchat/api/vrcapi.cs:392)
<VRC.SDKBase.Editor.Api.VRCWorld>System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetException (System.Exception)
<MakeRequest><object, VRC.SDKBase.Editor.Api.VRCWorld>vrc.sdkbase.editor.api.vrcapi/ d__16`2:moveNext () (at. /packages/com.vrchat.base/editor/vrcsdk/dependencies/vrchat/api/vrcapi.cs:341)
<VRC.SDKBase.Editor.Api.VRCWorld, System.Net.Http.HttpResponseMessage>System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1<System.ValueTuple
2>:setException (System.Exception)<MakeRequestWithResponse><object, VRC.SDKBase.Editor.Api.VRCWorld>vrc.sdkbase.editor.api.vrcapi/ d__15`2:moveNext () (at. /packages/com.vrchat.base/editor/vrcsdk/dependencies/vrchat/api/vrcapi.cs:332)
UnityEngine.UnitySynchronizationContext: executeTasks ()
Log In
EksCelle
This appears to have been fixed today.
screamingcolor
EksCelle aw I got so excited. I update my SDK and still not working :(
PineCone69420
Also happens with me. I noticed this the day VRC was having issues with the API a few days ago.
I am able to build & update the title + description, but not the thumbnail. People still think my map hasn't been updated yet and this is very annoying & I have not heard from anyone at VRC acknowledge this.
Saturno-
Same here
killingerk
me to
EksCelle
This is a pretty serious error on VRC's side that hasn't even been mentioned yet.
Corbí
I still can't change the thumbnail of my worlds.
The Architect
This came at a terrible timing for me, I replaced an old unused public world with something totally different, now the current thumbnail does not match the world description, content and name and I had to use this world yesterday for a public group event.
I noticed in the VRChat discord that people were reporting this several hours before. Arround 2pm EST.
MisutaaAsriel
Same. Was just going to file a report myself.
It's returning an internal server error (500) when trying to update the listing.
In my case, the new thumbnail (as can be seen here) uploads, but the world (as can be seen here) remains
unchanged.
This means its not an issue with the file upload process but the world information update itself.
To be clear, the error you posted from the console
is not the actual error
. You need API Logging Enabled
in the VRChat SDK Settings.
The actual error:
[API] Request finished - result: StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.HttpConnection+HttpConnectionResponseContent, Headers:
{
Date: Sat, 31 May 2025 12:44:13 GMT
Connection: keep-alive
X-Powered-By: Neon Anime Nightmare
x-vrc-api-group: blue
x-vrc-api-version: master-build-2025-05-30-kyle-y-slickfamily
x-vrc-api-server: prod-api-blue-yusuke-mbx
x-vrc-request-id: mbc84fbk33y1uuc6
x-jobs: Like poking around our API? Come apply to work for us instead. https://vrchat.com/careers
Cache-Control: no-cache, private
Vary: Authorization
Vary: Accept-Encoding
Access-Control-Allow-Credentials: true
X-Frame-Options: deny
CF-Cache-Status: DYNAMIC
Pragma: no-cache
Server: cloudflare
CF-RAY: 94868fb70c880042-ORD
Content-Type: application/json; charset=utf-8
Content-Length: 59
}
Pro tip: when pasting logs, put 3 backticks (```) on a new line before, and after the log. This wraps it in a code block here.