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

Network Error when trying to retrieve https://files.pharo.org/get-files/50/pharo-win-stable.zip #219

Open
trosel opened this issue Jul 19, 2018 · 9 comments

Comments

@trosel
Copy link

trosel commented Jul 19, 2018

image

It downloaded fine, but this issue came up when I tried to launch it. I'm on Windows 10.

@VincentBlondeau
Copy link
Contributor

The issue is when downloading the VM. Do you know if you are behind a firewall? using an antivirus?

@trosel
Copy link
Author

trosel commented Jul 22, 2018

I just tried disabling my VPN and that didn't help.

Then I tried allowing this app through my firewall on windows, but the app didn't show up as an option to even allow or disallow.

I'm stumped.

@VincentBlondeau
Copy link
Contributor

Could you try:
PhLDownloadManager new download: 'https://files.pharo.org/get-files/50/pharo-win-stable.zip' toFile: 'c:\temp\50-x86.zip' asFileReference ? and serialize the stack on error (cf image)?
image

@trosel
Copy link
Author

trosel commented Jul 23, 2018

Sorry @VincentBlondeau I'm not familiar with your screenshot. Do you want me to run that code in an existing VM? I don't have one because I only just started PharoLauncher.

Although, I've only tried to get Pharo 5.0 so far. I could try 6 or 7 instead.

@VincentBlondeau
Copy link
Contributor

Ohh Yes excuse me. Here is the detail:

  • Press Shift + Enter to show to sptter and write "Playground"
  • Select the first choice (or press enter). You should have a small window that appears
  • Copy paste the code in the previous comment in it and execute it (you may change the path name however or create the c:/temp folder)
  • Then you should get a debugger with your error, click on the small button on the right of Through (like on the picture) and select Fuel out Stack
  • A file should be created in the location of our image, add it in this thread

HTH

@trosel
Copy link
Author

trosel commented Jul 26, 2018

Weird, Running the code like you said just worked correctly. But now after I did that, when I try to launch an image it always says that the Pharo image is corrupted.

@VincentBlondeau
Copy link
Contributor

Even if you execute it directly without using the Pharo Launcher?

@trosel
Copy link
Author

trosel commented Jul 28, 2018

@VincentBlondeau really sorry, but I don't know how to execute it directly. I assume the issue is indeed with the Launcher. Am I the only person using Pharo Launcher on Windows?

@jecisc
Copy link
Member

jecisc commented Jul 28, 2018

Vincent and myself are using it successfully on Windows 7 and 10.

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

3 participants