Import Is Not Working For Me. Please Help

Hello. After updating to the latest version. Now import does not add data to the library (or get discogs data for autotagging). Below is output from my testing with “Who Killed Sgt. Pepper?”

RE: the discogs plugin, is installed / configured as per documentation. I tried re-authenticating my Discogs connection. That worked but did not change the import results.

Thanks for an otherwise stellar piece of software.

MacBook-Air:~ user$ beet --version
beets version 2.0.0
Python version 3.10.4
plugins: discogs, edit, export, fetchart, ftintitle, inline, the, types

Macbook-Air:~ user$ beet -vv import -act /Volumes/Data/Music2/AntnNwcmb2010_auk020
user configuration: /Users/user/.config/beets/config.yaml
data directory: /Users/user/.config/beets
plugin paths:
fetchart: google: Disabling art source due to missing key
fetchart: lastfm: Disabling art source due to missing key
inline: adding item field catalognum_adj
inline: adding album field albumartist_adj
inline: adding album field initials
inline: adding album field longAA
inline: adding album field shortAA
inline: adding album field catalognum_adj
inline: adding album field andAA
inline: adding album field and_adj
Sending event: pluginload
library database: /Users/user/.config/beets/library.db
library directory: /Users/user/Downloads/MusicTest
Sending event: library_opened
Sending event: import_begin
Sending event: import_task_created
Sending event: import_task_start
Looking up: /Volumes/Data/Music2/AntnNwcmb2010_auk020
Tagging Anton Newcombe - Who Killed Sgt. Pepper?
Searching for discovered album ID: 2141386
Requesting MusicBrainz release 2141386
Invalid MBID (2141386).
Search terms: Anton Newcombe - Who Killed Sgt. Pepper?
Album might be VA: False
Searching for MusicBrainz releases with: {‘release’: ‘who killed sgt. pepper?’, ‘artist’: ‘anton newcombe’, ‘tracks’: ‘13’}
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 1037, in _send_output
self.send(msg)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 975, in send
self.connect()
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 512, in wrap_socket
return self.sslsocket_class._create(
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 1070, in _create
self.do_handshake()
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 1341, 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 “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 497, in _safe_read
f = opener.open(req)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 519, in open
response = self._open(req, data)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 496, in _call_chain
result = func(*args)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py”, line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [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 “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/beets/autotag/mb.py”, line 729, in match_album
res = musicbrainzngs.search_releases(
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 978, in search_releases
return _do_mb_search(‘release’, query, fields, limit, offset, strict)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 782, in _do_mb_search
return _do_mb_query(entity, ‘’, , params)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 728, in _do_mb_query
return _mb_request(path, ‘GET’, auth_required, args=args)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 417, in call
return self.fun(*args, **kwargs)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 690, in _mb_request
resp = _safe_read(opener, req, body)
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/musicbrainzngs/musicbrainz.py”, line 525, in _safe_read
raise NetworkError(cause=exc)
musicbrainzngs.musicbrainz.NetworkError: caused by: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>

Error: MusicBrainz not reachable in release search with query {‘release’: ‘who killed sgt. pepper?’, ‘artist’: ‘anton newcombe’, ‘tracks’: ‘13’}
Macbook-Air:~ user$ beet -vv ls killed
user configuration: /Users/user/.config/beets/config.yaml
data directory: /Users/user/.config/beets
plugin paths:
fetchart: google: Disabling art source due to missing key
fetchart: lastfm: Disabling art source due to missing key
inline: adding item field catalognum_adj
inline: adding album field albumartist_adj
inline: adding album field initials
inline: adding album field longAA
inline: adding album field shortAA
inline: adding album field catalognum_adj
inline: adding album field andAA
inline: adding album field and_adj
Sending event: pluginload
library database: /Users/user/.config/beets/library.db
library directory: /Users/user/Downloads/MusicTest
Sending event: library_opened
Parsed query: AndQuery([AnyFieldQuery(‘killed’, (‘artist’, ‘title’, ‘comments’, ‘album’, ‘albumartist’, ‘genre’), SubstringQuery)])
Parsed sort: NullSort()
1K Systems - Tribal Groove 2 - Inna Motion
Sending event: cli_exit