python - jirashell throws a "KeyError: u'consumer_key'" and does not start -
i new jira-python , have run issue using jirashell.
jira-python installed documentation given here: http://jira.readthedocs.org/en/latest/
when try start jirashell using:
ubuntu@ip-10-0-0-12:~$ jirashell -s https://jira.atlassian.com
i following error:
traceback (most recent call last): file "/usr/local/bin/jirashell", line 11, in <module> sys.exit(main()) file "/usr/local/lib/python2.7/dist-packages/jira/jirashell.py", line 248, in main jira = jira(options=options, basic_auth=basic_auth, oauth=oauth) file "/usr/local/lib/python2.7/dist-packages/jira/client.py", line 202, in __init__self._create_oauth_session(oauth) file "/usr/local/lib/python2.7/dist-packages/jira/client.py", line 1871, in _create_oauth_session oauth['consumer_key'], keyerror: u'consumer_key'
i have tried server using basic auth returns same error. using curl works fine, wanted see objects getting returned , develop python-jira integration.
thank insight.
Comments
Post a Comment