GingerSpacetail

Results 5 comments of GingerSpacetail

Thank you! Sorry for not noticing the other related issues.

downgrading to python 3.11 did the trick, the same as mentioned in [4451](https://github.com/InsightSoftwareConsortium/ITK/issues/4451.) Thank you! P.S. Now there is an empty __init__.py file, but I look for a similar issue...

Oh, sorry. I didn't post the most important info:) The code that triggered the error is simply changing title, body, and rating to test the performance. `itemsApi.patch_item(itemId, body={'title': 'The new...

I have version elabapi_python 5.0.2 available via pip https://pypi.org/project/elabapi-python/#history and our institution version at https://eln.company.name/ is eLabFTW 5.0.4 I tried with demo verison Generated an [item #182 ](https://demo.elabftw.net/database.php?mode=view&id=182), but again...

omg, we may close the issue. I realized I made a silly mistake using `API_HOST_URL = 'https://demo.elabftw.net/api/v2/items'` instead of `API_HOST_URL = 'https://demo.elabftw.net/api/v2'` Thank you for your support and super prompt...