Modify ↓
Opened 21 months ago
Closed 16 months ago
#23630 closed defect (fixed)
Crash after login of Mapillary plugin
| Reported by: | anonymous | Owned by: | taylor.smock |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin mapillary | Version: | |
| Keywords: | template_report OAuth access token | Cc: |
Description
What steps will reproduce the problem?
- Load the Mapillary Plugin
- Login to the Mapillary plugin
What is the expected result?
- Login of the Mapillary-Plugin will work
What happens instead?
- mapillary.com open's in a a browser and asks for autohorization
- Login is successfull
- In the browser a message ppsup authorizing JOSM (alpha) by kaart
- After hiting the allow button, the mapillaryplugin in JOSM crashes
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2024-04-09 18:11:42 +0200 (Tue, 09 Apr 2024) Revision:19039 Build-Date:2024-04-10 01:31:01 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (19039 de) Linux Ubuntu 22.04.4 LTS Memory Usage: 446 MB / 3920 MB (225 MB allocated, but free) Java version: 18.0.2-ea+9-Ubuntu-222.04, Private Build, OpenJDK 64-Bit Server VM Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel Screen: :0.0 1920×1080 (scaling 1.00×1.00) Maximum Screen Size: 1920×1080 Best cursor sizes: 16×16→16×16, 32×32→32×32 Environment variable LANG: de_CH.UTF-8 System property file.encoding: UTF-8 System property sun.jnu.encoding: UTF-8 Locale info: de_CH Numbers with default locale: 1234567890 -> 1234567890 Desktop environment: ubuntu:GNOME Java ATK Wrapper package: libatk-wrapper-java:all-0.38.0-5build1 fonts-noto: fonts-noto:all-20201225-1build1 VM arguments: [--module-path=/usr/share/openjfx/lib, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, -Djosm.restart=true, -Djava.net.useSystemProxies=true, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED] Plugins: + Mapillary (2.2.1) + apache-commons (36176) Last errors/warnings: - 00042.690 E: java.lang.NumberFormatException: For input string: "test" - 00131.010 E: - 00131.013 E: Handled by bug report queue: jakarta.json.stream.JsonParsingException: Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL] === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: Thread-7 (51) jakarta.json.stream.JsonParsingException: Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL] at org.eclipse.parsson.JsonParserImpl.parsingException(JsonParserImpl.java:455) at org.eclipse.parsson.JsonParserImpl.access$1000(JsonParserImpl.java:53) at org.eclipse.parsson.JsonParserImpl$NoneContext.getNextEvent(JsonParserImpl.java:443) at org.eclipse.parsson.JsonParserImpl.next(JsonParserImpl.java:363) at org.eclipse.parsson.JsonReaderImpl.readObject(JsonReaderImpl.java:84) at org.openstreetmap.josm.plugins.mapillary.oauth.OAuthPortListener.run(OAuthPortListener.java:92)
Attachments (0)
Change History (7)
comment:1 by , 21 months ago
| Component: | Core → Plugin mapillary |
|---|---|
| Keywords: | OAuth access token added |
| Owner: | changed from to |
| Summary: | Crash after login of Mapillaryplugin → Crash after login of Mapillary plugin |
comment:6 by , 16 months ago
I think this has mostly been due to missing API tokens. This should be fixed on all future releases.
Note:
See TracTickets
for help on using tickets.



Similar problems are reported in #23538.