Skip to content

Weird Auth Issue - Mac OS X - Python 3.12 #58

@dalejrodriguez

Description

@dalejrodriguez

After entering my token, I get the following error message:

Enter your oauth_token for dalejrodriguez@gmail.com:
Traceback (most recent call last):
File "/Users/jovan/WhatsApp-GD-Extractor-Multithread/WhatsAppGDExtract.py", line 258, in
main(sys.argv)
File "/Users/jovan/WhatsApp-GD-Extractor-Multithread/WhatsAppGDExtract.py", line 241, in main
for backup in backups:
File "/Users/jovan/WhatsApp-GD-Extractor-Multithread/WhatsAppGDExtract.py", line 104, in list_path
page = self.get_page(path, page_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jovan/WhatsApp-GD-Extractor-Multithread/WhatsAppGDExtract.py", line 95, in get_page
return self.get(
^^^^^^^^^
File "/Users/jovan/WhatsApp-GD-Extractor-Multithread/WhatsAppGDExtract.py", line 79, in get
headers={"Authorization": "Bearer {}".format(self.auth["Auth"])},
~~~~~~~~~^^^^^^^^
KeyError: 'Auth'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions