bio-tools / biotoolsRegistry

biotoolsregistry : discovery portal for bioinformatics
GNU General Public License v3.0
69 stars 18 forks source link

500 Server Error for open-specy #556

Closed hmpf closed 1 year ago

hmpf commented 1 year ago

This gives a 500 Server Error: https://bio.tools/api/tool/open-specy/?format=json

This works fine but returns 2 entries, not 1: https://bio.tools/api/t/?biotoolsID=%22open-specy%22&format=json

Looking at the result for method 2 the two results look identical apart from additionDate and lastUpdate. This looks like insufficient input validation to me, that the same record has been added twice.

hansioan commented 1 year ago

@hmpf Somehow it got duplicated in our DB and that's why you got the 500 Server error and the 2 entries. Fixed now, thanks for raising this issue.