Replies: 1 comment 1 reply
|
Hi @lbesnard, You have hit a recent regression on What is happeningIn your debug log:
The FixThis regression was tracked in issue #7000 and is addressed in PR #7005: The fix restores updating if isinstance(post_choice, Proposal):
task.candidates = post_choice.candidates
task.rec = post_choice.recommendationWorkaround for your
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Today I did a fresh install from my working beets setup v2.5.1 to the latest one.
I (re)followed the doc to install everything with uv, as well as all of my plugins (
uv tool install --force --with python3-discogs-client --with flask --with ~/.config/beets/whatlastgenre_org/ "beets[lyrics,lastgenre,discogs,chroma]"I deleted my discogs token file as mentioned here https://beets.readthedocs.io/en/latest/plugins/discogs.html#troubleshooting
i started doing an import of albums as I've always done for the last many many many years.
And now, when doing an import, nothing wants to match, even when I'm specifying an release ID from discogs.
In the following logs, I disabled threaded to be simpler to read. The first log shows that by pressing the letter
E, the search performs properly on both muscibrainz and discogs and finds proper candidates, but fails at giving the correct results back.the second log shows the same thing, but with the
Ioption, where i provide a valid discogs ID; discogs plugin works, but then I can't select that ID. like if the matching didn't workWhat really puzzles me is that everything was working fine a few hours ago and for the last year on v2.5.1, so maybe there is a breaking change in my config I'm not aware of.
beet config
All reactions