Need some help with lua/mympd_state #1350
-
Using the latest release. This was working and I am not sure if I updated my docker image and things stopped working - or something else. Seems really bizarre, but my listenbrainz Lua script stopped working with the following error:
The relevant line in my lua:
In my state dir I have a file named As I said this was working until a day or two ago so I am not sure what changed. I ended up dumping out my
I was digging through the code a little but C isn't my thing really - not sure where custom state vars get initialized etc. A little pointer/help would be great, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The config Setting for the listenbrainz Token was removed. The state file is obsolete. You should create a variable in the gui. This variables are accessible through the mympd_env lua table as described here: https://jcorporation.github.io/myMPD/scripting/ |
Beta Was this translation helpful? Give feedback.
The config Setting for the listenbrainz Token was removed. The state file is obsolete.
You should create a variable in the gui. This variables are accessible through the mympd_env lua table as described here: https://jcorporation.github.io/myMPD/scripting/