[Networking] Issue with adding Pipewire PPA: AttributeError when executing 'add-apt-repository'
Posted: 2023-07-13 13:01
Description:
I encountered a problem while trying to add the Pipewire PPA to my Debian 12 (Bookworm) system with XFCE desktop environment. Whenever I execute the command `sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream`, I receive an `AttributeError` stating that a 'NoneType' object has no attribute 'people'. This error seems to be preventing the command from retrieving information from Launchpad (LP).
Troubleshooting Steps:
Before posting this issue, I have already followed the installation instructions carefully from the provided link and checked all available troubleshooting options from the Wiki page. Here are the troubleshooting options I have already tried:
[🗸] Followed all installation instructions carefully from here.
[🗸] Checked all troubleshoot options from here.
Reproduction Steps:
To reproduce the issue, simply execute the following command in your terminal:
Expected Outcome:
The expected behavior is that the specified PPA should be added successfully without any errors.
I appreciate any assistance in resolving this issue. Thank you!
I encountered a problem while trying to add the Pipewire PPA to my Debian 12 (Bookworm) system with XFCE desktop environment. Whenever I execute the command `sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream`, I receive an `AttributeError` stating that a 'NoneType' object has no attribute 'people'. This error seems to be preventing the command from retrieving information from Launchpad (LP).
Troubleshooting Steps:
Before posting this issue, I have already followed the installation instructions carefully from the provided link and checked all available troubleshooting options from the Wiki page. Here are the troubleshooting options I have already tried:
[🗸] Followed all installation instructions carefully from here.
[🗸] Checked all troubleshoot options from here.
Reproduction Steps:
To reproduce the issue, simply execute the following command in your terminal:
Code: Select all
sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
The expected behavior is that the specified PPA should be added successfully without any errors.
I appreciate any assistance in resolving this issue. Thank you!