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
There is a problem with requests_document_loader. When using custom headers like this jsonld.set_document_loader(jsonld.requests_document_loader(headers=...)) the headers= argument is repeated twice (here) and Python raises an error.