-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 forbidden message #13506
Comments
Hi @shatarajt Building librealsense from dkms packages in WSL2 tends to have problems, as discussed at #12810 which highlights that RealSense users have been able to successfully build from source code instead of packages on WSL2. |
jamesshatara@DESKTOP-VNKT0G1:~$ ./libuvc_installation.sh
|
Is using Linux a requirement for your project, please? The SDK can easily be installed on a Windows computer without using WSL2 by downloading and running an installer program file called Intel.RealSense.SDK-WIN10 in the "Assets" file list at the bottom of the page linked to below. It works with both Windows 10 and Windows 11. https://github.com/IntelRealSense/librealsense/releases/tag/v2.55.1 |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
im currently running mobaxterm with wsl2 ubuntu 22.04
jamesshatara@DESKTOP-VNKT0G1:~/librealsense/build$ echo "deb [signed-by=/etc/apt/keyrings/librealsense.pgp] https://librealsense.intel.com/Debian/apt-repo
lsb_release -cs
main" |sudo tee /etc/apt/sources.list.d/librealsense.list
sudo apt-get update
deb [signed-by=/etc/apt/keyrings/librealsense.pgp] https://librealsense.intel.com/Debian/apt-repo jammy main
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:5 http://packages.ros.org/ros2/ubuntu jammy InRelease
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:7 https://librealsense.intel.com/Debian/apt-repo jammy InRelease
Err:1 https://librealsense.intel.com/Debian/ubuntu jammy InRelease
403 Forbidden [IP: 18.238.132.115 443]
Reading package lists... Done
E: Failed to fetch http://librealsense.intel.com/Debian/ubuntu/dists/jammy/InRelease 403 Forbidden [IP: 18.238.132.115 443]
E: The repository 'http://librealsense.intel.com/Debian/ubuntu jammy InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
i cant make any progress any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: