Vscodium: sudo apt update "Too Many Requests"

Created on 13 Aug 2020  路  7Comments  路  Source: VSCodium/vscodium

Describe the bug
As per the title, I'm trying to install via the repository. When I do the sudo apt update command after installing the repo I get Too Many Requests error

Please confirm that the issue/resolution isn't already documented
I've checked and can't find this issue in the tracker.

To Reproduce
Steps to reproduce the behavior:
Add the GPG key of the repository:
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -

Add the repository:
echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list

Update then install vscodium:
sudo apt update && sudo apt install codium

Expected behavior
It should install... It gives the error as described.

Desktop (please complete the following information):

  • OS: POP!_OS 20.04
  • Architecture x64
bug

Most helpful comment

All 7 comments

I have the same issue when running sudo apt update.

Output:

~ sudo apt update
[...]
Err:6 https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs vscodium InRelease
  429  Too Many Requests [IP: 172.65.251.78 443]
[...]
W: Failed to fetch https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/dists/vscodium/InRelease  429  Too Many Requests [IP: 172.65.251.78 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.

Same issue here.
Feels really good to not be one opening issues
Here is the screenshot of the issue
Screen Capture_20200813155233

I have the same issue since at least yesterday.

thanks a lot :)

Closing; workaround is above ^ and not really anything we can do on the VSCodium side.

Was this page helpful?
1 / 5 - 1 ratings

Related issues

in-in picture in-in  路  20Comments

ganapativs picture ganapativs  路  29Comments

hypercube33 picture hypercube33  路  22Comments

jannik-mohemian picture jannik-mohemian  路  17Comments

penyuan picture penyuan  路  26Comments