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
I get the following exception:
ERROR [2022-06-12 16:30:31,685] Can't find file '..........................' to read security token.
This is because in init() the token is read from the file before it is saved to the file by __get_token() function. I do not understand the expected flow. Shall I create the file myself before calling the constructor? Then why the filename is md5-encoded then?