-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Transporter module '%s' was found, but its Transporter class '%s' could not be found. #162
Comments
I have the same error after the installation, any help? |
Any fix to this error? |
+1 |
Any update on this? I am getting the same error. |
module.TRANSPORTER_CLASS does not exist, resulting in an exception BEFORE the variable classname gets assigned. Since your transporter is 'cloudfiles' one would expect fileconveyor/fileconveyor/transporters/transporter_cloudfiles.py to be used (which defines TRANSPORTER_CLASS = "TransporterCloudFiles") I expect that TRANSPORTER_CLASS is not available outside the module definition OR the wrong transporter_cloudfiles.py is loaded |
Finally I solved this by running
as suggested in Issue 161 |
I'm getting the following error when trying to run arbitrator.py:
My config is as follows:
The cloudfiles.pyc file is being created but I'm guessing File Conveyor can't find it?
The text was updated successfully, but these errors were encountered: