I am trying to use the Lichess API to create a sort of "guess the ELO" program in python. I am trying to use the API to extract analysis information about games to train this programme. However, I am not receiving analysis information when I read in a game using this API.
Here is a link to the code I am using, and what I would expect to see.
https://berserk.readthedocs.io/en/master/usage.html#by-player
Is there some sort of limit on the amount of analysis you can do per day that would stop me seeing this, or would anyone be able to give another suggestion as to how I could fix this?
I am trying to use the Lichess API to create a sort of "guess the ELO" program in python. I am trying to use the API to extract analysis information about games to train this programme. However, I am not receiving analysis information when I read in a game using this API.
Here is a link to the code I am using, and what I would expect to see.
https://berserk.readthedocs.io/en/master/usage.html#by-player
Is there some sort of limit on the amount of analysis you can do per day that would stop me seeing this, or would anyone be able to give another suggestion as to how I could fix this?

