Matt Ferguson

Results 11 comments of Matt Ferguson

Understood. So once I assign an object, I can pull obj.last_modified or other tags to view those attributes. Thanks. That was a little unintuitive for someone new to Pyrax (and...

I would say yes. I was using cloud_files.md. The doc is very, very helpful, but I couldn't find any mention of what you described here. In one paragraph it states...

Hi, My office is the one that wrote the thread on the Rackspace developer forums. We are still having the same issue when uploading any file of any size to...

Here's the entirety of the management command I wrote to reproduce the error. The text file that is uploaded is just an 8KB file of alphanumeric characters. ``` class Command(BaseCommand):...

To be clear, we normally do upload a lot of files at random times. However, this particular script doesn't do that. I went into debug mode and stepped through to...

@EdLeafe I added the same code to test it. The level returned was 0 which I assume to mean there is no level set, but the handlers returned an empty...

@EdLeafe Here's a screen shot of the global 'log' object at the time the warning is being written to the console: ![screen shot 2014-05-30 at 12 14 39 pm](https://cloud.githubusercontent.com/assets/6675830/3133786/02271c42-e81e-11e3-8c4c-68434fc3742e.png) The...

@EdLeafe So I did some more digging, and I wanted to check with you to see if this is normal behavior. I stepped into the code to the point where...

@EdLeafe I commented out what was there and had the method return and the None objects were still in the queue.

@EdLeafe Do you believe this is a Pyrax issue or a requests library issue? I can post on the requests Git if you think that might be helpful.