forked from greencoder/easysafe-python
-
Notifications
You must be signed in to change notification settings - Fork 44
error when creating API object #597
Copy link
Copy link
Closed
Labels
bugBugs or issues which will cause a problem for usersBugs or issues which will cause a problem for usersdocumentationProject documentationProject documentationpythonPull requests that update Python codePull requests that update Python code
Metadata
Metadata
Assignees
Labels
bugBugs or issues which will cause a problem for usersBugs or issues which will cause a problem for usersdocumentationProject documentationProject documentationpythonPull requests that update Python codePull requests that update Python code
Describe the bug
When I run code to get the API I get runtime error :
To Reproduce
Following wiki (https://simplisafe-python.readthedocs.io/en/latest/usage.html) ,I acquired the authorization code, and code verifier.
Run python script in Visual Code in debugger in Raspberry PI
I have python3 version 3.9,2
Here is my code snippet: