Search Issue Tracker

Fixed in 2021.2.X

Fixed in 2019.4.X, 2020.3.X, 2021.1.X

Votes

0

Found in

2019.4.9f1

2020.1.4f1

2020.2.0a21

2021.1.0a1

2021.2.0a4

Issue ID

1319585

Regression

Yes

PackageManager.Client.SearchAll(offlineMode: true) returns an error if user offline

Packman

-

UnityEditor.PackageManager.Client.SearchAll(offlineMode: true) returns an error saying Cannot connect to 'api.unity.com' (error code: ENOTFOUND) when the user is offline (no network). When offlineMode is true, this method is not supposed to reach out to the network so it should not fail when the user is offline.

Steps to reproduce

Disconnect from WiFi
Launch the Unity editor

Expected behaviour

The Package Manager Window, which calls Client.SearchAll, should report an error in the console saying Error searching for packages as well as the relevant Cannot perform upm operation log message which includes the reason why (2 messages total).

Actual behaviour

The Package Manager Window reports 2 errors in the console (4 messages total) for both Error searching for packages and Error searching for packages offline each with corresponding Cannot perform upm operation messages. This is because the Package Manager Window performs both an online search and an offline search on startup. When the user is offline, only the online search should fail.

  1. Resolution Note (fix version 2021.2):

    Fixed in: 2021.2.0a12

  2. Resolution Note (fix version 2021.1):

    Fixed in: 2021.1.3f1

  3. Resolution Note (fix version 2020.3):

    Fixed in: 2020.3.11f1

  4. Resolution Note (fix version 2019.4):

    Fixed in: 2019.4.28f1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.