-
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
error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz #175
Comments
This is a server issue, the server times out every 200mb roughly. (Not sure why). Best way to fix this issue is by downloading the Photoshop file straight from the server using your browser. Modern browsers come with a feature that allows you to resume a failed download. This is the file that the installer is trying to download, download this in your browser https://victor.poshtiban.io/p/gictor/photoshopCC/photoshopCC-V19.1.6-2018x64.tgz When you have downloaded the file, check the md5sum of the file (It should be Once you have done that, re-run the installer and the installer should detect the downloaded file and continue the process |
Using firedm to download file took me about 30 seconds, no errors. |
Thanks. It helped me and photoshop has been installed in my system. I think it's okay to have different md5sum # ? because it is different in my case even with your link. |
Unsure of if it is just my internet but after 500mb speeds slow to double digit KBs and fail every minute or two. Could be worth looking into, Thanks! |
Thanks you! It's Work for me. |
solved by editing in /scripts/sharedFuncs.sh removing "curlpkg=$(package_installed curl "summary") " and elif [ "$curlpkg" == "true" ];then always respecting the indentation of the condition logic this way the download comes out via wget only then did the installation complete |
thank you but i think i missed because download link is broken i can not download |
this one works for me thx |
i fixed download part as provided below but had an error Failed to execute child process “dbus-launch” (No such file or directory) photoshopCC-V19.1.6-2018x64.tgz detected extract photoshop... install photoshop... Please don't change default Destination Folder error: sorry something went wrong during photoshop installation |
Try install dbus first. sudo apt-get install dbus-x11 |
Describe the bug
it shows error : something went wrong during download photoshopCC-V19.1.6-2018x64.tgz
linux Distribution (please complete the following information):
Distro: zorin os 16
Desktop Environment: xfce
gpu: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
display server: [e.g. X11,Wayland]
Additional context
I am totally new to linux
try to install 4 times , still get the same problem
-here are some content of terminal
curl: (18) transfer closed with 1016264403 bytes remaining to read
md5 is not match
downloading photoshopCC-V19.1.6-2018x64.tgz ...
using curl to download photoshopCC-V19.1.6-2018x64.tgz
curl: (18) transfer closed with 932213501 bytes remaining to read
error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz
Screenshots
The text was updated successfully, but these errors were encountered: