Godot Version 4.3
I just started out with Godot and am following a tutorial but have hit a dead end. My game is not recognizing the run and jump animations that I have implemented and is constantly showing the same error. Any advice would be appreciated.

Hi ! I don’t know why it says that there are no two animations, can you show me the code above and the specific interface of animationPlayer2D 
Thanks for the response! Here is a screen shot of what I think you were asking for with the animation player 2D and the code. I removed the code that was giving me issues but the rest is the same. If this is not what you were asking to see then sorry I am still figuring out the program what everything is. Thank you! 
I know this response is 2 years late, but I ran into the same issue with this tutorial and realized what caused this error on my end. Wanted leave a suggestion in case some else has this issue, too.
When you add animations to the AnimatedSprite2D, you have to make sure that it’s updated in your Game scene. The tutorial has you making separate scenes that you then add to the Game scene, but for some reason it doesn’t automatically update the Player in the Game Scene.