Open adampalli opened 1 year ago
Installation method: pip
Version: The latest version of Python and audiobook-dl
Describe the bug While trying to log in to download audiobook via Storytel, i get the following error
self.single_signon_token = user_data["singleSignToken"] KeyError: 'singleSignToken'
Command output Command and output with --debug flag
--debug
Think it is fixed in #47
I got the same error before applying #47 but that introduced another error that I believe is fixed with #50
Installation method: pip
Version: The latest version of Python and audiobook-dl
Describe the bug While trying to log in to download audiobook via Storytel, i get the following error
self.single_signon_token = user_data["singleSignToken"] KeyError: 'singleSignToken'
Command output Command and output with
--debug
flag