mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 19:35:53 +03:00
[GH-ISSUE #84] A problem with adding repository. #67
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShmykova on GitHub (Jun 15, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/84
Hello.
I can't get the packages from your repo:
~# wget https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub
Downloading 'https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub'
Connecting to 140.82.121.4:443
Redirected to /4IceG/Modem-extras/main/myrepo/IceG-repo.pub on raw.githubusercontent.com
SSL error: SSL - Bad input parameters to function
Connection error: Connection failed
If I change adress to ~# wget https://github.com/4IceG/Modem-extras/tree/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub
Downloading 'https://github.com/4IceG/Modem-extras/tree/main/myrepo/IceG-repo.pub'
Connecting to 140.82.121.4:443
Redirected to /4IceG/Modem-extras/blob/main/myrepo/IceG-repo.pub on github.com
Writing to '/tmp/IceG-repo.pub'
Download completed (285829 bytes)
~# opkg update
Downloading https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.gz
SSL error: SSL - Bad input parameters to function
*** Failed to download the package list from https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.gz
Is the problem on my side?
@4IceG commented on GitHub (Jun 15, 2024):
Hi,
@AnnaShmykova I'm building repository as I always do. There were no problems before.
The bug is known, you can check this topic https://github.com/4IceG/Modem-extras/issues/2 for more information.
@AnnaShmykova commented on GitHub (Jun 15, 2024):
Thank you very much.
"opkg install wget-ssl" - solves the problem.