Modify ↓
Opened 3 years ago
Closed 3 years ago
#4311 closed defect (fixed)
OAuth: Test access token doesn't work
| Reported by: | avar | Owned by: | team |
|---|---|---|---|
| Priority: | critical | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
The OSM server barfs an internal error when you try to test the oauth access token during setup:
192.168.001.065.55989-128.040.168.098.00080: GET /api/user/details HTTP/1.1 128.040.168.098.00080-192.168.001.065.55989: HTTP/1.1 500 Internal Server Error X-Runtime: 16 Content-Type: text/html; charset=utf-8 Cache-Control: no-cache Content-Length: 597 Error: ActionController::UnknownAction: No action responded to details. Actions: api_call_handle_error, api_call_timeout, assert_method, authorize, authorize_web, capabilities, changes, check_api_readable, check_api_writable, check_boundaries, check_database_readable, check_database_writable, map, report_error, require_allow_read_gpx, require_allow_read_prefs, require_allow_write_api, require_allow_write_diary, require_allow_write_gpx, require_allow_write_prefs, require_capability, require_cookies, require_public_data, require_user, sanitise_boundaries, set_locale, setup_user_auth, and trackpoints Date: Thu, 07 Jan 2010 20:51:04 GMT Server: lighttpd/1.4.22
Maybe the request lacks the API version?
Attachments (0)
Change History (1)
comment:1 Changed 3 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



(In [2763]) fixed #4311: OAuth: Test access token doesn't work