-
Notifications
You must be signed in to change notification settings - Fork 278
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
No module named _bsddb #4971
Comments
Which Docker image are you using? |
I'd like to see a full debug with the error if possible. |
@medariox Take a look at either of the issues @p0psicles linked as duplicates, they all share the same error. Python issue report: I think what this means is, |
More relevant info in this file: |
@sharkykh where did you see it's removed in python 3? |
|
https://www.jcea.es/programacion/pybsddb.htm
|
Correct. That refers to https://pypi.org/project/bsddb3/. I haven't tested that though. @medariox It's possible you're right about that then, because |
hmm, I don't get this. It's allot of work to add bsddb3 your self. You'll have to add all kinds of whl links, for the compiled libraries.
|
Python3 uses: https://pymotw.com/3/dbm/
|
Dogpile does. We're using the file backend which is where you took the code in the comment above from.
I'm not an expert on this, but this does seem to be a missing dependency on Docker images.. |
dogpile uses dumbdbm on python3. As on python3 dbm falls back to dumbdbm. I read there are allot of issues whith that. |
@eximo84 |
Tested that. Seems to do the trick. |
@udochrist Thank you. But hopefully it was just what I thought, |
Dont know if its related: when i now click on a show to see the eps medusa freezes. theres nothing in the application log. The docker log however shows
ideas greatly appreciated as i need to shutdown and restart EDT: the show i clicked on is not at all linked with anidb FWIW |
I think @p0psicles is working on a fix for that in #5125 |
i can reproduce that each time i open the show. i'll check if #5125 fixes this once i can get my hands on it. Thanks for the fast response!! |
Can confirm deleting cache has fixed my issue. I’ve also updated for good measure. Thanks for the help. |
Describe the bug
Adding recommended shows using Trakt or IMDB list i get an exception No module named _bsddb
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Trakt or IMDB list to show a list of shows
Screenshots
If applicable, add screenshots to help explain your problem.
Medusa (please complete the following information):
Logs:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: