AttributeError: 'Provide' object has no attribute 'get_by_id' #782
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Content-Length: 271155 | pFad | http://github.com/ets-labs/python-dependency-injector/discussions/782
E5Fetched URL: http://github.com/ets-labs/python-dependency-injector/discussions/782
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
-
I am constantly getting the following error, despite that I have declared a valid
WiringConfiguration
for the container.This is the structure of my project,
and here are the relevant files.
container.py
main.py
server/routes.py
repo/entities.py
controllers/doc.py
actions/events.py
workers/message_handlers.py
The full error trace is:
I am pretty confident the wiring is OK so I am not too sure what is going on here. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions