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.13f1
Issue ID
1318975
Regression
No
Packages cannot be added from a registry that returns invalid publish dates [Windows-only]
As reported on the Unity forums, adding packages from the Github npm package registry produces the following error on Windows:
Cannot perform upm operation: EINVAL: invalid argument, utime
It turns out this caused by the publish dates that Github uses for newly published package versions: 0001-01-01T00:00:00.000Z
This is likely on error on Github's part since this is not an accurate publish date but it should not cause the Package Manager to fail. We should treat invalid dates the same way we treat missing publish dates, which is a use case we support.
Repro steps:
Follow this guide to create a package that can be published to the Github npm package registry
From the package folder, run npm publish
In the Unity editor, go to the Package Manager window
Click the "+" icon and "Add package by name"
Enter the name of the package you published to the Github registry
Expected behaviour:
The package should be added to the project.
Actual behaviour:
Adding the package fails with the error Cannot perform upm operation: EINVAL: invalid argument, utime
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment