Modify ↓
Opened 10 years ago
Closed 10 years ago
#11742 closed defect (fixed)
Mapillary plugin walk mode
Reported by: | Polyglot | Owned by: | nokutu |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- switched on walk mode, 2s interval
What is the expected result?
What happens instead?
crash
Please provide any additional information below. Attach a screenshot if possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2015-07-30 01:32:16 Last Changed Author: wiktorn Revision: 8629 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2015-07-29 19:17:49 +0200 (Wed, 29 Jul 2015) Last Changed Rev: 8629 Identification: JOSM/1.5 (8629 en) Windows 7 64-Bit Memory Usage: 1133 MB / 1133 MB (142 MB allocated, but free) Java version: 1.7.0_40, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Dataset consistency test: No problems found Plugins: - AddrInterpolation (31241) - ImportImagePlugin (31241) - Mapillary (31395) - OpeningHoursEditor (31241) - PicLayer (31241) - RoadSigns (31241) - TombPlugin (44) - alignways (31241) - buildings_tools (31361) - commons-imaging (31241) - contourmerge (1013) - dataimport (31241) - easy-routes (UNKNOWN) - fieldpapers (v0.3.0) - geochat (31241) - geotools (31126) - importvec (31241) - jna (31126) - jts (31126) - livegps (31241) - log4j (31231) - mapdust (31241) - measurement (31289) - mirrored_download (31294) - opendata (31241) - pdfimport (31241) - photo_geotagging (31241) - photoadjust (31413) - public_transport (31241) - reverter (31241) - scripting (30710) - tag2link (31241) - terracer (31241) - todo (29154) - turnrestrictions (31241) - undelete (31241) - utilsplugin2 (31241) - walkingpapers (31241) - wikipedia (31241) Last errors/warnings: - E: java.net.UnknownHostException: api.openstreetmap.org - W: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection.. Cause: java.net.UnknownHostException: api.openstreetmap.org - E: java.net.UnknownHostException: api.openstreetmap.org - W: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection.. Cause: java.net.UnknownHostException: api.openstreetmap.org - E: java.lang.IllegalMonitorStateException java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(Unknown Source) at java.util.concurrent.locks.ReentrantLock.unlock(Unknown Source) at org.openstreetmap.josm.plugins.mapillary.actions.WalkThread.run(WalkThread.java:112)
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Development jar updated to fix this.
Note:
See TracTickets
for help on using tickets.
the problems happen with photos from this sequence: http://www.mapillary.com/map/im/BziGuifEQhmamcI4gFfCHQ/photo
They were taken with the Mapillary app set to ignore GPS status/signal. When I step through them with the next button, no lines are drawn initially, so it seems they may not be connected as a proper sequence.
Jo