question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown blob type: None

See original GitHub issue

I am trying to run the following code on linux Ubuntu with IDLE .When I compile and run this code I get “Unknown blob type: None” error.

import gkeepapi
import getpass

keep = gkeepapi.Keep()
success = keep.login('@gmail.com','****')
labels = keep.labels()
gnotes = keep.find(labels=["grammar"])

for x in gnotes:
    print(x.text)

RESTART: /home/q/s.py Unknown blob type: None

How can I fix this error?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kiwizcommented, Aug 18, 2019

@funktionzero Thanks, that was very helpful! Pushed up a fix.

0reactions
funktionzerocommented, Aug 18, 2019

Hi everyone. Same error here, upon login. The defective node in its raw form:

{
   "kind":"notes#node",
   "id":"1498648454675.218531217",
   "serverId":"18Piwi207odMGmoRumcWOrow_CRP_lS4zXFevjDdWJ7jgbkzjT_cYIPGeN8NNxQ",
   "parentId":"15cabe21c1a.8d12a4fca46145cb",
   "parentServerId":"16d7fRL8JDyzHmkYLS7CxFwcWm1aovFxAJK7y9tFoeD7REX15wlN_KYiBNqR3b0Nr_qdj",
   "type":"BLOB",
   "timestamps":{
      "kind":"notes#timestamps",
      "created":"2017-06-28T11:14:14.675Z",
      "updated":"2018-05-03T10:20:43.928Z",
      "deleted":"1970-01-01T00:00:00.000Z"
   },
   "blob":{
      "kind":"notes#blob",
      "mimetype":""
   },
   "nodeSettings":{
      "newListItemPlacement":"BOTTOM",
      "checkedListItemsPolicy":"GRAVEYARD",
      "graveyardState":"EXPANDED"
   },
   "annotationsGroup":{
      "kind":"notes#annotationsGroup"
   }
}

As you see, the blob has no type. I’d be happy to provide more info if needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Check if Blob of unknown Blob type exists - Stack Overflow
If the blob doesn't exist, this method will give you an error. This would be the quickest way to identify the blob type...
Read more >
ARTIFACTORY: How to fix an “unknown blob” error for ... - JFrog
Possible workaround: In circumstances when an upgrade is not immediately feasible, pulling the images using a new docker client that has not yet ......
Read more >
Unknown Blob error using container registry - GitLab.org
When I try to push an image to the container registry of my self managed gitlab instance, I get an "unknown blob" or...
Read more >
HTTP API V2 - Docker Documentation
Document use of Accept and Content-Type headers in manifests endpoint. ... BLOB_UNKNOWN, blob unknown to registry, This error may be returned when a...
Read more >
1977451 – oc adm catalog mirror fails to retrieve blob
Alias: None ... Doc Type: If docs needed, set a value ... But, the error: "unknown blob" is trying to say the image...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found