beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.74k stars 1.82k forks source link

Seems like a continuation of #1850 #4701

Closed simonmcnair closed 1 year ago

simonmcnair commented 1 year ago

Seems like a continuation of the issue https://github.com/beetbox/beets/issues/1850 but for flac perhaps ?

chroma: fingerprinting of b'/srv/(37EAC1DAFC35A11235467C7C6297A096) - (13565044).flac' failed: audio could not be decoded

Traceback (most recent call last):
  File "/usr/local/bin/beet", line 8, in <module>
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1285, in main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1272, in _raw_main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 973, in import_func
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 943, in import_files
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 340, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 446, in run_parallel
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 311, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 193, in coro
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 1369, in lookup_candidates
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 488, in send
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 145, in wrapper
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 180, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 249, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 89, in acoustid_match
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 340, in fingerprint_file
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 280, in _fingerprint_file_audioread
  File "/usr/local/lib/python3.9/dist-packages/audioread/__init__.py", line 127, in audio_open
  File "/usr/local/lib/python3.9/dist-packages/audioread/rawread.py", line 59, in __init__
OSError: [Errno 24] Too many open files: b'/srv/(6A368E924ECB4208507E0340F63999B1) - (21533068).flac'
sampsyo commented 1 year ago

Hello! When you report a problem, it really helps us if you use the issue template. I know it looks like a lot of extra information, but actually including the verbose output from running the command and your versions can help us understand what's happening.

JOJ0 commented 1 year ago

Also @simonmcnair make sure your outputs and configurations are wrapped into code boxes, otherwise it is very hard to read and wrongly interpreted as Markdown sometimes (see __init__). HTH

simonmcnair commented 1 year ago

executed command is

/usr/local/bin/beet -vvv import /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/

version:

Python version 3.9.2
plugins: albumtypes, badfiles, chroma, convert, duplicates, embedart, fetchart, fromfilename, ftintitle, hook, info, inline, lastgenre, lyrics, missing, replaygain, scrub, smartplaylist

config is

directory: /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/sorted
library: /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/beetsmusiclibrary.blb
art_filename: albumart
threaded: yes
original_date: no
per_disc_numbering: yes
ui:
    color: yes
    colors:
        text_success: green
        text_warning: yellow
        text_error: red
        text_highlight: red
        text_highlight_minor: lightgray
        action_default: turquoise
        action: blue
convert:
    auto: no
    ffmpeg: /usr/bin/ffmpeg
    opts: -ab 320k -ac 2 -ar 48000
    max_bitrate: 320
    threads: 1
#paths:
#    default: $albumartist/$album%aunique{}/$disc-$track $title
#    default: $albumartist/$album%aunique{}/$track - $title
#    singleton: Non-Album/$artist - $title
#    comp: Compilations/$album%aunique{}/$track - $title
#    albumtype_soundtrack: Soundtracks/$album/$track $title

match:
    required: artist album
    max_rec:
        missing_tracks: strong
        unmatched_tracks: strong
    distance_weights:
        source: 2.0
        artist: 3.0
        album: 3.0
        media: 1.0
        mediums: 1.0
        year: 1.0
        country: 0.5
        label: 0.5
        catalognum: 0.5
        albumdisambig: 0.5
        album_id: 5.0
        tracks: 2.0
        missing_tracks: 0.9
        unmatched_tracks: 0.6
        track_title: 3.0
        track_artist: 2.0
        track_index: 1.0
        track_length: 2.0
        track_id: 5.0
    ignored: missing_tracks unmatched_tracks
    strong_rec_thresh: 0.75    # Reflects the distance threshold below which beets will make a “strong recommendation” that the metadata be used.
                             # Strong recommendations are accepted automatically (except in “timid” mode),
                             # so you can use this to make beets ask your opinion more or less often.
                             # The threshold is a distance value between 0.0 and 1.0, so you can think of it as the opposite of a similarity value.
                             # For example, if you want to automatically accept any matches above 90% similarity, use: "strong_rec_thresh: 0.10"
                             # The default strong recommendation threshold is 0.04.
                             # When a match is below the medium recommendation threshold
                             # or the distance between it and the next-best match is above the gap threshold,
                             # the importer will suggest that match but not automatically confirm it.
                             # Otherwise, you’ll see a list of options to choose from.
    medium_rec_thresh: 0.125   # The medium_rec_thresh and rec_gap_thresh options work similarly.
paths:
    default: Albums/$albumartist/[$year]$atypes $album/$disc-$track $title
    albumtype:soundtrack: Various Artists/$album [$year]$atypes/$disc-$track $title
    comp: Various Artists/$album [$year]$atypes/$disc-$track $title
    singleton: Non-Album/$artist - $title
import:
    write: yes
    copy: no
    move: yes
    resume: yes
    incremental: yes
#    incremental: no
    quiet_fallback: skip
    timid: no
    log:  /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/beet.log
#    quiet: no
    quiet: yes
    none_rec_action: skip
    default_action: apply
    duplicate_action: keep
    group_albums: yes
duplicates:
    move:   /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/Dupes/
    checksum: ffmpeg -i {file} -f crc -
    count: yes
#    checksum: ''
item_fields:
    multidisc: 1 if disctotal > 1 else 0
    decade: str(year)[0:3]+"0s"
lastgenre:
    auto: yes
    source: album
embedart:
    auto: yes
fetchart:
    auto: yes
replaygain:
    auto: no
scrub:
    auto: yes
replace:
    '^\.': _
    '[\x00-\x1f]': _
    '[<>:"\?\*\|]': _
    '[\xE8-\xEB]': e
    '[\xEC-\xEF]': i
    '[\xE2-\xE6]': a
    '[\xF2-\xF6]': o
    '[\xF8]': o
    '\.$': _
    '\s+$': ''
