Changes between Version 12 and Version 13 of Help/ErrorMessages


Ignore:
Timestamp:
2012-01-24T16:59:58+01:00 (14 years ago)
Author:
skyper
Comment:

small updates

Legend:

Unmodified
Added
Removed
Modified
  • Help/ErrorMessages

    v12 v13  
    55== Cryptic error messages ==
    66Sometimes 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{{{
     8Bad Request Error header: Placeholder node not found for reference -13 in way -12 (Kode=400)
     9}}}
    810
    911Usually, 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.
    1012
    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.
     13JOSM 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.
    1214
    1315== Error and warning dialogs ==
     
    1820[[Image(unknown-host.png)]]
    1921
    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}}}.
    2325
    2426
     
    2830[[Image(missing-capabilities.png)]]
    2931
    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}}}.
    3335
    3436=== Network unavailable ===
     
    3739[[Image(network-error.png)]]
    3840
    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?
    4143
    4244=== Internal server error === #InternalServerError
     
    4648[[Image(internal-server-error.png)]]
    4749
    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.
    5052
    5153=== Imagery: Error loading Bing attributions ===
    5254To 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:
     55This 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:
    5456
    5557[[Image(bing_attribution_error.png)]]
    5658
    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