James Gordon

Results 23 comments of James Gordon

I just ran into this as well. Tried changing the IP address by tethering the laptop to my phone, and got the same error. Will try again tomorrow. Otherwise, should...

Tried it again, and got a different error message: ``` ClientError URLError (Code: 0, Response: ) ``` Did a little googling, and it seems these errors are being thrown by...

@potter-potter Thanks for pointing that out. Full disclosure: I discovered this library while researching options for work colleague who isn't a Pythonista or a developer of any sort. I taught...

Another update: After my colleague logged out of his Instagram account on his phone, logged back in, and waited for a couple of days, he is once again able to...

[Line 126](https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/management/commands/cleancalaccessrawfile.py#L126) in `cleancalaccessrawfile.py` is where we start looping over each line in a given .tsv file. [Line 285](https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/management/commands/updatecalaccessrawdata.py#L285) in `updatecalaccessrawdata.py` is where we loop over each .tsv file, calling...

Update on this. I check on Sat, Jan 30, and was able to completely download that zip file. But again this morning, I am getting the same `zipfile.BadZipfile: File is...

More trouble-shooting details: - Sending an HEAD request to the zip file URL results in a successful response (i.e., HTTP response status code 200). - Based on the `Last-Modified` value...

Today I was only able to download 6 of 750 MBs before getting the `zipfile.BadZipfile: File is not a zip file` error. On the second attempt, I got a `requests.exceptions.ConnectionError:...

Here are the contents of today's response header: ``` { 'Content-Length': '768221570', 'Accept-Ranges': 'bytes', 'Expires': 'Tue, 02 Feb 2016 17:41:36 GMT', 'Last-Modified': 'Tue, 02 Feb 2016 12:20:06 GMT', 'Connection': 'keep-alive',...

![good_news](https://cloud.githubusercontent.com/assets/4304548/12766563/2a3ab3da-c9ca-11e5-957e-d46458523e55.png) The zip file became available around 2:30 PST this afternoon.