cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

500px ingestion is assigning broken license values #116

Closed lizadaly closed 7 years ago

lizadaly commented 7 years ago

Coming through as a string representation of a tuple—('by',), literally—when it should just be the string value by. The app server throws a 500 exception when trying to render the license image associated with this value.

lizadaly commented 7 years ago

Corrected the values in the database by hand, and the import script seems to be producing the expected results. Will keep an eye on this.