I am using the JIRA library for python 2.7
The following line
jira_connection = JIRA(config['jira_address'], auth=(config['jira_username'], config['jira_password']))
gives the following error
File "_pydevd_bundle\pydevd_cython_win32_27_64.pyx", line 1024, in _pydevd_bundle.pydevd_cython_win32_27_64.ThreadTracer.call RuntimeError: maximum recursion depth exceeded while calling a Python object
It worked fine for a while, then one day started giving this error. I don't really know what changed.
Would appreciate help or a workaround.
It worked fine for a while, then one day started giving this error- did you update your software? Did you read the release notes? Software normally does not "stop working" under same conditions. Your question is unclear and does not provide means to replicate your problem - can you provide a minimal reproducible example ? If not (what I think) it is very hard to help you out