-
Notifications
You must be signed in to change notification settings - Fork 311
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
Comments
It didn't work!
…On Wed, Aug 24, 2022 at 1:07 PM neemiaslryu ***@***.***> wrote:
[image: Screenshot from 2022-08-23 12-51-09]
<https://user-images.githubusercontent.com/63633934/186097052-8ac2ad8b-3d57-41b8-b378-05a147c4c997.png>
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
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APFPUDQQ6GDTYWDLQJMDBITV2XGLVANCNFSM57KJ24PQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have the same problem... Does anybody has help? |
I had a solution but it didn't work!
…On Thu, Sep 8, 2022 at 4:05 PM Thasimo1 ***@***.***> wrote:
I have the same problem... Does anybody has help?
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APFPUDXMXLHOFWPCPFHZBF3V5G6QJANCNFSM57KJ24PQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
picked solution by that issue Gictorbit#182
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 |
Works great thanks!! |
i didnt understand how to do THAT |
@neemiaslryu Just wanted to say your solution worked for me, thx! |
|
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 ) |
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"
The text was updated successfully, but these errors were encountered: