okfn / dataproxy

Web application (targeted at appengine) to proxy data from certain data types into a JSON-P data type so that users can create mashups against remote data sets.
http://jsonpdataproxy.appspot.com/
Other
75 stars 24 forks source link

Error - Unable to get content length #11

Closed alixaxel closed 11 years ago

alixaxel commented 11 years ago

I'm getting the following error using the webservice:

{
    "error": {
        "message": "No content-length returned for server: ...2excel.xls", 
        "title": "Unable to get content length"
    }
}

Is it possible to allow data that doesn't specify a content length? The file is quite small (~103 KiB).

Thanks

rufuspollock commented 11 years ago

@alixaxel this should be fixed with the latest update to dataproxy done yesterday. Now if the content length cannot be found we still try to process the file. Please let us know if this is now working (or not!)

alixaxel commented 11 years ago

I just checked the same URL and it's working flawlessly now, thanks for the update.

PS: Sorry for the late reply.