You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
responds with a 503 error and says there is no server to handle the request.
Steps to reproduce the behavior
sudo canonical-livepatch enable {token}
outputs failed to register client: POST request to "https://livepatch.canonical.com/v1/client/{some other token}" failed
I sniffed the request and mimicked it with cURL and JavaScript to the endpoint with same data and received the 503 err.
Expected behavior
For it to work.
Browser/device details
Laptop (Acer Aspire) with Ubuntu Desktop
Ubuntu Pro
Fresh after sudo apt upgrade
Reported from
GitHub
The text was updated successfully, but these errors were encountered:
@B4RN3SCODE This issue has been fixed. If you try sudo pro disable livepatch and then sudo pro enable livepatch to trigger a new token exchange process, it should work as before.
I will close this issue as solved, please feel free to re-open if the problem persists, thanks.
Summary
My Ubuntu Pro feature for livepatch is not working:
The POST request to
https://livepatch.canonical.com/v1/client/{some sort of token}
responds with a 503 error and says there is no server to handle the request.
Steps to reproduce the behavior
sudo canonical-livepatch enable {token}
outputs
failed to register client: POST request to "https://livepatch.canonical.com/v1/client/{some other token}" failed
I sniffed the request and mimicked it with cURL and JavaScript to the endpoint with same data and received the 503 err.
Expected behavior
For it to work.
Browser/device details
Laptop (Acer Aspire) with Ubuntu Desktop
Ubuntu Pro
Fresh after
sudo apt upgrade
Reported from
GitHub
The text was updated successfully, but these errors were encountered: