You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API call by the Micall watcher, micall.monitor.kive_watcher.find_kive_dataset(), to Kive failed with:
and error:
[WARNING]kiveapi._validate_response(): Error response 400 for https://kive-int.cfenet.ubc.ca/api/runs/: {"name":["Ensure this field has no more than 60 characters."]}
librarian.models.Dataset.name is a CharField of length constants.maxlengths.MAX_FILENAME_LENGTH
currently set to 60.
Given legitimate need for longer file names, we should increase this size.
The text was updated successfully, but these errors were encountered:
An API call by the Micall watcher, micall.monitor.kive_watcher.find_kive_dataset(), to Kive failed with:
and error:
[WARNING]kiveapi._validate_response(): Error response 400 for https://kive-int.cfenet.ubc.ca/api/runs/: {"name":["Ensure this field has no more than 60 characters."]}
librarian.models.Dataset.name is a CharField of length constants.maxlengths.MAX_FILENAME_LENGTH
currently set to 60.
Given legitimate need for longer file names, we should increase this size.
The text was updated successfully, but these errors were encountered: