MusicBrainz won't connect (SSL: CERTIFICATE_VERIFY_FAILED) #3985
-
beets won't connect to MusicBrainz. discogs, fetchart, other things connect, but not this. ProblemRunning this command in verbose ( beet -vv import /Volumes/Expansion-1/Media/Audio/ Led to this problem:
Setup
My configuration (output of directory: /Volumes/Expansion-1/Media/Audio/
plugins: convert discogs duplicates fetchart embedart lyrics missing zero
autotag: yes
art_filename: cover
clutter: .pdf .bmp .png .jpg .jpef .tif .gif .sfv .nfo .m3u .log .DS_Store Thumbs.DB Thumbs.db
original_date: yes
languages: en
va_name: Various
ignored_media: .vob .mp4 .mkv .avi .ts .pdf .cbz .cbr
import:
copy: no
write: yes
move: yes
paths:
default: $albumartist/$album%aunique{albumartist album, tracktotal year label,()}/$track. $title
comp: Various/$album%aunique{albumartist album, tracktotal year label,()}/$track. $title
albumartist:various artists: Various/$album%aunique{albumartist album, tracktotal year label,()}/$track. $title
replace:
'[\\/]': _
'^\.': _
'[\x00-\x1f]': _
'[<>:"\?\*\|]': _
'\.$': _
'\s+$': ''
'^\s+': ''
'^-': _
convert:
tmpdir: /Volumes/Expansion-1/Media/Audio/
auto: yes
delete_originals: yes
never_convert_lossy_files: yes
format: mp3
mp3:
command: ffmpeg -i $source -q:a 0 -map_metadata 0 $dest
extension: mp3
discogs:
user_token: redacted
duplicates:
album: yes
move: /Users/redacted/Downloads/
fetchart:
auto: yes
sources: fanarttv itunes amazon coverart albumart google
fanarttv_key: redacted
google_API_key: redacted
embedart:
auto: yes
maxwidth: 1000
lyrics:
auto: yes
force: yes
sources: genius musixmatch lyricwiki google
google_API_key: redacted
fallback: ''
import.write: yes
chroma:
auto: no
zero:
auto: yes
update_database: true
keep_fields:
- artist
- title
- album
- year
- composer
- albumartist
- track
- tracktotal
- disc
- disctotal
- label
- acoustid_fingerprint
- acoustid_id
- albumtype
- lyrics
- unsyncedlyrics
- images
- rating
- first played
- last played
- play count #3052 (comment) didn't work. It was already installed, and the error persists. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
I lack the knowledge to comment on the SSL problem directly; but looking at the log ( |
Beta Was this translation helpful? Give feedback.
-
Thanks for the clue, I'll see what I can do about it. It's a complete mess to manage python on mac if you don't nail it from the beginning. I may have 2, 3 installations by now. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I don't know. The fix to this in the linked comment and elsewhere is just installs certifi, but:
To be clear, beets connects to Discogs just fine. So it could just be MusicBrainz, but since I see no one else with the issue... Any dirty hacks around this? Disabling the need for certificates at my own risk should work, but I'm not sure what to modify in I may reinstall Python3, but I'm equally lost there to be honest. |
Beta Was this translation helpful? Give feedback.
-
A quick search revealed a few relevant stackoverflow pages: https://stackoverflow.com/questions/35569042/ssl-certificate-verify-failed-with-python3 You might find a hint there. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I've gone through all those threads already, more or less tried everything suggested. The thing I'm going to do next is to uninstall Python and reinstall via the package from the official site. Should be less problematic than beets. I'll come back with how that goes when I get to it. |
Beta Was this translation helpful? Give feedback.
-
Moving this to Discussions, as this is most likely not a bug with beets. |
Beta Was this translation helpful? Give feedback.
-
Finally got around dealing with this. I uninstalled beets completely. Then reinstalled it with pip3 for latest beet version (1.6.0). All working. |
Beta Was this translation helpful? Give feedback.
Finally got around dealing with this. I uninstalled beets completely. Then reinstalled it with pip3 for latest beet version (1.6.0). All working.