You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following additional requirements seems to be needed: geographiclib tz lxml python-dateutil requests_oauthlib
The kv_auth fails to authenticate. likely Oauth2 is now required.
kv_auth Error:
`PS C:\Users\luser> kv_auth.exe
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Scripts\kv_auth.exe_main.py", line 7, in
sys.exit(main())
~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 112, in main
kt.write_config_file(kv_auth(osm_oauth()))
~~~~~~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 36, in osm_oauth
fetch_response = oauth.fetch_request_token(OSM_REQUEST_TOKEN_URL)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 282, in fetch_request_token
token = self._fetch_token(url, **request_kwargs)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 364, in _fetch_token
raise TokenRequestDenied(error % (r.status_code, r.text), r)
requests_oauthlib.oauth1_session.TokenRequestDenied: Token request failed with code 404, response was '
<title>OpenStreetMap</title>
File not found
Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)
Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.
</div>
'.
PS C:\Users\stefanb> kv_auth.exe -h
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Scripts\kv_auth.exe\__main__.py", line 7, in
sys.exit(main())
~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 112, in main
kt.write_config_file(kv_auth(osm_oauth()))
~~~~~~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 36, in osm_oauth
fetch_response = oauth.fetch_request_token(OSM_REQUEST_TOKEN_URL)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 282, in fetch_request_token
token = self._fetch_token(url, **request_kwargs)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 364, in _fetch_token
raise TokenRequestDenied(error % (r.status_code, r.text), r)
requests_oauthlib.oauth1_session.TokenRequestDenied: Token request failed with code 404, response was '
<title>OpenStreetMap</title>
File not found
Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)
Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.
</div>
'.
PS C:\Users\luser>`
The text was updated successfully, but these errors were encountered:
kv_auth Error:
`PS C:\Users\luser> kv_auth.exe
<title>OpenStreetMap</title>Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Scripts\kv_auth.exe_main.py", line 7, in
sys.exit(main())
~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 112, in main
kt.write_config_file(kv_auth(osm_oauth()))
~~~~~~~~~^^
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\kartaview_tools\kv_auth.py", line 36, in osm_oauth
fetch_response = oauth.fetch_request_token(OSM_REQUEST_TOKEN_URL)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 282, in fetch_request_token
token = self._fetch_token(url, **request_kwargs)
File "C:\Users\stefanb\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests_oauthlib\oauth1_session.py", line 364, in _fetch_token
raise TokenRequestDenied(error % (r.status_code, r.text), r)
requests_oauthlib.oauth1_session.TokenRequestDenied: Token request failed with code 404, response was '
File not found
Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)
Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.
File not found
Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)
Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.
The text was updated successfully, but these errors were encountered: