PythonOmekaApiToCsv
PythonOmekaApiToCsv copied to clipboard
raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 406: Not Acceptable
just downloaded the zip, and ran omekacsv.py as is. hit with:
raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 406: Not Acceptable
which is apparently a permissions issue, that is blocked by some hosting plans. made some attempts to include headers and a User-Agent in my URL requests, but have not been able to find a viable workaround.
Anyone have a workaround??