-
Notifications
You must be signed in to change notification settings - Fork 58
Description
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'