Search Issue Tracker
Active
Under Consideration for 1.7.X
Votes
0
Found in [Package]
1.7.0
Issue ID
AMATB-71
Regression
Yes
“Curl error 55” and “ObjectDisposedException” thrown when Reuploading Asset with “Force New Version” in Asset Manager window
Steps to reproduce:
1. Create new Unity project
2. Install Asset Manager package via Package Manager
3. Open Asset Manager Window (Window > Asset Manager)
4. In project import provided “CRWDWalla_Outside talks 3 (ID 2970)_BSB.wav” file
5. Right-click on imported Assets and select “Upload to Asset Manager”
6. In Asset Manager > Upload Settings window change Reupload mode to “Force New Version”
7. Press “Upload 1 Asset” button
8. Observe the Console window
Actual results: “Curl error 55” and “ObjectDisposedException” errors are thrown in the Console when trying to Reupload Asset
Expected results: no errors in the Console, Asset is Reuploaded without any issues
Reproducible with versions: 1.7.0 (6000.3.0a5 (36d7e9fd6645), 6000.3.0b3, 6000.4.0a1)
Not reproducible with versions: 1.7.0 (6000.2.4f1, 6000.3.0a4 (53ab01ef978b))
Tested on (OS): macOS Silicon, Tahoe 26.0 (M1)
Errors:
- ObjectDisposedException: Cannot access a closed Stream.
System.IO.StreamHelpers.ValidateCopyToArgs (System.IO.Stream source, System.IO.Stream destination, System.Int32 bufferSize) (at <5d2db19ad08a4bb2aaf46f8684d3674e>:0)
System.IO.Stream.CopyToAsync (System.IO.Stream destination, System.Int32 bufferSize, System.Threading.CancellationToken cancellationToken) (at <5d2db19ad08a4bb2aaf46f8684d3674e>:0)
System.Net.Http.DelegatingStream.CopyToAsync (System.IO.Stream destination, System.Int32 bufferSize, System.Threading.CancellationToken cancellationToken) (at <28b89df21f734fd0a77869e08f509029>:0)
System.IO.Stream.CopyToAsync (System.IO.Stream destination, System.Threading.CancellationToken cancellationToken) (at <5d2db19ad08a4bb2aaf46f8684d3674e>:0)
(wrapper remoting-invoke-with-check)
2. Curl error 92: HTTP/2 stream 5 was not closed cleanly: PROTOCOL_ERROR (err 1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment