Modify ↓
Opened 3 years ago
Closed 3 years ago
#21817 closed defect (fixed)
NPE in MapillaryImageEntry#read
Reported by: | taylor.smock | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | |
Keywords: | Cc: |
Description
2022-01-31 18:58:36.288 SEVERE: java.lang.NullPointerException java.lang.NullPointerException at org.openstreetmap.josm.plugins.mapillary.gui.layer.geoimage.MapillaryImageEntry.read(MapillaryImageEntry.java:250) at org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay$LoadImageRunnable.run(ImageDisplay.java:283) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I believe this was caused by having old URLs in the cache. I've made some modifications so that the cache only saves image details for a week instead of 700 days.