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
Trying to use the client against my opensource install of Mist and getting the following errors
Traceback (most recent call last): File "/bin/mist", line 1249, in <module> main() File "/bin/mist", line 1246, in main user_info() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 106, in user_info client = authenticate() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 101, in authenticate client = parse_config() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 41, in parse_config api_token=api_token) File "/usr/lib/python2.7/site-packages/mistclient/__init__.py", line 47, in __init__ self.__authenticate() File "/usr/lib/python2.7/site-packages/mistclient/__init__.py", line 77, in __authenticate response = req.post().json() File "/usr/lib/python2.7/site-packages/mistclient/helpers.py", line 58, in post return self.response(resp) File "/usr/lib/python2.7/site-packages/mistclient/helpers.py", line 53, in response raise Exception(resp.content) Exception: Not authorized
I've updated the ~/.mist file mist_uri param to point to my local install, but I'm not sure what to do next?
The text was updated successfully, but these errors were encountered:
Trying to use the client against my opensource install of Mist and getting the following errors
Traceback (most recent call last): File "/bin/mist", line 1249, in <module> main() File "/bin/mist", line 1246, in main user_info() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 106, in user_info client = authenticate() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 101, in authenticate client = parse_config() File "/usr/lib/python2.7/site-packages/mistcommand/helpers/login.py", line 41, in parse_config api_token=api_token) File "/usr/lib/python2.7/site-packages/mistclient/__init__.py", line 47, in __init__ self.__authenticate() File "/usr/lib/python2.7/site-packages/mistclient/__init__.py", line 77, in __authenticate response = req.post().json() File "/usr/lib/python2.7/site-packages/mistclient/helpers.py", line 58, in post return self.response(resp) File "/usr/lib/python2.7/site-packages/mistclient/helpers.py", line 53, in response raise Exception(resp.content) Exception: Not authorized
I've updated the ~/.mist file mist_uri param to point to my local install, but I'm not sure what to do next?
The text was updated successfully, but these errors were encountered: