Modify

Opened 13 years ago

Closed 5 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 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 (20)

comment:1 by skyper, 13 years ago

Owner: changed from team to Upliner

comment:2 by skyper, 13 years ago

comment:3 by Upliner, 13 years ago

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

Version 0, edited 13 years ago by Upliner (next)

comment:4 by skyper, 13 years ago

Maybe that was the point. It is working now.

in reply to:  3 comment:5 by skyper, 13 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 skyper, 13 years ago

This is still an issue.

I have to admit that my internet connection is not the best, but on the other hand all other internet pages open normaly and with r3715 it works wonderful. Is there anyting I can do for debugging ?

r3182

comment:7 by Upliner, 13 years ago

Does bottom-right attribution shows correctly in r3715? If no, it's not "wonderful" because it infriges Microsoft's license.

in reply to:  7 comment:8 by skyper, 13 years ago

Replying to Upliner:

Does bottom-right attribution shows correctly in r3715? If no, it's not "wonderful" because it infriges Microsoft's license.

It does not work.

comment:9 by Upliner, 13 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.

Last edited 13 years ago by Upliner (previous) (diff)

comment:10 by bastiK, 13 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.

comment:11 by Andreaz.Anderzzon@…, 13 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.

in reply to:  11 comment:12 by Andreaz.Anderzzon@…, 13 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 skyper, 13 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 skyper, 13 years ago

Sorry for being unpatient.

I fiddeled around a bit with proxies and now the solution works for me so far.

comment:15 by bastiK, 13 years ago

You could write some lines in the documentation, how you solved the issue.

in reply to:  15 comment:16 by skyper, 13 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 skyper, 13 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 skyper, 13 years ago

Component: CoreCore imagery
Summary: imagery: error: Could not open Bing aerials attribution metadataimagery:" error: Could not open Bing aerials attribution metadata", please link to help-page
Type: defectenhancement

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 skyper, 12 years ago

Description: modified (diff)
Owner: changed from Upliner to team

comment:20 by Don-vip, 5 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #14598.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.