Opened 16 years ago
Closed 16 years ago
#3092 closed defect (fixed)
[PATCH] Josm remotecontrol plugin fails
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: | delta_foxtrot@… |
Description
When trying to use the remote control plugin from http://keepright.ipax.at/report_map.php I get the following:
frans@OlieBB:~> loading remotecontrol
RemoteControl::Accepting connections on port 8111
RemoteControl received: GET /load_and_zoom?left=4.856306200000001&right=4.8763062&top=52.1705&bottom=52.1505&select=way4985092 HTTP/1.1
RemoteControl: Error parsing load_and_zoom remote control request:
java.lang.NullPointerException
at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor.run(RequestProcessor.java:150)
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | remote-control-empty-data.patch added |
---|
follow-up: 2 comment:1 by , 16 years ago
Summary: | Josm remotecontrol plugin fails → [PATCH] Josm remotecontrol plugin fails |
---|
comment:2 by , 16 years ago
Cc: | added |
---|
Replying to plaicy:
The plugin does not check if there is no data in Main.
It used to, I just upgraded from stable to testing and it has been broken somewhere between the 2 versions.
The plugin does not check if there is no data in Main.