This bug was fixed in the package lazr.restfulclient - 0.13.4-5ubuntu2

---------------
lazr.restfulclient (0.13.4-5ubuntu2) xenial; urgency=medium

  * Cherry-pick from upstream:
    - Fix handling of 304 responses with an empty body on Python 3
      (LP: #1714960).

 -- Andy Whitcroft <[email protected]>  Mon, 08 Jul 2019 14:44:42 +0100

** Changed in: lazr.restfulclient (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1714960

Title:
  getArchiveSubscriptionURL() crashes on python3

Status in lazr.restfulclient:
  Fix Released
Status in lazr.restfulclient package in Ubuntu:
  Fix Released
Status in lazr.restfulclient source package in Xenial:
  Fix Released

Bug description:
  [Impact]

  When trying to use the me.getArchiveSubscriptionURL() call on Python
  3, an exception is generated:

  Traceback (most recent call last):
    File "./test.py", line 9, in <module>
      print(me.getArchiveSubscriptionURL(archive=ppa))
    File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 
622, in __call__
      self.resource.lp_refresh()
    File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 
759, in lp_refresh
      super(Entry, self).lp_refresh(new_url, etag)
    File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 
346, in lp_refresh
      representation, self.JSON_MEDIA_TYPE)
    File "/usr/lib/python3/dist-packages/wadllib/application.py", line 363, in 
bind
      representation_definition)
    File "/usr/lib/python3/dist-packages/wadllib/application.py", line 300, in 
__init__
      _make_unicode(representation))
    File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 516, in 
loads
      return _default_decoder.decode(s)
    File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in 
decode
      obj, end = self.raw_decode(s)
    File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in 
raw_decode
      return self.scan_once(s, idx=_w(s, idx).end())
  simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

  The same code works fine on python2 (e.g. lp-shell). Because of this
  being broken, I'm unable to add some modification for ESM precise
  handling in our kernel review scripts as those are Python 3 based.

  [Test Case]

  # Make sure you have a private PPA to which a subscription for the user is 
made
  from launchpadlib.launchpad import Launchpad
  PPA_LINK = '' # API link to the PPA here
  lp = Launchpad.login_with('test-broken-url', 'production', version='devel')
  ppa = lp.load(PPA_LINK)
  me = lp.load(lp.me.self_link)
  print(me.getArchiveSubscriptionURL(archive=ppa))

  [Regression Potential]

  Seriously none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lazr.restfulclient/+bug/1714960/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp

Reply via email to