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

Photshopcc installing error #182

Open
Zinan00 opened this issue Aug 23, 2022 · 11 comments
Open

Photshopcc installing error #182

Zinan00 opened this issue Aug 23, 2022 · 11 comments
Labels
installer script bug Something isn't working

Comments

@Zinan00
Copy link

Zinan00 commented Aug 23, 2022

Screenshot from 2022-08-23 12-51-09
While installing I got this error!
"curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz"

@Zinan00 Zinan00 added the installer script bug Something isn't working label Aug 23, 2022
@neemiaslryu
Copy link

Screenshot from 2022-08-23 12-51-09 While installing I got this error! "curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2) error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz"

Hi Zinan00

This error happens because the server where the file is hosted, crashes several times

a quick fix

to solve this I forced the download via Wget

Editing the code
/scripts/SharedFuncs.sh

coment lines

184 #ariapkg=$(package_installed aria2c "summary")
185 #curlpkg=$(package_installed curl "summary")

**this will force the condition ato return = false (lines 187 and 195), then it will accept the condition to Download with Wget (line 198)

187 if [ "$ariapkg" == "true" ];then .....

comment if it worked please

@Zinan00
Copy link
Author

Zinan00 commented Aug 29, 2022 via email

@Thasimo1
Copy link

Thasimo1 commented Sep 8, 2022

I have the same problem... Does anybody has help?

@Zinan00
Copy link
Author

Zinan00 commented Sep 9, 2022 via email

@mbalyura
Copy link

Just install aria2. If it installed, script will use it as download util, unlike curl I don't have downloading errors with it

@Nunya-9018
Copy link

Just install aria2. If it installed, script will use it as download util, unlike curl I don't have downloading errors with it

can confirm is works

@arthur-alves
Copy link

Just install aria2. If it installed, script will use it as download util, unlike curl I don't have downloading errors with it

Works great thanks!!

@inkandfabl
Copy link

i didnt understand how to do THAT

@vuk1011
Copy link

vuk1011 commented Dec 2, 2022

@neemiaslryu Just wanted to say your solution worked for me, thx!

@g-savitha
Copy link

i didnt understand how to do THAT

sudo apt install -y aria2

@onuralpArsln
Copy link

onuralpArsln commented May 14, 2023

for simplest solution you can donwload manually with a browser. IT worked out fine for me since many browsers can resume your download. here is the original solution comment : #175 (comment)

(you just need to keep an eye on resume download button not the best solution but works )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer script bug Something isn't working
Projects
None yet
Development

No branches or pull requests

10 participants