PythonOmekaApiToCsv icon indicating copy to clipboard operation
PythonOmekaApiToCsv copied to clipboard

raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 406: Not Acceptable

Open cachatj opened this issue 3 years ago • 0 comments

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??

cachatj avatar Sep 16 '22 18:09 cachatj