NoReverseMatch at /deck/rehearse/22/ using pyttsx3 for flashcard app
I am a newbie to django and pyttsx3 i have coded a flashcard app and want to add text to speech using pyttsx3 however after coding the buttons i am getting the error Reverse for ‘text_to_speech’ with keyword arguments ‘{‘deck_id’: 22, ‘card_id’: ”}’ not found. 1 pattern(s) tried: [‘deck/rehearse/(?P<deck_id>[0-9]+)/text-to-speech/(?P<card_id>[0-9]+)/Z’]. i have checked url patterns and they seem to be fine