Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated Assistant Notes raise KeyError: 'title' on resume #152

Closed
3 tasks done
PrOF-kk opened this issue Dec 7, 2023 · 1 comment · Fixed by #153
Closed
3 tasks done

Migrated Assistant Notes raise KeyError: 'title' on resume #152

PrOF-kk opened this issue Dec 7, 2023 · 1 comment · Fixed by #153

Comments

@PrOF-kk
Copy link
Contributor

PrOF-kk commented Dec 7, 2023

Please make sure you've done the following before submitting your issue:

  • Check that you're running the newest version of the library.
  • If you're providing a stack trace, make sure it doesn't contain your password.
  • If you're getting a KeyError or ParseException, please follow the instructions here to dump the raw data.

Additionally, please provide the following information:

  • Operating system: Windows 10 22H2
  • Python version : 3.11.0

Raw data from print(e.raw)
{
   "webLink":{
      "kind":"notes#webLink",
      "url":"https://support.google.com/keep/?p=migrated_from_assistant",
      "provenanceUrl":"https://support.google.com/keep/?p=migrated_from_assistant",
      "hasThumbnailUrl":true
   }
}

Calling code can be found at
https://github.com/PrOF-kk/rainmeter-gkeep/blob/115a1f443372cdb4208eafe532508db6b9461543/Skins/Keep/Keep.py#L40

@viertel97
Copy link

I can confirm this. For me the error occurs at the gkeepapi.Keep().login(GOOGLE_E_MAIL, GOOGLE_APP_PASSWORD, device_id=GOOGLE_DEVICE_ID).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants