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
Here's the output in my cmd window
C:\Users\abc\Portable_Python-3.8.6_x64\App\Python>python poe_retrievemsg.py Traceback (most recent call last): File "poe_retrievemsg.py", line 31, in previous_messages = client.get_previous_messages('a2', chatId=123456789, count=2) File "C:\Users\abc\Portable_Python-3.8.6_x64\App\Python\lib\site-packages\poe_api_wrapper\api.py", line 1000, in get_previous_messages chatdata = response_json['data']['node'] TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the output in my cmd window
C:\Users\abc\Portable_Python-3.8.6_x64\App\Python>python poe_retrievemsg.py
Traceback (most recent call last):
File "poe_retrievemsg.py", line 31, in
previous_messages = client.get_previous_messages('a2', chatId=123456789, count=2)
File "C:\Users\abc\Portable_Python-3.8.6_x64\App\Python\lib\site-packages\poe_api_wrapper\api.py", line 1000, in get_previous_messages
chatdata = response_json['data']['node']
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: