Skip to content
New issue

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

global_value.SSID = self.session_data.get("token") AttributeError: 'NoneType' object has no attribute 'get' #25

Closed
cyraxxPy opened this issue Jul 18, 2024 · 0 comments

Comments

@cyraxxPy
Copy link
Contributor

cyraxxPy commented Jul 18, 2024

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'

  • Fresh run after updating this library go latest commits.
  • tried deleting session file
  • python3.8
  • matching requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants