You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: