Your message dated Mon, 04 Sep 2017 18:49:24 +0000 with message-id <[email protected]> and subject line Bug#851630: fixed in beets 1.4.5-1 has caused the Debian Bug report #851630, regarding beets: UnicodeDecodeError: 'utf8' codec can't decode to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 851630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851630 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: beets Version: 1.3.19-2 Severity: normal Hello. I haven't yet figured out what's causing it, but I'm getting the followin exceptions during import: Traceback (most recent call last): File "/usr/bin/beet", line 11, in <module> load_entry_point('beets==1.3.19', 'console_scripts', 'beet')() File "/usr/share/beets/beets/ui/__init__.py", line 1266, in main _raw_main(args) File "/usr/share/beets/beets/ui/__init__.py", line 1253, in _raw_main subcommand.func(lib, suboptions, subargs) File "/usr/share/beets/beets/ui/commands.py", line 967, in import_func import_files(lib, paths, query) File "/usr/share/beets/beets/ui/commands.py", line 944, in import_files session.run() File "/usr/share/beets/beets/importer.py", line 320, in run pl.run_parallel(QUEUE_SIZE) File "/usr/share/beets/beets/util/pipeline.py", line 251, in run msg = next(self.coro) File "/usr/share/beets/beets/importer.py", line 1202, in read_tasks for t in task_factory.tasks(): File "/usr/share/beets/beets/importer.py", line 1038, in tasks for dirs, paths in self.paths(): File "/usr/share/beets/beets/importer.py", line 1090, in paths for dirs, paths in albums_in_dir(self.toppath): File "/usr/share/beets/beets/importer.py", line 1480, in albums_in_dir logger=log): File "/usr/share/beets/beets/util/__init__.py", line 205, in sorted_walk for res in sorted_walk(cur, ignore, ignore_hidden, logger): File "/usr/share/beets/beets/util/__init__.py", line 205, in sorted_walk for res in sorted_walk(cur, ignore, ignore_hidden, logger): File "/usr/share/beets/beets/util/__init__.py", line 190, in sorted_walk if (ignore_hidden and not hidden.is_hidden(cur)) or not ignore_hidden: File "/usr/share/beets/beets/util/hidden.py", line 78, in is_hidden path = path.decode('utf-8') File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 80: invalid start byte This causes the import to crash. I'll try to see if I can narrow down what's exposing the bug. Thanks for maintaining such a great program. jamie. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (600, 'testing'), (500, 'stable'), (200, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages beets depends on: ii libjs-backbone 1.3.3~dfsg-1 ii libjs-jquery 3.1.1-2 ii libjs-underscore 1.8.3~dfsg-1 ii python-enum34 1.1.6-1 ii python-munkres 1.0.8-1 ii python-musicbrainzngs 0.6-2 ii python-mutagen 1.36-1 ii python-pkg-resources 32.0.0-1 ii python-unidecode 0.04.19-1 ii python-yaml 3.12-1 pn python:any <none> beets recommends no packages. Versions of packages beets suggests: pn beets-doc <none> pn libav-tools <none> pn mp3gain <none> pn python-acoustid <none> ii python-bs4 4.5.1-1 ii python-dbus 1.2.4-1 ii python-flask 0.12-1 ii python-gst-1.0 1.10.2-1 ii python-imaging 3.4.2-1 ii python-mpd 0.5.5-2 pn python-pathlib <none> pn python-pylast <none> pn python-rarfile <none> ii python-requests 2.12.4-1 pn python-requests-oauthlib <none> ii python-xdg 0.25-4 -- no debconf information
--- End Message ---
--- Begin Message ---Source: beets Source-Version: 1.4.5-1 We believe that the bug you reported is fixed in the latest version of beets, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ryan Kavanagh <[email protected]> (supplier of updated beets package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 04 Sep 2017 14:26:49 -0400 Source: beets Binary: beets beets-doc Architecture: source all Version: 1.4.5-1 Distribution: unstable Urgency: medium Maintainer: Python Applications Packaging Team <[email protected]> Changed-By: Ryan Kavanagh <[email protected]> Description: beets - music tagger and library organizer beets-doc - music tagger and library organizer - documentation Closes: 775811 837193 849085 851630 852257 Changes: beets (1.4.5-1) unstable; urgency=medium . * Team upload * New upstream release (Closes: #852257) + version number displayed by beets now agrees with the Debian package version (Closes: #837193) + Fixes issues with broken utf8 filenames (Closes: #851630) . [ Ryan Kavanagh ] * Bumped standards version to 4.0.1 * Switch to Python 3 now that it's supported by upstream. (Closes: #849085) + Update the (build-)dependencies accordingly. + Specify that we're using pybuild in the rules + Drop (build-)dependencies on python-enum34, python-imaging, and python-pathlib: these are no longer needed with Python 3. + We require at least Python 3.4 if we are to drop python-enum34; set X-Python3-Version and other dependency versions accordingly. * Refreshed patches, and dropped the following unneeded patches: fix-test_hidden, fix-test_mediafile_edge, fix-test_nonexistent_file, no-jellyfish * Because #806716 has been resolved, added a build-dependency on python3-jellyfish; this justifies dropping the no-jellyfish patch. * Fixed insecure URLs for Vcs-Browser; no secure alternative exists for Vcs-Svn * Updated copyright holders * Added myself to the uploaders field * Install zsh completion file (Closes: #775811) Checksums-Sha1: 088d620a634af08c821aeef28a18c1062a7852ce 3631 beets_1.4.5-1.dsc a6df07def889877d586403fb7092ca3d2d91712b 1445173 beets_1.4.5.orig.tar.gz 7096d8be580252812d6e3b9210877b541eb99a52 7940 beets_1.4.5-1.debian.tar.xz 6da129816548975c20db2a512d3b74976b77e75e 370294 beets-doc_1.4.5-1_all.deb d80401fb10dd7e6e43baf7d9846aa9ec90222ec4 337288 beets_1.4.5-1_all.deb dd301204d02168f78276c410b85c53bb48ff4d64 8912 beets_1.4.5-1_amd64.buildinfo Checksums-Sha256: 408cccef9d69af80352998f5866ab4b1e1cb81dd04aeed970ca453aa29525a3f 3631 beets_1.4.5-1.dsc 1bea88c5c23137a36d09590856df8c2f4e857ef29890d16c4d14b1170e9202fc 1445173 beets_1.4.5.orig.tar.gz cad869c461ec6051b0db7080240479eaaa7f61df9a8c4687e72d44091f806129 7940 beets_1.4.5-1.debian.tar.xz e09cee66face4fa2b0fab82c365103cbd4dff4ae5acdfed5811886f079041614 370294 beets-doc_1.4.5-1_all.deb c8d0506e1ac73611b975c2c7cfbd8e619f8a5f819f328c8f6b1ab5d342137744 337288 beets_1.4.5-1_all.deb bbbd37fb854bb740c8a0cf78c6a3d71db9639e6e4b69482d3cf7609ae92f85f4 8912 beets_1.4.5-1_amd64.buildinfo Files: 99b9151c6d078c1448a3a5491ffd5c11 3631 sound optional beets_1.4.5-1.dsc cdbb623df2846c91b99c3caf834a0734 1445173 sound optional beets_1.4.5.orig.tar.gz 2d6e35e892882d08d1429346444f8236 7940 sound optional beets_1.4.5-1.debian.tar.xz 41cecd2369dd8e0d0a9be350ab0e081e 370294 doc optional beets-doc_1.4.5-1_all.deb 09d9d41ae065d8e544c3b32fa37c154c 337288 sound optional beets_1.4.5-1_all.deb af65a1ca12182e5d81671fceb25f7ece 8912 sound optional beets_1.4.5-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQVDBAEBCgAtFiEETkaVGe1ndzQmj72Vj3v4/EoRyXoFAlmtnLUPHHJha0BkZWJp YW4ub3JnAAoJEI97+PxKEcl6Wgwn/A2YZLwwQSxE+3I6koCHT7Wnz+2WNEC/DwHj YKcAostgHgfUDupz9cwWjBeW4H87KJR6D7H6EwBxWRJtSE0mPdY9uuSim8UmSTPg pIGU8p9X5G8iQ88NgXa2wp39ycwdZNfJCymKtinFc4fCo/FZx8J9fScAySBY8X9d kZp4p+2Pj81PQWt2IBTVYlKBnIuNqLbDlGcxLPkhH6RuU4jdqgBfnmyOdsZ8G6Ug woZm+xpl3sMPEglPPbvxovXXAEHu8oveQX0I1/bCgaQa87UR6GoKTlZzdBfkQpPS VVlfNcDTQBvNax+Xxo7Fp3jBR3c1RLA6Cy61mPzPrGsTqXlcxHAF3AFo3mAoas6g /8SJdgiHm3wH6/fkVoo0wr/rbka6N36fuLoDBL2RCBPLzzcJAHlypG9nzS+v8l67 1HI9zKqvb6N9PDOthLYYA8AAwQ7X3a6aA5TTexCNYSfR1RouQIgvijD4OKzPLG9N Iu49mNUABsLQ896GuJcnEuWRRgqOD7+CCGiqblcPpUldmpb/h68Dy3ENGicGur3d VWy32hjbl8Je2HaZtq6F02GcRfYlaVq8Fl6C+c+TRE3RRxTMFGjchlTtBeKG7bqC 1KK8A8gcVS+dAmeE3fNHHpF2ILmbgsCk1cnUgEirN73CTNzJMXsZAMTU+8FUm1LR 8zzMHc21zHMaBE9maOjqPpNr9gIOic8IXYcjVp+JA4Wp8F/3p1BpZk1yn8N/1F4+ 2skg1DhHKeKbcq1mY/NyGO8kIpYaTBOR90cZ3g84mKJ9dcAql6c2fe09z+zqDOLE 9AyxvjI9wcLDkdeuXReZXfhG8gm+Nbp+OPsQIT7th7NEOSiJtNZOVnuMI+IOyEUF lm9l2VwLaLmqar68iO4QOErhNA3Yx4+kT3Q567c054Kj0wHdiJVoiCmZgWQQ+QWk IKeohy/pgAqgkq2AJz8eTnreywV1fd5T90SJ7WayK22TJeEnjloqwRks6g3/OR// hu9HLQWhGjpJZW+E8Z1rJq1K8Hqrx/roWZl7dLAHMiwr+RLaMBdn2PHikfB5Uvg3 OMiew10umajbX3k/i/7toFR9QQJ0u1Uf8KWQDasfbYygbF4t3jMbH9AoTG5xqyU+ bG0k4E07w7AmprLj8JOUNWLlXc9VEH9hu0f2yJ5sXP/0F4n0EUpQl68irvhR+EaD 5DyU8P9/7ewYanlTpHwrvtbb4t4z0yY+PAbG9ai0H15huFU49a7Hokg/R5EMZxbC qJz6oKWWbqJrP0zkqRDSjLY4XlgAW7kOKSM8LMZpnD6sx2pYYP7na8Wkc2aqiCbN t5Hlyn62yVC3fcW47XbwzUzBJhrv0+Y64L4xn7nx4RUaxedn4ODDfvLKDI7G45RL yoaTtpNkDlGGuvyfbIV2+r2bHDNTK8jQK2SKEhttCXYSEY1DZcP35x2z6UnL0w7C +eOtOrvSMJMv3LpvYRvOikWUjhifXaawNwOwnhW3o8zxVn2bquHyet+TZZuoNU5a 6vNLmnp1fCpja7bf4UkGo7wujVk8C0JCjLnPcwezSBjAw2mQYAJZeboX5f0Dyfv+ EhA2PH0mnZqFAE5H+4P+fIkVwpeLLZ4TiOtsdeoKN9LXu8tQL+QBKxkz+eBuDqLt k0gQ4074p8Fg1KqvAcMuQ3MgJuwTmmuO1bEAcdpRrB6YD6uzzZfPKWCPao9uTzkE ipxCXeaT =3aL7 -----END PGP SIGNATURE-----
--- End Message ---

