Skip to content
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

[email protected]: download via aria2 failed #345

Open
danielfrey63 opened this issue Jun 8, 2022 · 2 comments
Open

[email protected]: download via aria2 failed #345

danielfrey63 opened this issue Jun 8, 2022 · 2 comments

Comments

@danielfrey63
Copy link

danielfrey63 commented Jun 8, 2022

Got the following error when trying to install pgadmin on Windows 10 and cmd

>scoop install pgadmin4-np
WARN  Scoop uses 'aria2c' for multi-connection downloads.
WARN  Should it cause issues, run 'scoop config aria2-enabled false' to disable it.
WARN  To disable this warning, run 'scoop config aria2-warning-enabled false'.
Installing 'pgadmin4-np' (4.29) [64bit]
Starting download with aria2 ...
Download: 06/08 23:21:25 [ERROR] CUID#8 - Download aborted. URI=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/wiDownload: Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windDownload: Download Results:
Download: gid   |stat|avg speed  |path/URI
Download: ======+====+===========+=======================================================
Download: 62a70f|ERR |       0B/s|C:/Users/Daniel/scoop/cache/pgadmin4-np#4.29#https_ftp.postgresql.org_pub_pgadmin_pgadmin4_v4.29_windows_pgadmin4-4.29-x86.exe
Download: Status Legend:
Download: (ERR):error occurred.
Download: aria2 will resume download if the transfer is restarted.
Download: If there are any errors, then see the log file. See '-l' option in help/man page for details.

ERROR Download failed! (Error 3) Resource was not found
ERROR https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windows/pgadmin4-4.29-x86.exe
    referer=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windows/
    dir=C:\Users\Daniel\scoop\cache
    out=pgadmin4-np#4.29#https_ftp.postgresql.org_pub_pgadmin_pgadmin4_v4.29_windows_pgadmin4-4.29-x86.exe

ERROR & 'C:\Users\Daniel\scoop\apps\aria2\current\aria2c.exe' --input-file='C:\Users\Daniel\scoop\cache\pgadmin4-np.txt' --user-agent='Scoop/1.0 (+http://scoop.sh/) PowerShell/5.1 (Windows NT 10.0; Win64; x64; Desktop)' --allow-overwrite=true --auto-file-renaming=false --retry-wait=2 --split=5 --max-connection-per-server=5 --min-split-size=5M --console-log-level=warn --enable-color=false --no-conf=true --follow-metalink=true --metalink-preferred-protocol=https --min-tls-version=TLSv1.2 --stop-with-process=23996 --continue --summary-interval=0 --auto-save-interval=1
@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2022

Thank you for reporting. You are right.

Following URLs are not accessible:

@Aankhen
Copy link

Aankhen commented Jun 29, 2023

I’m not sure when this changed exactly, but it looks like the current version is 4.30 and it’s only available as a 64-bit binary. I was able to get it to work by changing autoupdate.url to https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$version/windows/pgadmin4-$version-x64.exe and running checkver.ps1 pgadmin4-np -u '4.30', which updated it for me locally and allowed me to install the application.

EDIT:
Well, the newest version is 7.4, so this would appear to be far out of date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants