suppergerrie2 / SpotiForge

SpoticraftForge
MIT License
2 stars 1 forks source link

Listening to podcasts breaks the mod #3

Open suppergerrie2 opened 1 year ago

suppergerrie2 commented 1 year ago
Exception in thread "pool-9-thread-1" java.lang.NullPointerException: Cannot invoke "se.michaelthelin.spotify.model_objects.IPlaylistItem.getName()" because the return value of "se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.getItem()" is null
    at TRANSFORMER/spotiforge@1.2/mine.block.spotify.SpotifyHandler$PollingThread.run(SpotifyHandler.java:116)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.lang.Thread.run(Thread.java:833)