mohmad-null

Results 35 comments of mohmad-null

> To be precise, you would like the upload command to fail, if a file with same name and hash is already in the bucket (unless --ignoreDuplicate flag is passed)....

You folks will likely know better than me, but I assumed this was possible because, at least looking at the API, the SHA1 is sent to backblaze at file upload...

Yes, I noticed that, but I figured Scrapy should catch it.

But `AttributeError: 'dict' object has no attribute 'iter'` is a meaningless error for a scrapy user. If there's an exception (fine), it should be something meaningful "Cannot remove namespaces from...

The files definitely didn't change. Looking at `list_unfinished_large_files`, I can see a total of 7 entries encompassing 3 different files. All files are showing as completed on the web interface,...

This is 100% reproducable for me very easily: 1) Run Sync script 2) Close the console window the script is running in. 3) Run Sync script again. The script will...

As mentioned, I did update the twisted library as well, so maybe they changed something that introduced this. I think from 16.something to 17.1 which is what I have now....

Well, I did consider some of the others, but largely those stats are already in there. * Time since crawl-started is a matter of looking at the top of the...

For anyone who also gets stuck with this, I had to use a third party tool to work around it: https://ystr.github.io/types/

Hi, thanks for the suggestion. I'm not using an ISP's DNS (in part because my ISP cheaps out and actually just points to Google's DNS). The problem is that as...