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
When I try to start arbitrator with a config using a cloudfiles transporter, it complains:
self.logger.error("The Transporter module '%s' was found, but its Transporter class '%s' could not be found." % (module_name, classname))
It's because the cloudfiles transporter tries to import CloudFilesStorage from cumulus.storage, but that class does not exist. The file stops compiling, and so the TRANSPORTER_CLASS variable never gets defined and the arbitrator can't find it.
The text was updated successfully, but these errors were encountered:
When I try to start arbitrator with a config using a cloudfiles transporter, it complains:
It's because the cloudfiles transporter tries to import CloudFilesStorage from cumulus.storage, but that class does not exist. The file stops compiling, and so the TRANSPORTER_CLASS variable never gets defined and the arbitrator can't find it.
The text was updated successfully, but these errors were encountered: