Tristan
Tristan
It looks like DelegationService in AndroidManifest.xml is templated relatively as `.DelegationService`. I changed this to `DelegationService` without the period, rebuilt, and the call to `getDetails(..)` came alive. However, what is...
As another update, I just installed my app onto another phone with a separate play account but which has access to the Internal Track and I receive the same error....
Thank for your comment @urschrei, this has helped me narrow down the trigger for the "context lost" issue in my app (Mapbox GL JS in CapacitorJS, only problematic on iOS)....
This is likely related for iOS/Safari - https://github.com/mapbox/mapbox-gl-js/pull/12924 - are you running out of GL memory? That example can definitely cause the context lost. If you're running your own app,...
The fix for the underlying upgrade failure was to create the images folder on the host (if someone else stumbles across this). I found this out by manually running the...
Sadly @ibrokethecloud, I think these are long gone unless the logs are stored in a secret place? I didn't have any centralised logging setup then. The Harvester cluster was fresh...
Looking at the remote host, it seems a bit empty but not sure what's impacted by the immutable stuff.
As a nuance to add, Tiff images are usually quite large (TB+/day) and used in satellite imagery processing. My use case is essentially, read the header and then byte index...
My motivation was being able to performantly perform concurrent reads into a geotiff. This is most problematic/slow during the initial IFD and header parse as there are many seek and...
Interesting! Thanks for the report as it helped confirm my sanity. I'm using Mapbox Gl Js so it could relate somehow. As a counter point, I haven't had any crashes...