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)

Change History (1)

comment:1 by taylor.smock, 3 years ago

Resolution: fixed
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain taylor.smock.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.