Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice
Unity's version control component has been upgraded to Plastic SCM.

[Solved] "Cannot submit change to server" error while trying to publish files using unity collab

Discussion in 'Unity Collaborate' started by holycowproductions, Apr 10, 2018.

  1. holycowproductions

    holycowproductions

    Joined:
    Jun 8, 2016
    Posts:
    6
    I am trying to publish code changes through unity collab, but it fails giving the reason "Cannot submit changes to server". The editor logs have the following logs:

    [Collab 2018-0410 05:33:15 GMT][Error] 'Cannot submit change to server' (23) returned in 'C:\buildslave\unity\build\Editor/Src/Collab/Requests/UploadRequests.cpp' at line 151
    [Collab 2018-0410 05:33:15 GMT] UploadEntryRequest failed, Reason: 100
    [Collab 2018-0410 05:33:15 GMT][Error] 'Cannot submit change to server' (23) returned in 'C:\buildslave\unity\build\Editor/Src/Collab/Jobs/CollabPublishAsyncJob.cpp' at line 392
    UPID Received 'd7102561-f48d-48f6-93fa-4e30fd884791'.

    Other members of the project are able to submit changes. It happens only on my end.
     
  2. Ryan-Unity

    Ryan-Unity

    Unity Technologies

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @holycowproductions! Could you try deleting your Collab snapshot file and reattempting your publish to see if it goes through? You can find your snapshot file here: "Library/Collab/CollabSnapshot_<UPID>.txt".
     
    lajeandom likes this.
  3. holycowproductions

    holycowproductions

    Joined:
    Jun 8, 2016
    Posts:
    6
    Thanks, it worked!
     
    lajeandom and Ryan-Unity like this.
  4. lajeandom

    lajeandom

    Joined:
    Apr 5, 2018
    Posts:
    1
    that worked for me as well thank you very much