Closed KenEucker closed 9 months ago
Hopefully #210 fixes this. The underlying issue may be that the browser is stripping metadata (for privacy): https://github.com/josephfrazier/reported-web/pull/360
Can confirm that removing the accept
attribute will allow exifr to properly read the metadata. i.e. latitude and longitude are NaN
when the attribute is present, and they are numbers when the attribute is absent.
Which is pretty annoying, since that attribute hints to the browser which kinds of files are allowed and what kind of file picker to show.
Hmmm. That's unfortunate. I wonder why it happens sometimes.
This has been resolved.
Describe the bug Players are reporting issues with getting uploads to work. One Player was able to provide a screenshot of the error in the console. This appears to do with the retrieval of GPS coordinates from the selected image.
Expected behavior The upload should succeed no matter what, even if the GPS retrieval fails.
Screenshots
Additional context Additionally, Players are reporting that they no longer see the map popup for choosing the pin of the found location.