herefromrdt

Results 4 comments of herefromrdt

It's definitely caused by auth failures. For me, it keeps getting Bad Request responses from OF. Unfortunately, the response from OF doesn't contain an error message beyond "Bad Request". My...

Actually, I'm looking at the Python code this morning, and it looks like it actually does open the zip file to get the image. For some reason, it's just not...

Ok, the issue is with the slashes not matching. I wrote a quick Python script to open up the zip file and just print out the namelist. The internal path...

I fixed this locally with this code. It's not very DRY, but it does the job as a bandaid. It's possible that the zip file name list will always use...