basico
basico copied to clipboard
Bug: obtaining models from jws online db
Hi @fbergmann, I've encountered this issue with Basico:
Description: Obtaining manuscript infromation from the models on JWS is not possible due to HTTP internal server error.
Steps to reproduce the issue:
- run this code
import basico.jws_online as jws
manuscript = jws.get_manuscript('bajaria1')
- see the error
The respective manuscript is available here: https://jjj.mib.ac.uk/models/manuscripts/bajaria2002/
seems like JWS has changed their endpoint for retrieving Manuscript entries, I'll see whether that is still supported.
according to their implementation it is still:
^rest/ ^models/(?P<slug>[-\w]+)/manuscript/$
^rest/ ^models/(?P<slug>[-\w]+)/sbml/$
which is what basico uses, it currently gives an error code, but there is not much basico can do about it, this needs to be sorted at JWS site:
@fbergmann Thanks for your insights, Frank! Do you know who is maintaining this site? I'd like to reach out to the developers and let them know about this issue.
I've contacted the original authors and will let you know once I find out how to best proceed with this.