Ubuntu Pastebin

Paste from jibel at Thu, 27 Oct 2016 18:09:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Traceback (most recent call last):
  File "/home/ubuntu/QA/silo-card-bot/silo_notifier", line 511, in <module>
    sys.exit(main())
  File "/home/ubuntu/QA/silo-card-bot/silo_notifier", line 499, in main
    for row in get_qa_signoff_request(landing_data, testing_status):
  File "/home/ubuntu/QA/silo-card-bot/silo_notifier", line 196, in get_qa_signoff_request
    request = get_landing_request(request_id)
  File "/home/ubuntu/QA/silo-card-bot/silo_notifier", line 74, in get_landing_request
    landing_url = urljoin(BILETO_API_URL, 'ticket/%d' % int(request_id))
ValueError: invalid literal for int() with base 10: 'None'
Download as text