Opened 14 years ago
Closed 6 years ago
#5765 closed enhancement (duplicate)
imagery:" error: Could not open Bing aerials attribution metadata", please link to help-page
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | |
Keywords: | imagery bing attribution | Cc: |
Description (last modified by )
I get:
Could not open Bing aerials attribution metadata failed loading 17/68399/45569 Cannot load Bing attribution ...
opening a Bing layer
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm. Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2010-12-20 02:32:06 Last Changed Author: bastiK Revision: 3732 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2010-12-19 17:08:47 +0100 (Sun, 19 Dec 2010) Last Changed Rev: 3732
Attachments (0)
Change History (20)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
comment:5 by , 14 years ago
Replying to Upliner:
Make sure that the http://dev.virtualearth.net/ server is accessible.
The page opens within a browser but I get these errors again. It worked an hour ago with the same settings.
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm. Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2010-12-30 02:31:25 Last Changed Author: bastiK Revision: 3750 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2010-12-29 22:50:44 +0100 (Wed, 29 Dec 2010) Last Changed Rev: 3750 RemoteControl::Accepting connections on port 8111 GET http://api.openstreetmap.org/api/capabilities... OK Kommunikation mit http://api.openstreetmap.org/api mittels Protokollversion 0.6 etabliert. GET http://api.openstreetmap.org/api/0.6/map?bbox=7.8332627,47.9935082,7.836207699999999,47.994850799999995 Got an attribution image 29x93 Could not open Bing aerials attribution metadata. failed loading 18/136775/91131 Cannot load Bing attribution failed loading 18/136777/91130 Cannot load Bing attribution failed loading 18/136777/91131 Cannot load Bing attribution
comment:6 by , 14 years ago
follow-up: 8 comment:7 by , 14 years ago
Does bottom-right attribution shows correctly in r3715? If no, it's not "wonderful" because it infriges Microsoft's license.
comment:8 by , 14 years ago
comment:9 by , 14 years ago
Only thing I can suggest is to use some public proxy server when adding Bing layer first time. Once attribution data is loaded, it's remembered until JOSM exit, so proxy is not needed anymore and can be disabled.
comment:10 by , 14 years ago
Maybe set a timeout for attribution retrieval:
URLConnection conn = u.openConnection(); conn.setConnectTimeout(5000); InputStream stream = conn.getInputStream();
And make the 5000 a pref value, so skyper can set it to 30000 or something.
follow-up: 12 comment:11 by , 14 years ago
I have the same or closely related issue with Bing, I have Windows 7 r3790. then I start Bing I get (Got an attribution image 29x93) and nothing more. With Wireshark I get some lines with corrupted packets.
comment:12 by , 14 years ago
Replying to Andreaz.Anderzzon@…:
I have the same or closely related issue with Bing, I have Windows 7 r3790. then I start Bing I get (Got an attribution image 29x93) and nothing more. With Wireshark I get some lines with corrupted packets.
My problem is now fixed JIPPI. I found the small pesky box "Autoload tiles by default" empty, and hey presto! let there be Bing.
comment:13 by , 14 years ago
Hi
any progress on this problem ?
I also get some lines with corrupted packets within wireshark.
Do you need a dump or is there a recommanded proxy to use.
At least for me latest is almost useless right now and with an older version I violate the "Terms of Use".
Switching on and off a proxy is not working well, cause my machines here have not much RAM and I have to restart JOSM quite often to free memory from java, especially with WMS active.
Thanks
comment:14 by , 14 years ago
Sorry for being unpatient.
I fiddeled around a bit with proxies and now the solution works for me so far.
follow-up: 16 comment:15 by , 14 years ago
You could write some lines in the documentation, how you solved the issue.
comment:16 by , 14 years ago
Replying to bastiK:
You could write some lines in the documentation, how you solved the issue.
Done.
I basicly followed Upliner's instructions ! Have look at Help/ErrorMessages.
comment:17 by , 14 years ago
Three days ago it worked without a proxy but today it does not.
Eather I get it to work right a way within 1 second or it will not work at all.
comment:18 by , 14 years ago
Component: | Core → Core imagery |
---|---|
Summary: | imagery: error: Could not open Bing aerials attribution metadata → imagery:" error: Could not open Bing aerials attribution metadata", please link to help-page |
Type: | defect → enhancement |
It was a problem of my connection. Anyway it would be nice to link the error-message to a help-page, activated by clicking.
comment:19 by , 12 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
comment:20 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #14598.
Make sure that the http://dev.virtualearth.net/ server is accessible.