You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a file is downloaded and cached, it should be returned from the cache correctly.
Actual behavior
File reports that it exists in cache but then cannot be found when loading
Additional context
The issue is centred around the fact that the File download and File exists checks return two difference style paths for the BytesDownload call. All System.IO checks should NOT have a "file://" prefix and must be stripped.
The text was updated successfully, but these errors were encountered:
Reality Collective - Utilities Bug Report
Describe the bug
If a URL download does not have a Filename, he item is cached but can never be returned.
To Reproduce
Expected behavior
If a file is downloaded and cached, it should be returned from the cache correctly.
Actual behavior
File reports that it exists in cache but then cannot be found when loading
Additional context
The issue is centred around the fact that the File download and File exists checks return two difference style paths for the BytesDownload call. All System.IO checks should NOT have a "file://" prefix and must be stripped.
The text was updated successfully, but these errors were encountered: