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
{{ message }}
This repository was archived by the owner on Mar 30, 2020. It is now read-only.
No handlers could be found for logger "symphony.Config"
Traceback (most recent call last):
File "hello_world.py", line 30, in <module>
main()
File "hello_world.py", line 20, in main
agent, pod, symphony_sid = conn.connect()
File "/Library/Python/2.7/site-packages/symphony/Config/__init__.py", line 55, in connect
session_token = auth.get_session_token()
File "/Library/Python/2.7/site-packages/symphony/Auth/__init__.py", line 43, in get_session_token
raise Exception('BAD HTTP STATUS: %s' % str(response.status_code))
Exception: BAD HTTP STATUS: 404
I'm trying to run the following code:
My
example-bot.cfgis:This is the error I get
I manually tried to invoke https://foundation-dev-api.symphony.com/sessionauth/sessionauth/v1/authenticate and it works as expected.