cleitonleonel / pyquotex

Unofficial Quotex Library
Other
69 stars 53 forks source link

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

Closed cyraxxPy closed 2 weeks ago

cyraxxPy commented 4 months ago

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'