Opened 2 years ago
Last modified 8 months ago
#5765 new enhancement
imagery:" error: Could not open Bing aerials attribution metadata", please link to help-page
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core imagery |
| Version: | Keywords: | imagery bing attribution | |
| Cc: |
Description (last modified by skyper)
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 (19)
comment:1 Changed 2 years ago by skyper
- Owner changed from team to upliner
comment:2 Changed 2 years ago by skyper
- Owner changed from upliner to Upliner
comment:3 follow-up: ↓ 5 Changed 2 years ago by Upliner
comment:4 Changed 2 years ago by skyper
Maybe that was the point. It is working now.
comment:5 in reply to: ↑ 3 Changed 2 years ago by skyper
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 Changed 2 years ago by skyper
comment:7 follow-up: ↓ 8 Changed 2 years ago by Upliner
Does bottom-right attribution shows correctly in r3715? If no, it's not "wonderful" because it infriges Microsoft's license.
comment:8 in reply to: ↑ 7 Changed 2 years ago by skyper
comment:9 Changed 2 years ago by Upliner
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 Changed 2 years ago by bastiK
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.
comment:11 follow-up: ↓ 12 Changed 2 years ago by 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.
comment:12 in reply to: ↑ 11 Changed 2 years ago by Andreaz.Anderzzon@…
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 Changed 2 years ago by skyper
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 Changed 2 years ago by skyper
Sorry for being unpatient.
I fiddeled around a bit with proxies and now the solution works for me so far.
comment:15 follow-up: ↓ 16 Changed 2 years ago by bastiK
You could write some lines in the documentation, how you solved the issue.
comment:16 in reply to: ↑ 15 Changed 2 years ago by skyper
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 Changed 2 years ago by skyper
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 Changed 2 years ago by skyper
- Component changed from Core to Core imagery
- Summary changed from imagery: error: Could not open Bing aerials attribution metadata to imagery:" error: Could not open Bing aerials attribution metadata", please link to help-page
- Type changed from defect to 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 Changed 8 months ago by skyper
- Description modified (diff)
- Owner changed from Upliner to team



Make sure that http://dev.virtualearth.net/ server is accessible.