-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Uploading this specific JSON file to the Hololens with UploadFileAsync() crashes for unknown reason #263
Comments
What directory are you uploading it to? Or is this a HoloLens specific API? |
I'm trying to upload it to the CameraRoll directory for processing it with an application - are there restrictions on what sorts of files can exist there? |
Trying to upload it through the regular dev portal interface in-browser also fails but without throwing an error. |
Does uploading it to any other folder also fail? I cannot reproduce this on the latest desktop, mobile or IoT builds. What version of HoloLens are you using? (RS1_release?) |
Interestingly when I try to upload the file to the LocalCache folder in the specific application within LocalAppData, the upload succeeds. Could this issue have to do with permissions on public folders within the Hololens? edit: I am using RS1_release. |
I apologize for so many messages, but the issue came up again. For some reason the file uploaded fine once, and now it refuses to anymore. Here is the function I'm using for upload if it helps:
|
Sorry for the delay George. Hm, I don't know of any file permissions restrictions on CameraRoll, but don't have a HoloLens to test on. I noticed this: |
Hey Hirsch, no worries. Those comments are remnants from a situation that occurred several weeks ago during development and that I fixed with a factory reset - however, I don't remember if the issue was with the specific file I was trying to upload or with IO being locked out. Probably the file. I think Device Portal handles uploading multiple files just fine, but certain files trigger it to break for unknown reasons. I would have to do extensive testing to figure out what it is about the file that breaks. I'm currently just using a different file as a workaround, but not using CameraRoll did not unblock me for that specific file. |
I have attached the file in question in a .zip.To recreate the issue, unzip the folder and try uploading the file to the Hololens with the aforementioned method.
scenes.zip
The text was updated successfully, but these errors were encountered: