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
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
but I guess that the problem here is that response=[]. Any idea what could be the problem?
Then I looked into python3 script/api/test/bciteapi.py but couldn't get this working. What I faced so far with this call:
ImportError: No module named script.api.bciteapi --> Fixed by export PYTHONPATH="${PYTHONPATH}:/main/directory/of/the/repository" but maybe you can fix that also in the code...
rdflib.plugin.PluginException: No plugin registered for (json-ld,... --> Fixed by pip install rdflib-jsonld
Tests are now running but showing me TypeError: the JSON object must be str, not 'bytes' and AssertionError: Subject None must be an rdflib term. --> How to fix that? Are tests working for you?
I tried to install bcite but didn't succeed. The online app shows for any input
and points to
bcite/script/web/app.py
Line 104 in 63d87e6
response=[]. Any idea what could be the problem?Then I looked into
python3 script/api/test/bciteapi.pybut couldn't get this working. What I faced so far with this call:ImportError: No module named script.api.bciteapi--> Fixed byexport PYTHONPATH="${PYTHONPATH}:/main/directory/of/the/repository"but maybe you can fix that also in the code...rdflib.plugin.PluginException: No plugin registered for (json-ld,...--> Fixed bypip install rdflib-jsonldTypeError: the JSON object must be str, not 'bytes'andAssertionError: Subject None must be an rdflib term. --> How to fix that? Are tests working for you?