[Bug 2024908] Re: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread Benjamin Drung
Looking at the Launchpad class, syncpackage should specify `service_root` instead of `service` (and `api_version` is renamed to `version`). -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu.

[Bug 2024908] [NEW] syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread Benjamin Drung
Public bug reported: syncpackage fails to connect to api.launchpad.test: ``` Traceback: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1343, in _conn_request conn.connect() File

[Bug 2024908] Re: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread bastif
Same error with backportpackage -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu. https://bugs.launchpad.net/bugs/2024908 Title: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at

[Bug 2024908] Re: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-dev-tools (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu.

[Bug 2024908] Re: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread bastif
It worked until 2h ago, and now, not any more. -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu. https://bugs.launchpad.net/bugs/2024908 Title: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server

[Bug 2024908] Re: syncpackage: httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.test

2023-06-23 Thread Benjamin Drung
My comment #2 is wrong. syncpackage uses lpapicache.py. So the parameters are okay. Launchpad.__init__() from /usr/lib/python3/dist- packages/launchpadlib/launchpad.py is called with service_root="https://api.launchpad.net/; -- You received this bug notification because you are a member of