So I think I got logged in with my session cookie, but when I follow the instructions in the readme to get a list of work IDs from my history, I get an AttributeError: 'NoneType' object has no attribute 'findAll'
This was what was happening on my previous attempts when I was trying to pull a history page and getting the you-are-not-logged-in page instead, so I was assuming it meant the login authentication for the history page didn't work. (It's the same error the original API, with the password login, gave too.)
I want to input just the value of the session cookie, right?
Clearly I am still doing something wrong.
(Sorry if I'm being annoying but it's helpful to write it out.)
no subject
This was what was happening on my previous attempts when I was trying to pull a history page and getting the you-are-not-logged-in page instead, so I was assuming it meant the login authentication for the history page didn't work. (It's the same error the original API, with the password login, gave too.)
I want to input just the value of the session cookie, right?
Clearly I am still doing something wrong.
(Sorry if I'm being annoying but it's helpful to write it out.)