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

error: sorry something went wrong during download illustratorCC17.tgz #27

Open
nwmustofa opened this issue Feb 25, 2022 · 13 comments
Open

Comments

@nwmustofa
Copy link

i'm using fedora design suite gnome 41.3

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
error: sorry something went wrong during download illustratorCC17.tgz

please help me

@AliAnam71
Copy link

Same here :|

@mikeBengala
Copy link

mikeBengala commented Mar 13, 2022

Guys, i found a workaround.
since the problem is with the download. I figured I would be able to download it from my browser, then edit the script to use the file I previously downloaded.

So in this file:
scripts/illustratorSetup.sh:68
You will find the download link on line 68.

  • Copy paste the download link to your browser. It should download automatically.
  • Comment line 68
  • Uncomment the line 67
  • Move the file to a location on localhost that you can access via url (I used apache2) so it ended up something like this:
    local filelink="http://127.0.0.1/illustratorCC17.tgz"

save and run the script again.

@francayopapagallo
Copy link

francayopapagallo commented Mar 22, 2022

1 uninstall illustrator from script ./setup.sh remove all created directories in home.
2 install bleachbit, use root version clean everything you can. reboot and reinstall.
the same thing happened to me. and so I solved it

@VictorGimenez
Copy link

VictorGimenez commented May 8, 2022

Guys, i found a workaround. since the problem is with the download. I figured I would be able to download it from my browser, then edit the script to use the file I previously downloaded.

So in this file: scripts/illustratorSetup.sh:68 You will find the download link on line 68.

  • Copy paste the download link to your browser. It should download automatically.
  • Comment line 68
  • Uncomment the line 67
  • Move the file to a location on localhost that you can access via url (I used apache2) so it ended up something like this:
    local filelink="http://127.0.0.1/illustratorCC17.tgz"

save and run the script again.

Hi Mike!! How do I move the file to the location on localhost?? This is the only part that I couldn't able to solve it and I am facing this same error: curl: (7) Failed to connect to 127.0.0.1 port 4050 after 1 ms: Connection refused error: sorry something went wrong during download illustratorCC17.tgz, I was with the Adobe Illustrator running in my Ubuntu 20.04 distro but I need to format it and now I am reinstalling it again, TYIA.

@Evatee-coder
Copy link

Guys, i found a workaround. since the problem is with the download. I figured I would be able to download it from my browser, then edit the script to use the file I previously downloaded.
So in this file: scripts/illustratorSetup.sh:68 You will find the download link on line 68.

  • Copy paste the download link to your browser. It should download automatically.
  • Comment line 68
  • Uncomment the line 67
  • Move the file to a location on localhost that you can access via url (I used apache2) so it ended up something like this:
    local filelink="http://127.0.0.1/illustratorCC17.tgz"

save and run the script again.

Hi Mike!! How do I move the file to the location on localhost?? This is the only part that I couldn't able to solve it and I am facing this same error: curl: (7) Failed to connect to 127.0.0.1 port 4050 after 1 ms: Connection refused error: sorry something went wrong during download illustratorCC17.tgz, I was with the Adobe Illustrator running in my Ubuntu 20.04 distro but I need to format it and now I am reinstalling it again, TYIA.

Hello, please were you able to move the file to the location on localhost? I am stuck there!

@onuralpArsln
Copy link

onuralpArsln commented May 14, 2023

you can also manually downlad mentioned here #33 (comment)

you need to move downloaded file to cache (explained in comment #33 (comment) )

@berto-dev
Copy link

https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz doesn't exist now... it's outdate.
Someone have a solution?

@barasskick
Copy link

@berto-dev go scripts folder and edit illustratorsetup.sh, go to line 68 and replace the link with "https://downloads.runebase.io/illustratorCC17.tgz "

@ilessall
Copy link

@berto-dev go scripts folder and edit illustratorsetup.sh, go to line 68 and replace the link with "https://downloads.runebase.io/illustratorCC17.tgz "

Can it be installed through PlayOnLinux?

@ilessall
Copy link

@berto-dev go scripts folder and edit illustratorsetup.sh, go to line 68 and replace the link with "https://downloads.runebase.io/illustratorCC17.tgz "

Alright, I've found the solution. Thank you!

@stefcot
Copy link

stefcot commented Dec 4, 2023

Nice one! did the trick! Bravo!

@berto-dev
Copy link

Sorry, busy with work I only read this now. I have no idea, just wanted to point it out

p.s. I use wine not playonlinux

@berto-dev go scripts folder and edit illustratorsetup.sh, go to line 68 and replace the link with "https://downloads.runebase.io/illustratorCC17.tgz "

Can it be installed through PlayOnLinux?

Sorry, busy with work I only read this now. I have no idea, just wanted to point it out
p.s. I use wine not playonlinux

@abusayam
Copy link

abusayam commented Mar 9, 2024

Guys, i found a workaround. since the problem is with the download. I figured I would be able to download it from my browser, then edit the script to use the file I previously downloaded.

So in this file: scripts/illustratorSetup.sh:68 You will find the download link on line 68.

  • Copy paste the download link to your browser. It should download automatically.
  • Comment line 68
  • Uncomment the line 67
  • Move the file to a location on localhost that you can access via url (I used apache2) so it ended up something like this:
    local filelink="http://127.0.0.1/illustratorCC17.tgz"

save and run the script again.

Great, It Worked for me. Thank you so much!
I replaced from
home/illustratorCClinux/scripts/illustratorSetup.sh ->
Line no 68 replaced by this link -> local filelink="http://127.0.0.1/illustratorCC17.tgz"
and uncommented line no. 67

I got the illustrator on Ubuntu 22.04

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

No branches or pull requests