albumtypes:
    types:
        - ep: 'EP'
        - single: 'Single'
        - soundtrack: 'OST'
        - live: 'Live'
        - compilation: 'Anthology'
        - remix: 'Remix'
        - album: 'LP'
    ignore_va: compilation
    bracket: '[]'
badfiles:
    check_on_import: yes
    mp3: mp3val
    flac: flac --test --warnings-as-errors --silent
    m4a: ffprobe -v error
lyrics:
    auto: yes
hook:
  hooks:
    #############################################
    - event: album_imported
      command: echo "\"{album}\""
    - event: import
      command: echo "importing from {paths}"
    #############################################
    - event: art_set
      command: echo "Coverart saved"
    - event: import_begin
      command: echo "Import started..."
    - event: import_task_created
      command: echo "Metadata applied \"{task}\" \"{session}\""
    - event: import_task_apply
      command: echo "Metadata applied \"{task}\""
    - event: item_copied
      command: echo "\"{item}\" copied from \"{source}\" to \"{destination}\""
    - event: item_moved
      command: echo "Moved \"{item}\" from \"{source}\" to \"{destination}\""
    - event: write
      command: echo "Writing \"{item}\" to \"{path}\""
    - event: cli_exit
      command: echo "All tasks finished!"

missing:
    format: $albumartist - $album - $title
    count: no
    total: no
JOJ0 commented 1 year ago

Why don't you edit your original post and make the log nicely readable by using a code box? That might help. Thanks so much! :-)

Have you checked your ulimit? https://github.com/beetbox/beets/issues/1850#issuecomment-177538577

It might as well just be a limit from your OS.

Also that post mentions updating beetbox/audioread: https://github.com/beetbox/beets/issues/1850#issuecomment-17812926, Have you tried that?

simonmcnair commented 1 year ago

Why don't you edit your original post and make the log nicely readable by using a code box? That might help. Thanks so much! :-)

Have you checked your ulimit? #1850 (comment)

It might as well just be a limit from your OS.

Done.

I've read many comments that modifying ulimit isn't a preferred solution. It does seem as if even though skip is enabled, something is still prompting, and the queue is getting longer and longer until it crashes.

JOJ0 commented 1 year ago

And what is it then? ulimit?

JOJ0 commented 1 year ago

Version of audioread checked?

JOJ0 commented 1 year ago

The typical Unix tools to check which files are opened by which process are lsof and fuser

https://www.tecmint.com/find-out-who-is-using-a-file-in-linux/

https://www.digitalocean.com/community/tutorials/how-to-use-the-linux-fuser-command

