-
I am getting this error while using the [
{
name: 'chess',
result: { error: { message: 'API error: 404', instance: '' } }
}
] This is the code I am using: plugin_chess: yes
plugin_chess_platform: lichess.org
plugin_chess_token: ${{ secrets.LICHESS_TOKEN }} Why am I getting this error? Anybody else facing the same issue? |
Beta Was this translation helpful? Give feedback.
Answered by
Ombucha
Mar 23, 2023
Replies: 1 comment 2 replies
-
It seems like |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Ombucha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like
plugin_chess_user
actually needs to be provided and cannot be left empty.