IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.61k stars 4.83k forks source link

403 forbidden message #13506

Open shatarajt opened 3 days ago

shatarajt commented 3 days ago

Required Info
Camera Model D400 }
Firmware Version (Open RealSense Viewer (newest version)
Operating System & Version Linux (Ubuntu 22.04)
Kernel Version (Linux Only)
Platform PC
SDK Version { 2}
Language { }
Segment {Robot }

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

MartyG-RealSense commented 3 days ago

Hi @shatarajt Building librealsense from dkms packages in WSL2 tends to have problems, as discussed at https://github.com/IntelRealSense/librealsense/issues/12810 which highlights that RealSense users have been able to successfully build from source code instead of packages on WSL2.

shatarajt commented 3 days ago

jamesshatara@DESKTOP-VNKT0G1:~$ ./libuvc_installation.sh

MartyG-RealSense commented 2 days ago

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

image