You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in this method book_appointment after calling the statement captcha = generate_captcha(request_header)
i printed a log to debug the issue but logs is not printed and i am getting Exception can you please explain me why is this comming,
CODE:
while valid_captcha: captcha = generate_captcha(request_header)
print('after generate_captcha method') # this is not printed
details['captcha'] = captcha
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
in this method book_appointment after calling the statement captcha = generate_captcha(request_header)
i printed a log to debug the issue but logs is not printed and i am getting Exception can you please explain me why is this comming,
CODE:
while valid_captcha:
captcha = generate_captcha(request_header)
print('after generate_captcha method') # this is not printed
details['captcha'] = captcha
Error Log is :
================================= GETTING CAPTCHA ==================================================
Captcha Response Code: 200
in exception Ashish
maximum recursion depth exceeded
Beta Was this translation helpful? Give feedback.
All reactions