Tried full uninstall/reinstall thinking it was a corrupt file or something but still getting error when running this specific action. Thanks
Logs attachedBook1.xlsx (47.3 KB)
Tried full uninstall/reinstall thinking it was a corrupt file or something but still getting error when running this specific action. Thanks
Logs attachedBook1.xlsx (47.3 KB)
Your error was
java.lang.NullPointerException
at com.jthink.jaikoz.manipulate.matchinghelper.ArtistCreditHelper.getArtistNameFromArtistCredit(ArtistCreditHelper.java:149)
at com.jthink.jaikoz.logging.ReleasePrint.print(ReleasePrint.java:32)
at com.jthink.jaikoz.manipulate.scoring.Scorer.precheckRelease(Scorer.java:322)
at com.jthink.jaikoz.manipulate.scoring.Scorer.precheckReleases(Scorer.java:298)
at com.jthink.jaikoz.manipulate.discogshelper.DiscogsScorer.calculateReleaseScores(DiscogsScorer.java:234)
at com.jthink.jaikoz.manipulate.discogshelper.DiscogsScorer.calculateBestReleaseScore(DiscogsScorer.java:114)
at com.jthink.jaikoz.manipulate.MatchSongsToDiscogsRelease.scoreRelease(MatchSongsToDiscogsRelease.java:168)
at com.jthink.jaikoz.manipulate.MatchSongsToDiscogsRelease.analyseData(MatchSongsToDiscogsRelease.java:223)
at com.jthink.jaikoz.manipulate.MatchSongsToDiscogsRelease.run(MatchSongsToDiscogsRelease.java:81)
at java.lang.Thread.run(Thread.java:748)
This should not happen
But I think it can only happen if you have log level set to INFO (-l3) or higher which is not the default. If you set it back it to -l2 this should prevent the problem from occuring. Please see section 3.4 of Help because configuring logging is platform dependent and differs for MacOS, Windows and Linux and seeinf that resolves it.
Hello,
It’s set at -I2 without having to change it. The action seems to work with a couple other releases, so maybe there’s something particular with this release. It’s strange.