Changes between Version 12 and Version 13 of Help/ErrorMessages
- Timestamp:
- 2012-01-24T16:59:58+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/ErrorMessages
v12 v13 5 5 == Cryptic error messages == 6 6 Sometimes JOSM displays rather cryptic error messages. For instance, JOSM used to display 7 * ''Bad Request Error header: Placeholder node not found for reference -13 in way -12 (Kode=400)'' 7 {{{ 8 Bad Request Error header: Placeholder node not found for reference -13 in way -12 (Kode=400) 9 }}} 8 10 9 11 Usually, these are error messages generated by the OSM server. There isn't an exhaustive specification of possible error messages generated by the OSM server and in general JOSM can't know what error messages it has to deal with. 10 12 11 JOSM does it's best to transform cryptic error messages into a more user friendly text (including translation). Please [/newticket let the the JOSM team know] if cryptic and/or untranslated messages show up. Devs will then try to transform them into a more user-friendly message. 13 JOSM does it's best to transform cryptic error messages into a more user friendly text (including translation). Please [/newticket let the the JOSM team know] if cryptic and/or untranslated messages show up. Developers will then try to transform them into a more user-friendly message. 12 14 13 15 == Error and warning dialogs == … … 18 20 [[Image(unknown-host.png)]] 19 21 20 '''How to resolve'''21 * check the URL displayed in the dialog (in the example above it's {{{http://nosuchhost.openstreetmap.org/api}}})22 * make sure your [wiki:/Help/Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}}.22 **How to resolve** 23 * check the URL displayed in the dialog (in the example above it's {{{http://nosuchhost.openstreetmap.org/api}}}) 24 * make sure your [[Image(source:trunk/images/preference.png,20)]] [Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}}. 23 25 24 26 … … 28 30 [[Image(missing-capabilities.png)]] 29 31 30 '''How to resolve'''31 * check the URL displayed in the dialog (in the example above it's {{{http://api07.dev.openstreetmap.org/api}}})32 * make sure your [wiki:/Help/Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}}.32 **How to resolve** 33 * check the URL displayed in the dialog (in the example above it's {{{http://api07.dev.openstreetmap.org/api}}}) 34 * make sure your [[Image(source:trunk/images/preference.png,20)]] [Action/Preferences preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}}. 33 35 34 36 === Network unavailable === … … 37 39 [[Image(network-error.png)]] 38 40 39 '''How to resolve'''40 * make sure your computer is connected to the Internet. Can you open the URL [http://www.openstreetmap.org] in your preferred web browser?41 **How to resolve** 42 * make sure your computer is connected to the Internet. Can you open the URL [http://www.openstreetmap.org] in your preferred web browser? 41 43 42 44 === Internal server error === #InternalServerError … … 46 48 [[Image(internal-server-error.png)]] 47 49 48 '''How to resolve'''49 * This is most likely a temporary problem. You're adviced to retry uploading or downloading after a short periode of time.50 **How to resolve** 51 * This is most likely a temporary problem. You're adviced to retry uploading or downloading after a short periode of time. 50 52 51 53 === Imagery: Error loading Bing attributions === 52 54 To use the Bing aerial pictures, JOSM has to download the Bing aerial attributions first.[[BR]] 53 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: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: 54 56 55 57 [[Image(bing_attribution_error.png)]] 56 58 57 '''How to resolve''' 58 * Use a proxy-server. (Look for a '''''http proxy list''''' in the world-wild-net). 59 * Go to the [wiki:/Help/Action/Preferences preferences] (''F12'') and set up JOSM to use a proxy under [wiki:/Help/Preferences/Connection Connection Settings]. 60 * If it does not work try a different proxy from the list. 61 * The attributions are only downloaded once. JOSM keeps them for the session. This means you should revert your preference to not use the proxy once Bing works. 59 **How to resolve** 60 * Use a proxy-server. (Look for a **''http proxy list''** in the world-wild-net). 61 * Go to the [[Image(source:trunk/images/preference.png,20)]] [Action/Preferences preferences] {''F12''} and set up JOSM to use a proxy under [[Image(source:trunk/images/preferences/connection.png,20)]] [Preferences/Connection Connection Settings]. 62 * If it does not work try a different proxy from the list. 63 * The attributions are only downloaded once. JOSM keeps them for one day. This means you should revert your preference to not use the proxy once Bing works. 64
