Modify

Opened 42 hours ago

Closed 30 hours ago

#24800 closed defect (duplicate)

MapRoulette plugin fails to download tasks.

Reported by: soaks_jinxes.5q@… Owned by: taylor.smock
Priority: normal Milestone:
Component: Plugin MapRoulette Version: latest
Keywords: MapRoulette Plugin Cc:

Description

Hello all!
Here's a problem I've had on Mac on the latest version of JOSM with the MapRoulette plugin.
Thanks in advance!

What steps will reproduce the problem?

  1. Attempt to download MapRoulette Data either from the Download Data window or use the "Edit in JOSM" button the MapRoulette.org website and then click on the plugin side bar the button that says Download Map Roulette Tasks
  2. Click on the update (or keep) button of the popup that asks whether you want to update the MapRoulette plugin.

What is the expected result?

The plugin downloads all of the MapRoulette tasks in the area.

What happens instead?

I get a popup that "An unexpected error occurred..."

Please provide any additional information below. Attach a screenshot if possible.

Revision:19555
Build-Date:2026-03-30 09:44:38

Identification: JOSM/1.5 (19555 en) Mac OS X 26.5.1
OS Build number: macOS 26.5.1 (25F80)
Memory Usage: 3008 MB / 73728 MB (1716 MB allocated, but free)
Java version: 21.0.10+7-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.formdev.flatlaf.themes.FlatMacDarkLaf
Screen: Display 1 1512x982x32bpp@120Hz (scaling 2.00×2.00)
Maximum Screen Size: 1512×982
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: en_US
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=19555, -XX:MaxRAMPercentage=75.0, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=/Applications/Nix Apps/JOSM.app/Contents/MacOS/JOSM]
Dataset consistency test: No problems found

Plugins:
+ KartaView (545)
+ MapRoulette (84)
+ Mapillary (1819)
+ apache-commons (36474)
+ flatlaf (36474)
+ mapwithai (839)
+ openqa (116)
+ pmtiles (36474)
+ sidewalks (71)
+ todo (159)
+ utilsplugin2 (36497)

Tagging presets:
+ https://josm.openstreetmap.de/josmfile?page=Presets/OneClick&zip=1

Map paint styles:
+ https://raw.githubusercontent.com/Yukiroshi/Clean-JOSM/refs/heads/main/Clean-JOSM.mapcss
+ https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1

Validator rules:
+ https://josm.openstreetmap.de/josmfile?page=Rules/KeepRight&zip=1

Last errors/warnings:
- 00004.598 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.599 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.599 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.599 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.600 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.602 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00004.602 W: Removing 'areaStyle' pseudo-class. This class is only meant for validator
- 00011.670 E: java.io.IOException: stream is closed
- 00467.691 E: Failed to locate image 'mapmode/presets/transport/way/way_pedestrian.svg'
- 00468.569 E: Handled by bug report queue: org.openstreetmap.josm.tools.JosmRuntimeException: {}. Cause: org.openstreetmap.josm.io.IllegalDataException: {}



=== REPORTED CRASH DATA ===
TaskAPI#box:
 - uri: https://maproulette.org/api/v2/tasks/box/-121.8917924/37.3558227/-121.8908536/37.3565519

Warning issued by: TaskAPI#box

=== STACK TRACE ===
Thread: main-worker-0 (40) of main
org.openstreetmap.josm.tools.JosmRuntimeException: {}
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.ClusteredPointParser.parseBounding(ClusteredPointParser.java:96)
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.ClusteredPointParser.parse(ClusteredPointParser.java:72)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
	at org.eclipse.parsson.JsonParserImpl$1.tryAdvance(JsonParserImpl.java:203)
	at java.base/java.util.Spliterator.forEachRemaining(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline.toArray(Unknown Source)
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.ClusteredPointParser.parse(ClusteredPointParser.java:48)
	at org.openstreetmap.josm.plugins.maproulette.api.TaskAPI.box(TaskAPI.java:95)
	at org.openstreetmap.josm.plugins.maproulette.actions.downloadtasks.MapRouletteDownloadTaskBox$DownloadTask.realRun(MapRouletteDownloadTaskBox.java:87)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.openstreetmap.josm.io.IllegalDataException: {}
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.GeometryParser.parseObject(GeometryParser.java:106)
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.GeometryParser.parseValue(GeometryParser.java:55)
	at org.openstreetmap.josm.plugins.maproulette.api.parsers.ClusteredPointParser.parseBounding(ClusteredPointParser.java:94)
	... 19 more

Attachments (0)

Change History (1)

comment:1 by stoecker, 30 hours ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #24772.

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.