-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I tried to install bcite but didn't succeed. The online app shows for any input
<class 'IndexError'> at /
list index out of range
and points to
Line 104 in 63d87e6
| idCitingRef = response[0]['id'] |
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 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-jsonld- Tests are now running but showing me
TypeError: 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?
Metadata
Metadata
Assignees
Labels
No labels