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

Add recommended Anidb complains about _bsddb #5131

Closed
udochrist opened this issue Sep 7, 2018 · 0 comments
Closed

Add recommended Anidb complains about _bsddb #5131

udochrist opened this issue Sep 7, 2018 · 0 comments
Assignees

Comments

@udochrist
Copy link

Describe the bug
No recommended shows from anidb are loaded

To Reproduce
Steps to reproduce the behavior:
Add recommended-> anidb

Expected behavior
List of recommendations

Screenshots
If applicable

Medusa (please complete the following information):
Medusa 0.2.9 on alpine docker

Logs:

2018-09-07 03:15:08 WARNING  Thread_4 :: [db3d9d7] Could not parse AniDB show, with exception: Traceback (most recent call last):
  File "/app/medusa/medusa/show/recommendations/anidb.py", line 91, in fetch_popular_shows
    recommended_show = self._create_recommended_show(show, storage_key=b'anidb_{0}'.format(show.aid))
  File "/app/medusa/ext/dogpile/cache/region.py", line 1270, in decorate
    should_cache_fn)
  File "/app/medusa/ext/dogpile/cache/region.py", line 864, in get_or_create
    async_creator) as value:
  File "/app/medusa/ext/dogpile/lock.py", line 186, in __enter__
    return self._enter()
  File "/app/medusa/ext/dogpile/lock.py", line 86, in _enter
    value = value_fn()
  File "/app/medusa/ext/dogpile/cache/region.py", line 819, in get_value
    value = self.backend.get(key)
  File "/app/medusa/ext/dogpile/cache/backends/file.py", line 220, in get
    with self._dbm_file(False) as dbm:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/app/medusa/ext/dogpile/cache/backends/file.py", line 215, in _dbm_file
    "w" if write else "r")
  File "/usr/lib/python2.7/anydbm.py", line 84, in open
    mod = __import__(result)
  File "/usr/lib/python2.7/dbhash.py", line 7, in <module>
    import bsddb
  File "/usr/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb

Additional context
N/a

@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Sep 7, 2018
@triage-new-issues triage-new-issues bot removed the triage Untriaged issue label Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants