Search Unity

Resolved plastic scm: server spec is not correct

Discussion in 'Unity Version Control' started by Verdemis, Jul 3, 2022.

  1. Verdemis

    Verdemis

    Joined:
    Apr 27, 2013
    Posts:
    92
    Hi, I was using collab and now 'm trying to get plastic scm running... I created a new workspace in unity and the new repository has been created, but when I try to push any files I get an error which says: "Cannot add files to Version Control: The server spec is not correct: [Team Name]."

    I'm using the current LTS Version 2021.3.5f1

    Does anyone know what is going wrong?
     
    Last edited: Jul 3, 2022
    eskimomann85 likes this.
  2. Verdemis

    Verdemis

    Joined:
    Apr 27, 2013
    Posts:
    92
    The problem is solved. The Plastic SCM Support was very helpful. If you have the same problem... this was the solution for me.

    In the C:\Users\xxx\AppData\Local\plastic4\client.conf file the WorkspaceServer Entry was wrong...

    In my case it was
    <WorkspaceServer>[ORGANISATION_NAME]</WorkspaceServer>

    And I changed it to this
    <WorkspaceServer>[ORGANISATION_NAME]@cloud</WorkspaceServer>

    Now everything works fine.
     
    atilladuruel and XiaoDianna like this.
  3. TrialMaster

    TrialMaster

    Joined:
    May 26, 2019
    Posts:
    3
    Thanks, this solved my problem too.

    Now the question is, why was the WorkspaceServer entry wrong in the first place.
    I didn't create that xml file myself. It was created by the Plastic SCM plugin.
     
  4. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,076
    The "client.conf" is the Plastic client configuration file and it seemed to be wrong.
    How did you install Plastic SCM? What is your plugin version?
     
  5. XiaoDianna

    XiaoDianna

    Joined:
    Aug 10, 2020
    Posts:
    1
    Nice!
     
  6. LemanColt

    LemanColt

    Joined:
    Oct 17, 2014
    Posts:
    15
    I have the same problem I think, but on a Mac, anyone knows where the client.conf file is stored on Mac OS?
     
  7. LemanColt

    LemanColt

    Joined:
    Oct 17, 2014
    Posts:
    15
    Update: I managed to find the location my self, it was a hidden folder in the home directory. Press Command+Shift+. to see hidden files. When I added @cloud at the end of the workspace in that file then it works!
    In my case the file was here:
    Users/my_user_name/.plastic4/cliend.conf
     
  8. IOTISTIC-SOLUTIONS

    IOTISTIC-SOLUTIONS

    Joined:
    Mar 14, 2019
    Posts:
    1
    i cant find the cliend.conf how can i ceate a new one
     
  9. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,076
    What is the error you are facing? The path for the "client.conf" is:

    macOS:
    Users/my_user_name/.plastic4/client.conf

    Windows:
    C:\Users\xxx\AppData\Local\plastic4\client.conf
     
  10. Merrimen033

    Merrimen033

    Joined:
    Apr 25, 2023
    Posts:
    1
    so, like this NotConfiguredClientException: Unity VCS client is not correctly configured for the current user: Client config file C:\Users\xxxxx\AppData\Local\plastic4\client.conf not found. Please execute 'cm configure' to perform a text mode configuration or 'plastic --configure' for graphical mode.
     
  11. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,076
    Please execute 'cm configure' to perform a text mode configuration or 'plastic --configure' for graphical mode.

    Not very sure why the "client.conf" does not exist on your machine. How did you install Plastic SCM?

    Did you install the Unity plugin or the standalone client?
     
  12. Saddiqi

    Saddiqi

    Joined:
    Mar 25, 2022
    Posts:
    1
    I just installed UNity
     
  13. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,076
    Thanks for the update.
     
  14. WebmasterGM

    WebmasterGM

    Joined:
    Jun 17, 2021
    Posts:
    1
    You should go to https://www.plasticscm.com, log in with Unity ID and download Unity Version Control Cloud client. It solved me same problem.