Opened 9 years ago

Last modified 9 years ago

#14750 closed defect

NullPointerException when loading mapillary layer. — at Initial Version

Reported by: skorasaurus Owned by: floscher
Priority: major Milestone:
Component: Plugin mapillary Version: latest
Keywords: json Cc:

Description

When adding the mapillary layer, this error immediately appears. I'm using the latest version of josm as of this bug report, 12067.

To Reproduce:

  1. Open a new layer in josm.
  2. go to top menu > imagery > mapillary
  3. error appears

The full stacktrace is attached.

a brief error is below:

Last errors/warnings:
- W: java.io.IOException: Attribution is not loaded yet
- W: java.io.IOException: Attribution is not loaded yet
- W: java.io.IOException: Attribution is not loaded yet
- W: java.io.IOException: Attribution is not loaded yet
- W: java.io.IOException: Attribution is not loaded yet
- E: Handled by bug report queue: java.lang.NullPointerException
- E: Handled by bug report queue: java.lang.NullPointerException
- E: Handled by bug report queue: java.lang.NullPointerException
- E: Handled by bug report queue: java.lang.NullPointerException
- E: Handled by bug report queue: java.lang.NullPointerException


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: userProfileDownload_D-BdgL-EHLpJ8yfCett07w (251)
java.lang.NullPointerException
	at javax.swing.ImageIcon.<init>(ImageIcon.java:240)
	at org.openstreetmap.josm.plugins.mapillary.utils.api.JsonUserProfileDecoder.decodeUserProfile(JsonUserProfileDecoder.java:34)
	at org.openstreetmap.josm.plugins.mapillary.MapillarySequence.lambda$setUser$0(MapillarySequence.java:179)
	at java.lang.Thread.run(Thread.java:745)

}}}

Change History (1)

by skorasaurus, 9 years ago

Attachment: stacktrace added

stacktrace_from_josm

Note: See TracTickets for help on using tickets.