Hi Norbert, On Fri, Mar 09, 2018 at 10:17:24PM +0900, Norbert Preining wrote: >Package: abcde >Version: 2.9-1 >Severity: normal > >With default config running on a CD of mine: >[~] abcde >Grabbing entire CD - tracks: 001 002 003 004 005 006 007 008 009 010 011 012 >013 014 015 016 017 018 019 020 >Can't use an undefined value as an ARRAY reference at >/usr/bin/abcde-musicbrainz-tool line 92. >[ERROR] abcde: abcde-musicbrainz-tool failed to run; ABORT
OK, we've rewritten the musicbrainz support upstream to use the new(er) musicbrainz web API v2 and it looks like we've tripped over a couple of issues here that didn't come up in testing. It looks like you maybe have a CD that doesn't seem to have any releases: 88 my $response = $ws->search(discid => { 89 discid => $discid, 90 inc => ['artists', 'artist-credits', 'recordings'] 91 }); 92 my @releases = @{ $response->{'releases'} }; 93 my $releasenum = $start; 94 my @sums; Could you please re-run abcde with -D on the command line and share the log please? That'll help to debug this. Thanks! -- Steve McIntyre, Cambridge, UK. st...@einval.com Who needs computer imagery when you've got Brian Blessed?