adsabs / adsabs-dev-api

Developer API service description and example client code
162 stars 58 forks source link

What are the constraints on library names #69

Closed gmella closed 3 years ago

gmella commented 3 years ago

First, thank a lot for your API and associated services which help us a lot to combine multiples tools. ( it could be fun (or I like to imagine) to set VO/SAMP on both tool so we can do more than the sum of the two services ;) )

I then created many libraries using names coming from another database. I get a 500 error with message="INTERNAL SERVER ERROR" for one of them. I guess that it is related to the maximum length allowed for the name field.

Is there a way to get a better error message ?

I double check the documentation but did not find any word about such constraint that can help to design code.

Regards,

Guillaume

marblestation commented 3 years ago

This looks to me more like a bug on our end, could you send to adshelp@cfa.harvard.edu an example of a requests that fails? Thanks!