[Merge] lp:~brian-murray/ubuntu-archive-tools/jsondecodeerror into lp:ubuntu-archive-tools
Brian Murray
brian at ubuntu.com
Fri Dec 6 20:01:24 UTC 2013
Brian Murray has proposed merging lp:~brian-murray/ubuntu-archive-tools/jsondecodeerror into lp:ubuntu-archive-tools.
Requested reviews:
Ubuntu Package Archive Administrators (ubuntu-archive)
For more details, see:
https://code.launchpad.net/~brian-murray/ubuntu-archive-tools/jsondecodeerror/+merge/198120
Fix this crash:
Traceback (most recent call last):
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 571, in <module>
main()
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 488, in main
rate_increase = crash_rate_increase(rvers, src_pkg, version)
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 399, in crash_rate_increase
rate_data = json.load(rate_file)
File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 357, in load
use_decimal=use_decimal, **kw)
File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420, in raw_decode
raise JSONDecodeError("No JSON object could be decoded", s, idx)
simplejson.decoder.JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
--
https://code.launchpad.net/~brian-murray/ubuntu-archive-tools/jsondecodeerror/+merge/198120
Your team Ubuntu Package Archive Administrators is requested to review the proposed merge of lp:~brian-murray/ubuntu-archive-tools/jsondecodeerror into lp:ubuntu-archive-tools.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 1027 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-archive/attachments/20131206/5aedcdb5/attachment.diff>
More information about the ubuntu-archive
mailing list