On Tue, Sep 15, 2020 at 02:52:14PM +0100, Richard W.M. Jones wrote: > https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65 again ... > > I cannot push this to stable, at least, not through the web UI. > The button does nothing. Meanwhile the command line hangs for a long time and then fails with some kind of timeout: $ bodhi updates request FEDORA-2020-3f6760cc65 stable Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/fedora/client/openidbaseclient.py", line 249, in send_request data = output.json() File "/usr/lib/python3.9/site-packages/requests/models.py", line 898, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib64/python3.9/site-packages/simplejson/__init__.py", line 525, in loads return _default_decoder.decode(s) File "/usr/lib64/python3.9/site-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib64/python3.9/site-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/bodhi", line 11, in <module> load_entry_point('bodhi-client==5.2.2', 'console_scripts', 'bodhi')() File "/usr/lib/python3.9/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.9/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/usr/lib/python3.9/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.9/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.9/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.9/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.9/site-packages/bodhi/client/__init__.py", line 263, in wrapper method(*args, **kwargs) File "/usr/lib/python3.9/site-packages/bodhi/client/__init__.py", line 690, in request resp = client.request(update, state) File "/usr/lib/python3.9/site-packages/bodhi/client/bindings.py", line 117, in wrapper result = method(*args, **kwargs) File "/usr/lib/python3.9/site-packages/bodhi/client/bindings.py", line 297, in request return self.send_request(f'updates/{update}/request', File "/usr/lib/python3.9/site-packages/fedora/client/openidbaseclient.py", line 252, in send_request raise ServerError( fedora.client.ServerError: ServerError(https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request, 504, Error returned from json module while processing b'https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request': b'Expecting value: line 1 column 1 (char 0)' b"<html><body><h1>504 Gateway Time-out</h1>\nThe server didn't respond in time.\n</body></html>\n") Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx