Skip to content
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

uploading binaries fails: AttributeError("'module' object has no attribute 'add_local_file'",) #262

Closed
GeoffFroh opened this issue Jul 9, 2019 · 2 comments

Comments

@GeoffFroh
Copy link
Member

(was https://github.com/densho/ddr-cmdln/158)

@GeoffFroh
Copy link
Member Author

raceback (most recent call last):
File "/opt/ddr-local/venv/ddrlocal/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/opt/ddr-local/venv/ddrlocal/lib/python2.7/site-packages/celery/app/trace.py", line 438, in protected_call
return self.run(*args, **kwargs)
File "/opt/ddr-local/ddrlocal/webui/tasks/files.py", line 187, in file_add_local
git_name, git_mail, agent=settings.AGENT
File "/opt/ddr-local/venv/ddrlocal/lib/python2.7/site-packages/ddr_cmdln-0.9.4b0-py2.7.egg/DDR/models/entity.py", line 662, in add_local_file
return ingest.add_local_file(
AttributeError: 'module' object has no attribute 'add_local_file'

tested on PYK and SB vms (Dev 287-6)

@sarabeckman
Copy link
Collaborator

fixed in dev 2.8.7-7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants