blob exception on login
See original GitHub issueHi I have this :
keep = gkeepapi.Keep()
try:
keep.login(GAppUser, GAppPass)
except Exception as e:
print(e)
and get this :
'blob'
what does it mean ? and why ? thank you 🌹
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Azure Blob Storage fails to authenticate: "Make sure the value ...
Hi I am trying to upload a binary file (a blob for an excel file, ... StorageException: The remote server returned an error:...
Read more >Upload to blob always fails with authentication error #15232
I've run az login tons of times and can read all the data including from the blob. I'm calling the following command to...
Read more >AzureStorage Blob Server failed to authenticate the request ...
In my case (python), had to encode the upload content from string to bytes. Not sure why the error message says this though:...
Read more >Not able to create Microsoft Azure Blob storage V3 connection
Hello, I am facing issue while connecting to Microsoft Azure Blob storage V3 via IICS. I have entered all the correct details like...
Read more >"The blob store <StoragePointRBS> threw an exception ...
When using the Move-SPSite or Backup-SPSite command, an error message similar to the one below is encountered:
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
@layolu Thanks for the detailed investigation work.
I’ve pushed up 0.10.10 that should fix this issue. @mostafaasadi
Hi, I encountered same issue after I did as follows:
At least in my case this issue is probably caused by this incomplete uploading attempt of the image.
I’m using the newest version (0.10.9) and have got an similar stack trace repored above. I inspected this issue using pdb as follows:
The value of the key ‘parentId’ in the abnormal dict exactly matches the ID of the list to which I once failed to add the image.