Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Package Manager stops working after a few hours

Discussion in 'Editor & General Support' started by shelshok, Nov 19, 2020.

  1. shelshok

    shelshok

    Joined:
    Feb 18, 2013
    Posts:
    10
    If I have Unity open for a few hours, package manager says it cannot refresh packages and to check the console. Console gives me various errors such as these (even though I am logged in as per the account menu):

    [PackageManagerUI] Error while getting product update details: User is not logged in or user status invalid.
    UnityEditor.EditorApplication:Internal_CallDelayFunctions() (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:346)
    [PackageManager] Error Failed to parse response: Code 400 "The requested URL returned error: 400 Bad Request"
    UnityEditor.AsyncHTTPClient:Done(State, Int32) (at /Users/bokken/buildslave/unity/build/Editor/Mono/AsyncHTTPClient.cs:246)
    [PackageManagerUI] Error while getting product update details: Failed to parse response: Code 400 "The requested URL returned error: 400 Bad Request"
    UnityEditor.AsyncHTTPClient:Done(State, Int32) (at /Users/bokken/buildslave/unity/build/Editor/Mono/AsyncHTTPClient.cs:246)

    Does this happen to anyone else? Can I fix it?