Search

Python API

Subscribe to Python API 4 post(s)

 
jmoreira

Hello,

i’m using Python to extract the tickets of a custom report but after 30m of development where i’d get the data i needed, i’m getting 200 OK responses but not data.
Could it be any rate limitation on unfuddle side?

best

 
Joshua Frappier

It should not be any rate limitation after such a small amount of time. If you are seeing 200 OKs with no other data, it sounds like you may be behind a caching proxy that is trying to be smart (and failing).

 
jmoreira

Hi,

i’m getting the same behavior at my hosting server. Perhaps i should send a ‘no cache’ header or something? i’ll debug more later on

 
jmoreira

i changed to urllib2 and it works now. thanks