2

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.

5
  • 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 Commented Apr 18, 2019 at 11:43
  • @PatrickArtner I know it is hard. I just came to a new workplace, and this is the best information they have on this issue... I am assuming someone updated some dependency which affects this. Commented Apr 18, 2019 at 11:46
  • Same thing for me. No software updates - it just started to throw that recently Commented May 15, 2019 at 14:10
  • @SerafimSuhenky solution: stackoverflow.com/questions/55747461/… Commented May 15, 2019 at 15:12
  • It happened the same to me, then I found that my auth tuple was (password, username) instead of (username, password) Commented Jul 4, 2019 at 21:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.