Changes between Version 17 and Version 22 of Help/ErrorMessages
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/ErrorMessages
v17 v22 19 19 When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server. If it can't resolve its host name, it displays the following error message: 20 20 21 [[Image(unknown-host.png)]] 21 [[Image(unknown-host.png,link=)]] 22 22 23 23 **How to resolve** 24 * check the URL displayed in the dialog (in the example above it's {{{http://nosuchhost.openstreetmap.org/api}}}) 25 * make sure your [[JOSMImage(preference,20,middle)]] [Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{https://api.openstreetmap.org/api}}}. 26 24 * check the URL displayed in the dialog (in the example above it's `http://nosuchhost.openstreetmap.org/api`) 25 * make sure in your [[JOSMImage(preference)]] preferences the [wikitr:/Help/Preferences/Connection OSM Server settings] include a valid URL to the OSM server. The standard URL is `https://api.openstreetmap.org/api`. 27 26 28 27 === Can't initialize OSM API === #OsmApiInitializationException 29 28 When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server configured in the preferences. If JOSM can connect but if it detects that there isn't a supported OSM server on the other end it displays the following error message: 30 29 31 [[Image(missing-capabilities.png)]] 30 [[Image(missing-capabilities.png,link=)]] 32 31 33 32 **How to resolve** 34 * check the URL displayed in the dialog (in the example above it's {{{http://api07.dev.openstreetmap.org/api}}})35 * make sure your [[JOSMImage(preference ,20,middle)]] [Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{https://api.openstreetmap.org/api}}}.33 * check the URL displayed in the dialog (in the example above it's `http://api07.dev.openstreetmap.org/api`) 34 * make sure in your [[JOSMImage(preference)]] preferences the [wikitr:/Help/Preferences/Connection OSM Server settings] include a valid URL to the OSM server. The standard URL is `https://api.openstreetmap.org/api`. 36 35 37 36 === Network unavailable === 38 37 When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server configured in the preferences. JOSM displays the following error messages if there's a problem with your Internet connection: 39 38 40 [[Image(network-error.png)]] 39 [[Image(network-error.png,link=)]] 41 40 42 41 **How to resolve** … … 47 46 JOSM displays the following error messages if an error occurs on the remote OSM server: 48 47 49 [[Image(internal-server-error.png)]] 48 [[Image(internal-server-error.png,link=)]] 50 49 51 50 **How to resolve** … … 53 52 54 53 === Imagery: Error loading Bing attributions === 55 To use the Bing aerial pictures, JOSM has to download the Bing aerial attributions first. [[BR]]54 To use the Bing aerial pictures, JOSM has to download the Bing aerial attributions first. \\ 56 55 This download can fail due to connection problems. JOSM shows you the message: **''Error loading Bing attributions''**, at the bottom right corner of the main window: 57 56 58 [[Image(bing_attribution_error.png)]] 57 [[Image(bing_attribution_error.png,link=)]] 59 58 60 59 **How to resolve** 61 60 * Use a proxy-server. (Look for a **''http proxy list''** in the world-wild-net). 62 * Go to the [[JOSMImage(preference ,20,middle)]] [Action/Preferences preferences] {''F12''}and set up JOSM to use a proxy under [[JOSMImage(preferences/connection,20,middle)]] [Preferences/Connection Connection Settings].61 * Go to the [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences preferences] ''(`F12`)'' and set up JOSM to use a proxy under [[JOSMImage(preferences/proxy,link=,24,middle)]] [wikitr:/Help/Preferences/ProxyPreference Proxy settings]. 63 62 * If it does not work try a different proxy from the list. 64 63 * The attributions are only downloaded once. JOSM keeps them for one day. This means you might want to revert your preference in order to not use the proxy once Bing works. 65 64 65 66 ---- 67 Back to [wikitr:/Help/Action/Preferences Preferences] \\ 68 Back to [wikitr:/Help Main Help]