Modify ↓
Opened 9 years ago
Closed 9 years ago
#14750 closed defect (fixed)
NPE at JsonUserProfileDecoder.decodeUserProfile
| Reported by: | skorasaurus | Owned by: | floscher |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Plugin mapillary | Version: | latest |
| Keywords: | json | Cc: |
Description (last modified by )
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:
- Open a new layer in josm.
- go to top menu > imagery > mapillary
- error appears
The full stacktrace is attached.
If I suppress the error box, JOSM and the mapillary functions normally.
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)
}}}
Attachments (1)
Change History (8)
by , 9 years ago
| Attachment: | stacktrace added |
|---|
comment:1 by , 9 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 9 years ago
| Keywords: | json added |
|---|---|
| Summary: | NullPointerException when loading mapillary layer. → NPT at JsonUserProfileDecoder.decodeUserProfile |
comment:3 by , 9 years ago
| Summary: | NPT at JsonUserProfileDecoder.decodeUserProfile → NPE at JsonUserProfileDecoder.decodeUserProfile |
|---|
comment:5 by , 9 years ago
| Priority: | normal → major |
|---|
comment:6 by , 9 years ago
This issue has been resolved in commit a865af6, which is contained in the releases v1.5.4 and later.
comment:7 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



stacktrace_from_josm