(just some random tutorials about those, there might be better one's!!)

Read about those and investigate if your really have that many open files. HTH

Also: What does ulimit -n say? (At the moment you are hitting that too many open files error)

simonmcnair commented 1 year ago
badfiles: no checker specified in the config for m4a
badfiles: checking path: /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/1.m4a
badfiles: no checker specified in the config for m4a

(python3.9:253970): GStreamer-CRITICAL **: 09:45:58.369: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed

(python3.9:253970): GStreamer-CRITICAL **: 09:45:58.369: gst_bus_create_watch: assertion 'bus->priv->poll != NULL' failed

(python3.9:253970): GStreamer-CRITICAL **: 09:45:58.369: Creating bus watch failed

(python3.9:253970): GStreamer-CRITICAL **: 09:45:58.369: Could not add signal watch to bus bus2029

(python3.9:253970): GStreamer-WARNING **: 09:45:58.372: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so: cannot open shared object file: Too many open files

(python3.9:253970): GStreamer-CRITICAL **: 09:45:58.373: Bus bus2029 has no signal watches attached
Sending event: import_task_created
hook: running command "echo Metadata applied "<beets.importer.ImportTask object at 0x7f3fa26fdfa0>" "<beets.ui.commands.TerminalImportSession object at 0x7f3ff1bd03d0>"" for event import_task_created
hook: hook for import_task_created failed: [Errno 24] Too many open files
chroma: fingerprinting of b'/srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/1.m4a' failed: audio could not be decoded
simonmcnair commented 1 year ago
  File "/usr/local/bin/beet", line 8, in <module>
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1285, in main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1272, in _raw_main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 973, in import_func
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 943, in import_files
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 340, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 446, in run_parallel
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 311, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 193, in coro
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 1369, in lookup_candidates
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 488, in send
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 145, in wrapper
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 180, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 249, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 89, in acoustid_match
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 340, in fingerprint_file
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 280, in _fingerprint_file_audioread
  File "/usr/local/lib/python3.9/dist-packages/audioread/__init__.py", line 127, in audio_open
  File "/usr/local/lib/python3.9/dist-packages/audioread/rawread.py", line 59, in __init__
OSError: [Errno 24] Too many open files: b'/srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/1.m4a'
simonmcnair commented 1 year ago

Version of audioread checked?

I don't know how to do this. Sorry. Is this what you want ?

simonmcnair commented 1 year ago

The typical Unix tools to check which files are opened by which process are lsof and fuser

https://www.tecmint.com/find-out-who-is-using-a-file-in-linux/

https://www.digitalocean.com/community/tutorials/how-to-use-the-linux-fuser-command

(just some random tutorials about those, there might be better one's!!)

Read about those and investigate if your really have that many open files. HTH

Also: What does ulimit -n say? (At the moment you are hitting that too many open files error)

When it crashes it has already released all the files.

simonmcnair commented 1 year ago
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/b: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/c Top: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/d: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Audio Books: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/m4a: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/m4r: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/mp4: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Noalbum: Too many open files
could not list directory /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Various Artists: Too many open files

Traceback (most recent call last):
  File "/usr/local/bin/beet", line 8, in <module>
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1285, in main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/__init__.py", line 1272, in _raw_main
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 973, in import_func
  File "/usr/local/lib/python3.9/dist-packages/beets/ui/commands.py", line 943, in import_files
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 340, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 446, in run_parallel
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 311, in run
  File "/usr/local/lib/python3.9/dist-packages/beets/util/pipeline.py", line 193, in coro
  File "/usr/local/lib/python3.9/dist-packages/beets/importer.py", line 1369, in lookup_candidates
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 488, in send
  File "/usr/local/lib/python3.9/dist-packages/beets/plugins.py", line 145, in wrapper
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 180, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 249, in fingerprint_task
  File "/usr/local/lib/python3.9/dist-packages/beetsplug/chroma.py", line 89, in acoustid_match
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 340, in fingerprint_file
  File "/usr/local/lib/python3.9/dist-packages/acoustid.py", line 280, in _fingerprint_file_audioread
  File "/usr/local/lib/python3.9/dist-packages/audioread/__init__.py", line 127, in audio_open
  File "/usr/local/lib/python3.9/dist-packages/audioread/rawread.py", line 59, in __init__
OSError: [Errno 24] Too many open files: b'/srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/a.m4a'
simonmcnair commented 1 year ago

I had this running at the time :

But I didn't see any particular queue of unprocessed files build up or even a long list of files. But tbh I wasn't paying close attention.

simonmcnair commented 1 year ago
core file size              (blocks, -c) 0
data seg size               (kbytes, -d) unlimited
scheduling priority                 (-e) 0
file size                   (blocks, -f) unlimited
pending signals                     (-i) 63735
max locked memory           (kbytes, -l) 2047403
max memory size             (kbytes, -m) unlimited
open files                          (-n) 1024
pipe size                (512 bytes, -p) 8
POSIX message queues         (bytes, -q) 819200
real-time priority                  (-r) 0
stack size                  (kbytes, -s) 8192
cpu time                   (seconds, -t) unlimited
max user processes                  (-u) 63735
virtual memory              (kbytes, -v) unlimited
file locks                          (-x) unlimited
gaxerpcnin commented 1 year ago

I also experience the "OSError: [Errno 24] Too many open files..." error. Makes it alphabetically midway through the "C" albums then crashes. Some details and a couple runs below.

$ beet version beets version 1.6.0 Python version 3.10.6 plugins: acousticbrainz, chroma, duplicates, fetchart, fromfilename, ftintitle, lastgenre, lyrics, replaygain $ ulimit -n 4096 $ ulimit -a real-time non-blocking time (microseconds, -R) unlimited core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 62523 max locked memory (kbytes, -l) 2010716 max memory size (kbytes, -m) unlimited open files (-n) 4096 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 62523 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited $ pip3 list installed | grep audioread audioread 3.0.0 $ gst-launch-1.0 --gst-version GStreamer Core Library version 1.20.3 $ lsof -u user1 | grep beet | grep type=STREAM | wc -l The number output here slowly keeps rising...file handling leak? $ hostnamectl ... Operating System: Ubuntu 22.04.2 LTS Kernel: Linux 5.19.0-35-generic Architecture: x86-64 Hardware Model: Laptop _12th Gen Intel Core_ ################################################################################################### ################################################################################################### ################################################################################################### $ beet -vvv import /media/user1/5tb_ext4/BACKUP/music/beets/ 2>&1 | tee beets_tee.log RUN #1 ... (python3:225069): GStreamer-CRITICAL **: 10:31:42.900: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/05 Cottonwood.m4a' chroma: matched recordings ['0bcd35f7-ef15-4e1f-8bce-1ccf6f605c74'] on releases ['6effff24-cce2-4fae-a8f2-29b47fffae28'] (python3:225069): GStreamer-CRITICAL **: 10:31:43.832: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/06 Deodora.m4a' chroma: matched recordings ['27da4a0c-8fde-4db8-9e92-b3545944a021'] on releases ['6effff24-cce2-4fae-a8f2-29b47fffae28'] (python3:225069): GStreamer-CRITICAL **: 10:31:44.744: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/07 Sequoia.m4a' chroma: no match found (python3:225069): GStreamer-CRITICAL **: 10:31:45.561: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/08 Woodlands.m4a' chroma: matched recordings ['4f7f174d-a3a0-4f80-a845-7aa1ca03358f', 'd9710a7b-7278-4239-a01b-f43056677db9'] on releases ['6effff24-cce2-4fae-a8f2-29b47fffae28', '03687cd1-c10b-42e5-a8c6-b6b02c8f42ef', '256f178e-244e-4708-bf3c-9cd2f5226c5e'] (python3:225069): GStreamer-CRITICAL **: 10:31:46.478: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/09 Bamboo.m4a' chroma: matched recordings ['72026079-5402-44f8-8c37-178e4d2755e3'] on releases ['6effff24-cce2-4fae-a8f2-29b47fffae28'] (python3:225069): GStreamer-CRITICAL **: 10:31:47.302: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/10 Madrona.m4a' chroma: no match found Looking up: /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/01 Willow.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/02 Magnolia.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/03 Oaks.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/04 Cypress.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/05 Cottonwood.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/06 Deodora.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/07 Sequoia.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/08 Woodlands.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/09 Bamboo.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Eric Tingstad, Nancy Rumbel, David Lanz/Woodlands/10 Madrona.m4a Tagging Eric Tingstad, Nancy Rumbel, David Lanz - Woodlands Searching for discovered album ID: 6effff24-cce2-4fae-a8f2-29b47fffae28 Requesting MusicBrainz release 6effff24-cce2-4fae-a8f2-29b47fffae28 Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_track_extract Sending event: mb_album_extract Sending event: albuminfo_received Candidate: Eric Tingstad, Nancy Rumbel, David Lanz - Woodlands (6effff24-cce2-4fae-a8f2-29b47fffae28) Computing track assignment... ...done. Success. Distance: 0.00 Album ID match recommendation is Recommendation.strong ID match. Sending event: import_task_start Sending event: import_task_created could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Neil Young/Silver & Gold: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Nickel Creek: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Nickelback: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Nico & Vinz: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Nirvana: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/No Doubt: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/NOFX: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Non-Album: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Norah Jones: Too many open files ... could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Van Halen: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Van Morrison: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Vanessa Carlton: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Vince Gill: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Vinnie Moore: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Vitamin String Quartet: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Vonda Shepard: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Wailing Souls: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Warren Zevon: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Weezer: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Wilson Phillips: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Wilson Pickett: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Wylie & The Wild West: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Yes: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Yngwie J. Malmsteen’s Rising Force: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/Yngwie Malmsteen: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/ZZ Top: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/“Weird Al” Yankovic: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/アリス九號_: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/上原ひろみ: Too many open files could not list directory /media/user1/5tb_ext4/BACKUP/music/beets/魂音泉: Too many open files Sending event: import_task_apply (python3:225069): GStreamer-CRITICAL **: 10:31:48.858: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed 0 of 10 items replaced chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/01 Fading Maid Preludium.m4a' chroma: matched recordings ['262b5d7d-fc68-4474-8233-df12d871aa43'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '9cb96503-8f07-4337-ac03-de269ac15379'] (python3:225069): GStreamer-CRITICAL **: 10:31:49.673: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed lyrics: got lyrics from backend: Tekstowo lyrics: fetched lyrics: Bruce Hornsby & the Range - The Way It Is - The Red Plains Sending event: database_change chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/02 Tuesday Wonderland.m4a' chroma: matched recordings ['d26765e6-6b34-4b01-9fcb-36439cc87b4e'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '9cb96503-8f07-4337-ac03-de269ac15379', '6b6330b7-3aa6-4f79-aa5c-c09a35699aa3'] chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/03 The Goldhearted Miner.m4a' chroma: no match found (python3:225069): GStreamer-CRITICAL **: 10:31:51.188: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/04 Brewery of Beggars.m4a' chroma: matched recordings ['ad60acdd-cdcf-4900-beb7-cf4dc5432459'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '9cb96503-8f07-4337-ac03-de269ac15379'] (python3:225069): GStreamer-CRITICAL **: 10:31:52.121: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/05 Beggar\xe2\x80\x99s Blanket.m4a' chroma: matched recordings ['7195b8aa-3543-4d2e-a90a-0c2849e0ab65'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '9cb96503-8f07-4337-ac03-de269ac15379'] (python3:225069): GStreamer-CRITICAL **: 10:31:53.033: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/06 Dolores in a Shoestand.m4a' chroma: matched recordings ['c5805a19-9c6b-430d-ad06-e6b14f431f8e', 'd2a3c5e6-49d3-4886-8016-75e102f80343'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '862f5734-5722-4d4c-aa72-d98ecbfdcafc', 'd7f92ab6-331f-4376-946c-b3f35598ea02', '672d8737-3c37-4941-a7df-2a6e238a9f32', '9cb96503-8f07-4337-ac03-de269ac15379'] (python3:225069): GStreamer-CRITICAL **: 10:31:53.853: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/07 Where We Used to Live.m4a' chroma: no match found (python3:225069): GStreamer-CRITICAL **: 10:31:54.782: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/08 Eighthundred Streets by Feet.m4a' chroma: no match found (python3:225069): GStreamer-CRITICAL **: 10:31:55.596: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/09 Goldwrap.m4a' chroma: no match found (python3:225069): GStreamer-CRITICAL **: 10:31:56.210: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/10 Sipping on the Solid Ground.m4a' chroma: matched recordings ['fd2afbaa-275f-41bc-ae53-b29a9e824bf9'] on releases ['ec7c1ab2-df55-4b1e-811d-d79ba5427c1a', '1ba9325a-85b2-40c6-b086-28a598098fa7', 'b39e79f1-66c9-4c9c-8759-4565660f5741', 'fd1f40e1-1214-4a99-9342-6a3376daaf9a', '9cb96503-8f07-4337-ac03-de269ac15379'] (python3:225069): GStreamer-CRITICAL **: 10:31:57.041: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Esbj\xc3\xb6rn Svensson Trio/Tuesday Wonderland/11 Fading Maid Postludium _ At the End of a Day.m4a' chroma: no match found Looking up: /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/01 Fading Maid Preludium.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/02 Tuesday Wonderland.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/03 The Goldhearted Miner.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/04 Brewery of Beggars.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/05 Beggar’s Blanket.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/06 Dolores in a Shoestand.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/07 Where We Used to Live.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/08 Eighthundred Streets by Feet.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/09 Goldwrap.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/10 Sipping on the Solid Ground.m4a; /media/user1/5tb_ext4/BACKUP/music/beets/Esbjörn Svensson Trio/Tuesday Wonderland/11 Fading Maid Postludium _ At the End of a Day.m4a Tagging Esbjörn Svensson Trio - Tuesday Wonderland Searching for discovered album ID: 1ba9325a-85b2-40c6-b086-28a598098fa7 Requesting MusicBrainz release 1ba9325a-85b2-40c6-b086-28a598098fa7 Traceback (most recent call last): File "/usr/lib/python3.10/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/lib/python3.10/http/client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 975, in send self.connect() File "/usr/lib/python3.10/http/client.py", line 1454, in connect self.sock = self._context.wrap_socket(self.sock, File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 497, in _safe_read f = opener.open(req) File "/usr/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/beets/beets/autotag/mb.py", line 567, in album_for_id res = musicbrainzngs.get_release_by_id(albumid, File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 879, in get_release_by_id return _do_mb_query("release", id, includes, params) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 728, in _do_mb_query return _mb_request(path, 'GET', auth_required, args=args) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 417, in __call__ return self.fun(*args, **kwargs) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 690, in _mb_request resp = _safe_read(opener, req, body) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 525, in _safe_read raise NetworkError(cause=exc) musicbrainzngs.musicbrainz.NetworkError: caused by: Error: MusicBrainz not reachable in get release by ID with query '1ba9325a-85b2-40c6-b086-28a598098fa7' Search terms: Esbjörn Svensson Trio - Tuesday Wonderland Additional search terms: {'year': 2006, 'label': 'ACT', 'catalognum': 'ACT 9016-2', 'country': 'DE', 'media': 'CD'} Album might be VA: False Searching for MusicBrainz releases with: {'release': 'tuesday wonderland', 'artist': 'esbjörn svensson trio', 'tracks': '11', 'date': '2006', 'label': 'act', 'catno': 'act9016-2', 'country': 'de', 'format': 'cd'} Traceback (most recent call last): File "/usr/lib/python3.10/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/lib/python3.10/http/client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 975, in send self.connect() File "/usr/lib/python3.10/http/client.py", line 1454, in connect self.sock = self._context.wrap_socket(self.sock, File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 497, in _safe_read f = opener.open(req) File "/usr/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/beets/beets/autotag/mb.py", line 511, in match_album res = musicbrainzngs.search_releases( File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 978, in search_releases return _do_mb_search('release', query, fields, limit, offset, strict) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 782, in _do_mb_search return _do_mb_query(entity, '', [], params) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 728, in _do_mb_query return _mb_request(path, 'GET', auth_required, args=args) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 417, in __call__ return self.fun(*args, **kwargs) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 690, in _mb_request resp = _safe_read(opener, req, body) File "/usr/lib/python3/dist-packages/musicbrainzngs/musicbrainz.py", line 525, in _safe_read raise NetworkError(cause=exc) musicbrainzngs.musicbrainz.NetworkError: caused by: Error: MusicBrainz not reachable in release search with query {'release': 'tuesday wonderland', 'artist': 'esbjörn svensson trio', 'tracks': '11', 'date': '2006', 'label': 'act', 'catno': 'act9016-2', 'country': 'de', 'format': 'cd'} chroma: acoustid album candidates: 0 Evaluating 0 candidates. database access error: unable to open database file the library file might have a permissions problem ################################################################################################### ################################################################################################### ################################################################################################### $ beet -vvv import /media/user1/5tb_ext4/BACKUP/music/beets/ 2>&1 | tee beets_tee3.log RUN #2 ... (python3:232771): GStreamer-CRITICAL **: 12:18:41.148: gst_poll_get_read_gpollfd: assertion 'set != NULL' failed Sending event: import_task_apply 0 of 8 items replaced acousticbrainz: fetching URL: https://acousticbrainz.org/ba7578a5-1427-458c-a081-2d24a0bfc919/high-level Sending event: import_task_created chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Hootie & the Blowfish/Fairweather Johnson/01 Be the One.m4a' chroma: no match found acousticbrainz: attribute danceable of Coco Montoya - Just Let Go - Mother and Daughter set to 0.195718646049 acousticbrainz: attribute gender of Coco Montoya - Just Let Go - Mother and Daughter set to female acousticbrainz: attribute genre_rosamerica of Coco Montoya - Just Let Go - Mother and Daughter set to pop acousticbrainz: attribute mood_acoustic of Coco Montoya - Just Let Go - Mother and Daughter set to 0.729347109795 acousticbrainz: attribute mood_aggressive of Coco Montoya - Just Let Go - Mother and Daughter set to 0.00638369703665 acousticbrainz: attribute mood_electronic of Coco Montoya - Just Let Go - Mother and Daughter set to 0.0854341909289 acousticbrainz: attribute mood_happy of Coco Montoya - Just Let Go - Mother and Daughter set to 0.463954091072 acousticbrainz: attribute mood_party of Coco Montoya - Just Let Go - Mother and Daughter set to 0.0611586198211 acousticbrainz: attribute mood_relaxed of Coco Montoya - Just Let Go - Mother and Daughter set to 0.372182846069 acousticbrainz: attribute mood_sad of Coco Montoya - Just Let Go - Mother and Daughter set to 0.773430049419 acousticbrainz: attribute moods_mirex of Coco Montoya - Just Let Go - Mother and Daughter set to Cluster3 acousticbrainz: attribute rhythm of Coco Montoya - Just Let Go - Mother and Daughter set to VienneseWaltz acousticbrainz: attribute tonal of Coco Montoya - Just Let Go - Mother and Daughter set to 0.802603662014 acousticbrainz: attribute timbre of Coco Montoya - Just Let Go - Mother and Daughter set to bright acousticbrainz: attribute voice_instrumental of Coco Montoya - Just Let Go - Mother and Daughter set to instrumental acousticbrainz: attribute average_loudness of Coco Montoya - Just Let Go - Mother and Daughter set to 0.929889082909 acousticbrainz: attribute bpm of Coco Montoya - Just Let Go - Mother and Daughter set to 81.0038452148 acousticbrainz: attribute chords_changes_rate of Coco Montoya - Just Let Go - Mother and Daughter set to 0.0285104438663 acousticbrainz: attribute chords_key of Coco Montoya - Just Let Go - Mother and Daughter set to A acousticbrainz: attribute chords_number_rate of Coco Montoya - Just Let Go - Mother and Daughter set to 0.00121969811153 acousticbrainz: attribute chords_scale of Coco Montoya - Just Let Go - Mother and Daughter set to major acousticbrainz: attribute key_strength of Coco Montoya - Just Let Go - Mother and Daughter set to 0.799131512642 acousticbrainz: attribute initial_key of Coco Montoya - Just Let Go - Mother and Daughter set to A major Sending event: database_change acousticbrainz: getting data for: Coco Montoya - Just Let Go - Nothing's Too Good for My Baby acousticbrainz: fetching URL: https://acousticbrainz.org/ecc1fe66-ce34-44c1-bfa4-0866e679bf2f/low-level acousticbrainz: request error: HTTPSConnectionPool(host='acousticbrainz.org', port=443): Max retries exceeded with url: /ecc1fe66-ce34-44c1-bfa4-0866e679bf2f/low-level (Caused by SSLError(OSError(24, 'Too many open files'))) acousticbrainz: getting data for: Coco Montoya - Just Let Go - Never Seen You Cry This Way Before acousticbrainz: fetching URL: https://acousticbrainz.org/65053b46-c8af-40fd-999d-7ef80a8954cb/low-level lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /piosenka,coheed_and_cambria,ten_speed__of_god_s_blood_and_burial_.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Ten-Speed (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON acousticbrainz: request error: HTTPSConnectionPool(host='acousticbrainz.org', port=443): Max retries exceeded with url: /65053b46-c8af-40fd-999d-7ef80a8954cb/low-level (Caused by SSLError(OSError(24, 'Too many open files'))) acousticbrainz: getting data for: Coco Montoya - Just Let Go - Sending Me Angels acousticbrainz: fetching URL: https://acousticbrainz.org/91918879-3792-4185-8f5b-0bdf2f605a0e/low-level acousticbrainz: request error: HTTPSConnectionPool(host='acousticbrainz.org', port=443): Max retries exceeded with url: /91918879-3792-4185-8f5b-0bdf2f605a0e/low-level (Caused by SSLError(OSError(24, 'Too many open files'))) Sending event: album_imported chroma: chroma: fingerprinted b'/media/user1/5tb_ext4/BACKUP/music/beets/Hootie & the Blowfish/Fairweather Johnson/02 Sad Caper.m4a' chroma: matched recordings ['53ea0a2c-a896-4581-abc2-3e97f04d1ecf', '7cec0720-7a35-43a4-bdce-b052858b4978'] on releases ['69e724bd-fa9c-4d8b-8790-0e6f9ab1e21e', '818558fb-3026-4b4d-b2ac-2a60f2e96fb2', '596adba0-57db-4299-82f0-4d63af9f1e50', '9d20831b-4f3b-4255-961a-bf31772a9660', 'dddd7d36-eaed-4545-bcc2-888795a29579', 'e5e4217b-72bf-4c46-a582-3ca257d7b78e', '3b9d0b00-f412-4b45-882a-4ed30e2626f4', 'ff3446fa-4850-4047-b061-0cf58c9734f4', '47534192-b1ad-4007-befc-e9ef630d4ec0', 'f69b773f-fdc7-49aa-b72d-64e5218c6cad'] chroma: fingerprinting of b"/media/user1/5tb_ext4/BACKUP/music/beets/Hootie & the Blowfish/Fairweather Johnson/03 Tucker's Town.m4a" failed: audio could not be decoded lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Ten+Speed.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Ten-Speed-%28Of-God%27S-Blood-%26-Burial%29 (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Ten+Speed+%28Of+God%27S+Blood+%26+Burial%29.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Ten-Speed (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Ten+Speed.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Ten Speed (of God’s Blood & Burial) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Crossing-The-Frame (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Crossing+The+Frame.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Crossing-The-Frame (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Crossing+The+Frame.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Crossing the Frame lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Apollo-I%3A-The-Writing-Writer (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Apollo+I%3A+The+Writing+Writer.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Apollo-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Apollo+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Apollo-I%3A-The-Writing-Writer (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Apollo+I%3A+The+Writing+Writer.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Apollo-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Apollo+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Apollo I: The Writing Writer lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Once-Upon-Your-Dead-Body (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Once+Upon+Your+Dead+Body.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Once-Upon-Your-Dead-Body (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Once+Upon+Your+Dead+Body.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Once Upon Your Dead Body lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Wake-Up (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Wake+Up.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Wake-Up (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Wake+Up.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Wake Up lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Suffering (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Suffering.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Suffering (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Suffering.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Suffering lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Lying-Lies-%26-Dirty-Secrets-Of-Miss-Erica-Court (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Lying+Lies+%26+Dirty+Secrets+Of+Miss+Erica+Court.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Lying-Lies-%26-Dirty-Secrets-Of-Miss-Erica-Court (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Lying+Lies+%26+Dirty+Secrets+Of+Miss+Erica+Court.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Lying Lies & Dirty Secrets of Miss Erica Court lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/Mother-May-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,Mother+May+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/Mother-May-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,Mother+May+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - Mother May I lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-I%3A-Fuel-For-The-Feeding-End (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+I%3A+Fuel+For+The+Feeding+End.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-I%3A-Fuel-For-The-Feeding-End (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+I%3A+Fuel+For+The+Feeding+End.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-I (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+I.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Willing Well I: Fuel for the Feeding End lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Ii%3A-From-Fear-Through-The-Eyes-Of-Madness (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Ii%3A+From+Fear+Through+The+Eyes+Of+Madness.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Ii (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Ii.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Ii%3A-From-Fear-Through-The-Eyes-Of-Madness (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Ii%3A+From+Fear+Through+The+Eyes+Of+Madness.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Ii (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Ii.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Willing Well II: From Fear Through the Eyes of Madness lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Iii%3A-Apollo-Ii%3A-The-Telling-Truth (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Iii%3A+Apollo+Ii%3A+The+Telling+Truth.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Iii (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Iii.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Iii%3A-Apollo-Ii%3A-The-Telling-Truth (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Iii%3A+Apollo+Ii%3A+The+Telling+Truth.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Iii (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Iii.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Willing Well III: Apollo II: The Telling Truth lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Iv%3A-The-Final-Cut (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Iv%3A+The+Final+Cut.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed-And-Cambria/The-Willing-Well-Iv (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed+And+Cambria,tytul,The+Willing+Well+Iv.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Iv%3A-The-Final-Cut (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Iv%3A+The+Final+Cut.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Coheed/The-Willing-Well-Iv (404) lyrics: Genius API request failed: HTTPSConnectionPool(host='api.genius.com', port=443): Max retries exceeded with url: /search (Caused by SSLError(OSError(24, 'Too many open files'))) lyrics: Genius API request returned invalid JSON lyrics: lyrics request failed: HTTPSConnectionPool(host='www.tekstowo.pl', port=443): Max retries exceeded with url: /szukaj,wykonawca,Coheed,tytul,The+Willing+Well+Iv.html (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument')) lyrics: lyrics not found: Coheed and Cambria - Good Apollo I’m Burning Star IV, Volume One: From Fear Through the Eyes of Madness - The Willing Well IV: The Final Cut Traceback (most recent call last): File "/usr/bin/beet", line 33, in sys.exit(load_entry_point('beets==1.6.0', 'console_scripts', 'beet')()) File "/usr/share/beets/beets/ui/__init__.py", line 1285, in main _raw_main(args) File "/usr/share/beets/beets/ui/__init__.py", line 1272, in _raw_main subcommand.func(lib, suboptions, subargs) File "/usr/share/beets/beets/ui/commands.py", line 973, in import_func import_files(lib, paths, query) File "/usr/share/beets/beets/ui/commands.py", line 943, in import_files session.run() File "/usr/share/beets/beets/importer.py", line 340, in run pl.run_parallel(QUEUE_SIZE) File "/usr/share/beets/beets/util/pipeline.py", line 446, in run_parallel raise exc_info[1].with_traceback(exc_info[2]) File "/usr/share/beets/beets/util/pipeline.py", line 311, in run out = self.coro.send(msg) File "/usr/share/beets/beets/util/pipeline.py", line 193, in coro func(*(args + (task,))) File "/usr/share/beets/beets/importer.py", line 1369, in lookup_candidates plugins.send('import_task_start', session=session, task=task) File "/usr/share/beets/beets/plugins.py", line 488, in send result = handler(**arguments) File "/usr/share/beets/beets/plugins.py", line 145, in wrapper return func(*args, **kwargs) File "/usr/share/beets/beetsplug/chroma.py", line 180, in fingerprint_task return fingerprint_task(self._log, task, session) File "/usr/share/beets/beetsplug/chroma.py", line 249, in fingerprint_task acoustid_match(log, item.path) File "/usr/share/beets/beetsplug/chroma.py", line 89, in acoustid_match duration, fp = acoustid.fingerprint_file(util.syspath(path)) File "/home/user1/.local/lib/python3.10/site-packages/acoustid.py", line 340, in fingerprint_file return _fingerprint_file_audioread(path, maxlength) File "/home/user1/.local/lib/python3.10/site-packages/acoustid.py", line 280, in _fingerprint_file_audioread with audioread.audio_open(path) as f: File "/home/user1/.local/lib/python3.10/site-packages/audioread/__init__.py", line 127, in audio_open return BackendClass(path) File "/home/user1/.local/lib/python3.10/site-packages/audioread/rawread.py", line 59, in __init__ self._fh = open(filename, 'rb') OSError: [Errno 24] Too many open files: b'/media/user1/5tb_ext4/BACKUP/music/beets/Hootie & the Blowfish/Fairweather Johnson/04 She Crawls Away.m4a' Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 72, in apport_excepthook from apport.fileutils import likely_packaged, get_recent_crashes File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in from apport.report import Report File "/usr/lib/python3/dist-packages/apport/report.py", line 32, in import apport.fileutils File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 28, in from apport.packaging_impl import impl as packaging File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in import apt File "/usr/lib/python3/dist-packages/apt/__init__.py", line 36, in apt_pkg.init_system() apt_pkg.Error: E:Error reading the Tuple table Original exception was: Traceback (most recent call last): File "/usr/bin/beet", line 33, in sys.exit(load_entry_point('beets==1.6.0', 'console_scripts', 'beet')()) File "/usr/share/beets/beets/ui/__init__.py", line 1285, in main _raw_main(args) File "/usr/share/beets/beets/ui/__init__.py", line 1272, in _raw_main subcommand.func(lib, suboptions, subargs) File "/usr/share/beets/beets/ui/commands.py", line 973, in import_func import_files(lib, paths, query) File "/usr/share/beets/beets/ui/commands.py", line 943, in import_files session.run() File "/usr/share/beets/beets/importer.py", line 340, in run pl.run_parallel(QUEUE_SIZE) File "/usr/share/beets/beets/util/pipeline.py", line 446, in run_parallel raise exc_info[1].with_traceback(exc_info[2]) File "/usr/share/beets/beets/util/pipeline.py", line 311, in run out = self.coro.send(msg) File "/usr/share/beets/beets/util/pipeline.py", line 193, in coro func(*(args + (task,))) File "/usr/share/beets/beets/importer.py", line 1369, in lookup_candidates plugins.send('import_task_start', session=session, task=task) File "/usr/share/beets/beets/plugins.py", line 488, in send result = handler(**arguments) File "/usr/share/beets/beets/plugins.py", line 145, in wrapper return func(*args, **kwargs) File "/usr/share/beets/beetsplug/chroma.py", line 180, in fingerprint_task return fingerprint_task(self._log, task, session) File "/usr/share/beets/beetsplug/chroma.py", line 249, in fingerprint_task acoustid_match(log, item.path) File "/usr/share/beets/beetsplug/chroma.py", line 89, in acoustid_match duration, fp = acoustid.fingerprint_file(util.syspath(path)) File "/home/user1/.local/lib/python3.10/site-packages/acoustid.py", line 340, in fingerprint_file return _fingerprint_file_audioread(path, maxlength) File "/home/user1/.local/lib/python3.10/site-packages/acoustid.py", line 280, in _fingerprint_file_audioread with audioread.audio_open(path) as f: File "/home/user1/.local/lib/python3.10/site-packages/audioread/__init__.py", line 127, in audio_open return BackendClass(path) File "/home/user1/.local/lib/python3.10/site-packages/audioread/rawread.py", line 59, in __init__ self._fh = open(filename, 'rb') OSError: [Errno 24] Too many open files: b'/media/user1/5tb_ext4/BACKUP/music/beets/Hootie & the Blowfish/Fairweather Johnson/04 She Crawls Away.m4a' ######################################################### ######################################################### ######################################################### CONFIG library: ~/.config/beets/beetslibrary2.db directory: /media/user1/5tb_ext4/BACKUP/music2/beets2/ plugins: acousticbrainz chroma fetchart lyrics lastgenre ftintitle fromfilename duplicates replaygain import: write: yes copy: no move: yes link: no hardlink: no reflink: no delete: no resume: ask incremental: no incremental_skip_later: yes from_scratch: yes quiet_fallback: skip none_rec_action: skip timid: no log: ~/.config/beets/beets4.log autotag: yes quiet: yes singletons: no default_action: apply languages: en detail: no flat: no group_albums: yes pretend: false search_ids: [] duplicate_action: skip bell: no set_fields: {} clutter: ["Thumbs.DB", ".DS_Store"] ignore: [".*", "*~", "System Volume Information", "lost+found"] ignore_hidden: yes replace: '[\\/]': _ '^\.': _ '[\x00-\x1f]': _ '[<>:"\?\*\|]': _ '\.$': _ '\s+$': '' '^\s+': '' '^-': _ path_sep_replace: _ drive_sep_replace: _ asciify_paths: false art_filename: cover max_filename_length: 0 aunique: keys: albumartist album disambiguators: albumtype year label catalognum albumdisambig releasegroupdisambig bracket: '[]' overwrite_null: album: [] track: [] # plugins: acousticbrainz chroma fetchart lyrics lastgenre ftintitle fromfilename duplicates replaygain pluginpath: [] threaded: yes timeout: 5.0 per_disc_numbering: no verbose: 0 terminal_encoding: original_date: no artist_credit: no id3v23: no va_name: "Various Artists" ui: terminal_width: 80 length_diff_thresh: 10.0 color: yes colors: text_success: green text_warning: yellow text_error: red text_highlight: red text_highlight_minor: lightgray action_default: turquoise action: blue format_item: $artist - $album - $title format_album: $albumartist - $album time_format: '%Y-%m-%d %H:%M:%S' format_raw_length: no sort_album: albumartist+ album+ sort_item: artist+ album+ disc+ track+ sort_case_insensitive: yes paths: default: $albumartist/$album%aunique{}/$track $title singleton: Non-Album/$artist/$title comp: Compilations/$album%aunique{}/$track $title statefile: state.pickle musicbrainz: host: musicbrainz.org https: no ratelimit: 1 ratelimit_interval: 1.0 searchlimit: 5 extra_tags: [year, catalognum, country, media, label] genres: no match: strong_rec_thresh: 0.04 medium_rec_thresh: 0.25 rec_gap_thresh: 0.25 max_rec: missing_tracks: medium unmatched_tracks: medium distance_weights: source: 2.0 artist: 3.0 album: 3.0 media: 1.0 mediums: 1.0 year: 1.0 country: 0.5 label: 0.5 catalognum: 0.5 albumdisambig: 0.5 album_id: 5.0 tracks: 2.0 missing_tracks: 0.9 unmatched_tracks: 0.6 track_title: 3.0 track_artist: 2.0 track_index: 1.0 track_length: 2.0 track_id: 5.0 preferred: countries: ['US', 'JP'] media: ['CD', 'Digital Media|File', 'Vinyl'] original_year: yes ignored: missing_tracks unmatched_tracks required: [] ignored_media: [] ignore_data_tracks: yes ignore_video_tracks: yes track_length_grace: 10 track_length_max: 30 acousticbrains: auto: yes chroma: auto: yes duplicates: move: "/media/user1/5tb_ext4/BACKUP/music2/beetsduplicates2/" tiebreak: { items: [bitrate] } fetchart: auto: yes cautious: true sources: filesystem coverart itunes amazon albumart wikipedia google fromfilename: auto: yes ftintitle: auto: yes lastgenre: auto: yes count: 3 fallback: 'Unknown' lyrics: auto: yes replaygain: auto: yes # backend: ffmpeg # peak: true backend: command command: /snap/bin/aacgain overwrite: yes noclip: yes
simonmcnair commented 1 year ago

I suspect this is possibly due to plugins ignoring the skip option for silent running. This results in a number of threads not completing during silent running as they are waiting for input.

Xalares commented 1 year ago

Hi, if it can help, I think it's coming from the chroma plugin. I've only two plugins enabled fromfilename and chroma, and when I deactivate chroma everything goes well.

stale[bot] commented 1 year ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.