You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "c:\Users\timf0\Python Projects\fanduelauto.py", line 13, in
fd = southpaw.Fanduel(fd_email, fd_pw, fd_basic, fd_session)
File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 275, in init
self.__authenticate()
File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 444, in __authenticate
if current_response_json and len(current_response_json['users']) > 0:
KeyError: 'users'
Looks like the headers doesn't initialize a "users" key but is referenced later. How would you go about this if it still is working?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "c:\Users\timf0\Python Projects\fanduelauto.py", line 13, in
fd = southpaw.Fanduel(fd_email, fd_pw, fd_basic, fd_session)
File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 275, in init
self.__authenticate()
File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 444, in __authenticate
if current_response_json and len(current_response_json['users']) > 0:
KeyError: 'users'
Looks like the headers doesn't initialize a "users" key but is referenced later. How would you go about this if it still is working?
The text was updated successfully, but these errors were encountered: