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
DEBUG:
https://qxbroker.com/pt/logout Starting new HTTPS connection (1): qxbroker.com:443 https://qxbroker.com:443 "GET /pt/logout HTTP/1.1" 403 None 'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/Users/cyr4xx69/qqq/trade.py", line 200, in test_connection await self.client.connect() File "/Users/cyr4xx69/qqq/quotexapi/stable_api.py", line 162, in connect global_value.SSID = self.session_data.get("token") AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DEBUG:
https://qxbroker.com/pt/logout
Starting new HTTPS connection (1): qxbroker.com:443
https://qxbroker.com:443 "GET /pt/logout HTTP/1.1" 403 None
'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/Users/cyr4xx69/qqq/trade.py", line 200, in test_connection
await self.client.connect()
File "/Users/cyr4xx69/qqq/quotexapi/stable_api.py", line 162, in connect
global_value.SSID = self.session_data.get("token")
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: