Modify ↓
Opened 3 years ago
Closed 3 years ago
#22482 closed defect (wontfix)
IllegalArgumentException: Mapillary sequence did not download images
| Reported by: | anonymous | Owned by: | taylor.smock |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin mapillary | Version: | |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-10-06 21:10:57 +0200 (Thu, 06 Oct 2022)
Build-Date:2022-10-07 01:30:59
Revision:18570
Relative:URL: ^/trunk
Identification: JOSM/1.5 (18570 en) Mac OS X 10.16
OS Build number: macOS 12.6 (21G115)
Memory Usage: 2391 MB / 3641 MB (1055 MB allocated, but free)
Java version: 1.8.0_301-b09, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 1 1440×900 (scaling 1.00×1.00) Display 2 3440×1440 (scaling 1.00×1.00)
Maximum Screen Size: 3440×1440
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
Dataset consistency test: No problems found
Plugins:
+ Mapillary (2.0.1)
+ apache-commons (36003)
+ apache-http (35924)
+ jna (36005)
+ osm-obj-info (66)
Tagging presets:
+ ${HOME}/Desktop/FB_presets.max.xml
Map paint styles:
+ ${HOME}/Desktop/SnefflesActual.mapcss
+ ${HOME}/Documents/signs/street_signs.mapcss
Validator rules:
+ ${HOME}/Desktop/FB_rules5.14.validator.mapcss
Last errors/warnings:
- 00015.756 E: java.nio.file.NoSuchFileException: ${HOME}/Desktop/SnefflesActual.mapcss
- 00015.768 W: Initializing map style ${HOME}/Desktop/SnefflesActual.mapcss completed in 35 ms (1 errors, 0 warnings)
- 00015.816 E: java.nio.file.FileSystemException: ${HOME}/Documents/signs: Operation not permitted
- 00018.149 E: java.nio.file.NoSuchFileException: ${HOME}/Desktop/FB_presets.max.xml
- 00018.151 E: ${HOME}/Desktop/FB_presets.max.xml
- 00020.141 W: Failed to add ${HOME}/Desktop/FB_rules5.14.validator.mapcss to tag checker
- 00020.411 W: java.nio.file.NoSuchFileException: ${HOME}/Desktop/FB_rules5.14.validator.mapcss
- 00584.050 E: {"error":{"message":"An unexpected error has occurred. Please retry your request later.","type":"OAuthException","is_transient":true,"code":2,"fbtrace_id":"A1TSW7ju8dG4B9l_DCGkl9M"}}
- 00584.111 E: Mapillary API error: {"error":{"message":"An unexpected error has occurred. Please retry your request later.","type":"OAuthException","is_transient":true,"code":2,"fbtrace_id":"A1TSW7ju8dG4B9l_DCGkl9M"}}
- 00584.645 E: Handled by bug report queue: org.openstreetmap.josm.tools.JosmRuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images. Cause: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images. Cause: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: AWT-EventQueue-0 (19) of main
org.openstreetmap.josm.tools.JosmRuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.done(MapillarySequenceDownloader.java:174)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at javax.swing.SwingWorker.get(SwingWorker.java:602)
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.done(MapillarySequenceDownloader.java:169)
... 20 more
Caused by: java.lang.IllegalArgumentException: Mapillary sequence dbxY0leL6iTKMEZNOvQXHw did not download any images
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.getImageRange(MapillarySequenceDownloader.java:129)
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.lambda$doInBackground$0(MapillarySequenceDownloader.java:114)
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.doInBackground(MapillarySequenceDownloader.java:120)
at org.openstreetmap.josm.plugins.mapillary.gui.workers.MapillarySequenceDownloader.doInBackground(MapillarySequenceDownloader.java:44)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Attachments (0)
Change History (2)
comment:1 by , 3 years ago
| Component: | Core → Plugin mapillary |
|---|---|
| Owner: | changed from to |
| Summary: | failure while using plugin to export sequence images → IllegalArgumentException: Mapillary sequence did not download images |
comment:2 by , 3 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This appears to have been a transient problem.