Opened 10 years ago
Closed 7 years ago
#11900 closed defect (othersoftware)
Quality Assurance Tools script hangs when trying to download data
Reported by: | daganzdaanda | Owned by: | Gubaer |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin scripting | Version: | tested |
Keywords: | template_report github | Cc: |
Description
What steps will reproduce the problem?
- run "qat_script.py"
- search for errors with OSM Inspector or another tool
- Try to fix the errors with a click on the "start correcting bugs" button
What is the expected result?
the osm-data that has an error gets downloaded so it can be fixed.
What happens instead?
a window pops up "Fernsteueraktion bestätigen" (confirm remote operation), but the window is not showing anything, it's not "painted" correctly. so there is no button to confirm or cancel, and this window blocks all the rest of josm. In effect it is a hang-up, and JOSM has to be terminated using a task manager.
Please provide any additional information below. Attach a screenshot if possible.
Revision: 8677 Repository Root: http://josm.openstreetmap.de/svn Relative URL: ^/trunk Last Changed Author: Don-vip Last Changed Date: 2015-08-21 22:18:03 +0200 (Fri, 21 Aug 2015) Build-Date: 2015-08-21 23:32:08 URL: http://josm.openstreetmap.de/svn/trunk Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last Changed Rev: 8677 Identification: JOSM/1.5 (8677 de) Windows 7 64-Bit Memory Usage: 630 MB / 1067 MB (500 MB allocated, but free) Java version: 1.8.0_51, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Dataset consistency test: No problems found Plugins: - AddrInterpolation (31241) - ElevationProfile (31544) - FastDraw (31265) - FixAddresses (31241) - HouseNumberTaggingTool (31241) - ImageWayPoint (31241) - ImportImagePlugin (31241) - InfoMode (31241) - Mapillary (31550) - OpeningHoursEditor (31241) - PicLayer (31241) - RoadSigns (31241) - SimplifyArea (31241) - Tracer2 (31369) - alignways (31241) - buildings_tools (31361) - commons-imaging (31241) - contourmerge (1013) - download_along (31241) - editgpx (31241) - geotools (31126) - graphview (31241) - imagery_offset_db (31241) - importvec (31241) - jts (31126) - kendzi3d (1.0.186) - kendzi3d-jogl (41) - log4j (31231) - mapdust (31241) - measurement (31289) - merge-overlap (31241) - mirrored_download (31294) - opendata (31241) - pbf (31241) - plastic_laf (31126) - public_transport (31241) - public_transport_layer (31220) - reltoolbox (31241) - reverter (31241) - routes (31241) - scripting (30710) - tag2link (31241) - tageditor (31560) - tagging-preset-tester (31241) - terracer (31241) - todo (29154) - turnlanes (31241) - turnrestrictions (31562) - undelete (31241) - utilsplugin2 (31463) - waydownloader (31241) - wikipedia (31241) Last errors/warnings: - E: No tagging preset submenu for RoadSigns - E: No tagging preset submenu for - E: No tagging preset submenu for - E: No tagging preset submenu for - E: No tagging preset submenu for
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 7 years ago
Keywords: | github added |
---|---|
Resolution: | → othersoftware |
Status: | new → closed |
Please report this issue here: https://github.com/Gubaer/josm-scripting-plugin/issues
I found a work-around: In the options for remote control, deselecting "confirm all remote control actions manually" ("Alle Fernsteuerungs-Aktionen manuell bestätigen") keeps the window from popping up, and then the data gets downloaded fine.
So the problem seems to be with the remote control pop-up, not with the qat_script.
I still would like to be asked before a remote action, so I hope it can be fixed.