We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #280, I'm getting
Traceback (most recent call last): File "C:\Temp\NEXRAD_PYTHON\update-Tiles-From-TPK\update-Tiles-From-TPK\OverWriteTilePackage.py", line 83, in token= getToken(user, pw) File "C:\Temp\NEXRAD_PYTHON\update-Tiles-From-TPK\update-Tiles-From-TPK\OverWriteTilePackage.py", line 26, in getToken return jres['token'],jres['ssl'] KeyError: 'token'
{"error":{"code":400,"message":"Unable to generate token.","details":["'username' must be specified.","'password' must be specified."]}}
Despite using the same, correct username and pw that I can login to AGOL successfully, so the issue IS NOT incorrect username or pw.
The text was updated successfully, but these errors were encountered:
https://github.com/Esri/developer-support/tree/master/python/general-python/update-tile-service-from-tpk
Sorry, something went wrong.
the issue IS NOT incorrect username or pw.
the error seems to indicate that a username and/or password aren't making it through in the request at all.
No branches or pull requests
Similar to #280, I'm getting
Traceback (most recent call last):
File "C:\Temp\NEXRAD_PYTHON\update-Tiles-From-TPK\update-Tiles-From-TPK\OverWriteTilePackage.py", line 83, in
token= getToken(user, pw)
File "C:\Temp\NEXRAD_PYTHON\update-Tiles-From-TPK\update-Tiles-From-TPK\OverWriteTilePackage.py", line 26, in getToken
return jres['token'],jres['ssl']
KeyError: 'token'
{"error":{"code":400,"message":"Unable to generate token.","details":["'username' must be specified.","'password' must be specified."]}}
Despite using the same, correct username and pw that I can login to AGOL successfully, so the issue IS NOT incorrect username or pw.
The text was updated successfully, but these errors were encountered: