Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 10:32:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243386] multimedia/py-tvnamer
Message-ID:  <bug-243386-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243386

            Bug ID: 243386
           Summary: multimedia/py-tvnamer
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: huber.georg@gmail.com
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

After installing py37-tvnamer (and having to install py37-sqlite3 after tha=
t) I
receive the following output:

Traceback (most recent call last):
  File "/usr/local/bin/tvnamer", line 11, in <module>
    load_entry_point('tvnamer=3D=3D2.5', 'console_scripts', 'tvnamer')()
  File "/usr/local/lib/python3.7/site-packages/tvnamer/main.py", line 449, =
in
main
    tvnamer(paths =3D sorted(args))
  File "/usr/local/lib/python3.7/site-packages/tvnamer/main.py", line 351, =
in
tvnamer
    cache=3Dcache,
  File "/usr/local/lib/python3.7/site-packages/tvdb_api.py", line 726, in
__init__
    self.session.remove_expired_responses()
  File "/usr/local/lib/python3.7/site-packages/requests_cache/core.py", line
159, in remove_expired_responses
    self.cache.remove_old_entries(datetime.utcnow() - self._cache_expire_af=
ter)
  File
"/usr/local/lib/python3.7/site-packages/requests_cache/backends/base.py", l=
ine
110, in remove_old_entries
    response, created_at =3D self.responses[key]
  File
"/usr/local/lib/python3.7/site-packages/requests_cache/backends/storage/dbd=
ict.py",
line 163, in __getitem__
    return pickle.loads(bytes(super(DbPickleDict, self).__getitem__(key)))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 18074:
ordinal not in range(128)

Did I miss something?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243386-7788>