Unknown blob type: None
See original GitHub issueI 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:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@funktionzero Thanks, that was very helpful! Pushed up a fix.
Hi everyone. Same error here, upon login. The defective node in its raw form:
As you see, the blob has no type. I’d be happy to provide more info if needed.