zooniverse / panoptes-cli

A command-line interface for Panoptes
Apache License 2.0
18 stars 5 forks source link

Removing async saving from subject upload and adding more debug logs #247

Closed ramanakumars closed 1 year ago

ramanakumars commented 1 year ago

I removed the asynchronous saving call for subject upload since it seemed to be leading to soft crashes (see relevant panoptes client PR). Also added more debug logs using the same panoptes_client logger which is defined when setting the environment variable PANOPTES_DEBUG=True.

ramanakumars commented 1 year ago

Closing this PR since the 409 issue is being fixed on panoptes-python-client instead (see PR here).