-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Issue] v0.20 - Internet connection problems - BIM Workbench #102
Comments
That's weird... Could you try this in the Python console of FreeCAD? import urllib.request
u=urllib.request.urlopen("https://www.freecadweb.org/wiki/BIM_ingame_tutorial")
print(u.read()) It should print a lot of HTML code... Note that the tutorial can also be followed online at https://wiki.freecadweb.org/BIM_ingame_tutorial |
I had the same issue. I entered this in the console:
Got this back
|
Ok there is apparently something missing in the bundled urllib on windows, but I have no clue how to solve... import urllib.request
u=urllib.request.urlopen("http://www.freecad.org/wiki/BIM_ingame_tutorial")
print(u.read()) Maybe we could leave the https by default, but set some preference option to use http for people with problems |
It did not fix the issue:
Note, using Firefox it has some issue with the certificate too: |
I installed the BIM workbench. After that I went through the setup they recommended. Then when I wanted to go through the tutorial, it says I have to be connected to the internet, but my laptop is always connected to Wi-Fi with internet access.
The message that is displayed in the Report View panel is,
"Unable to access the tutorial. Verify that you are online (This is needed only once)."
The text was updated successfully, but these errors were encountered: