basico icon indicating copy to clipboard operation
basico copied to clipboard

Bug: obtaining models from jws online db

Open lilijap opened this issue 4 months ago • 4 comments

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:

  1. run this code

import basico.jws_online as jws manuscript = jws.get_manuscript('bajaria1')

  1. see the error Image

The respective manuscript is available here: https://jjj.mib.ac.uk/models/manuscripts/bajaria2002/

lilijap avatar Aug 05 '25 13:08 lilijap

seems like JWS has changed their endpoint for retrieving Manuscript entries, I'll see whether that is still supported.

fbergmann avatar Aug 05 '25 14:08 fbergmann

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:

https://jjj.bio.vu.nl/rest/models/bajaria2002/manuscript/

fbergmann avatar Aug 05 '25 14:08 fbergmann

@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.

lilijap avatar Aug 05 '25 14:08 lilijap

I've contacted the original authors and will let you know once I find out how to best proceed with this.

fbergmann avatar Aug 06 '25 17:08 fbergmann