ArtisTechMedia / ccMixterHost

ccMixter's implementation of ccHost - may become more javascripty over time and become an all out fork.
GNU General Public License v2.0
18 stars 8 forks source link

API returns invalid JSON #30

Closed hughrawlinson closed 8 years ago

hughrawlinson commented 8 years ago

http://ccmixter.org/api/query?f=json&limit=10&offset=1830.json#

The JSON at this link fails to parse in both Node and Chrome. I'm reasonably sure it's due to a user input data sanitisation issue. It fails on the BPM field of object of upload ID: 50654. Let me know if you want more detail.

hughrawlinson commented 8 years ago

Oh, so this is essentially the same as Issue #1, I assume this is essentially wontfix?

hughrawlinson commented 8 years ago

Closing because duplicate.