Architeuthis-Flux / Jumperless

A jumperless breadboard
Other
739 stars 36 forks source link

SSL Exception #32

Open Toube94 opened 5 days ago

Toube94 commented 5 days ago

When i try to open Jumperless.exe i recieve the following error:

grafik

I try to use the software for the board on a win pc. The error only appears if i connected with the company network which is using a firewall. If i use a mobile hotspot the software works as expected

Architeuthis-Flux commented 5 days ago

Oh that's interesting, thanks for posting the traceback!

I may have already fixed that issue by adding this line:

Screenshot 2024-06-25 at 9 28 59 AM

But I'm not actually sure if the Windows version of the packaged has that change included or not. So that could either be the problem or the fix. Schrödinger's bug.

I get back from Portland tonight so I'll have access to a PC and can package the .exe and you can let me know if that fixes things.

If you happen to have some spare time behind the firewall, it would give me a head start if you ran the Python script from Releases and let me know if the same thing happens with and without that line commented out. But it's not a big deal either way, I'll mess with it until I get something that works, after I figure out how to set up a firewall and a dummy company network, ha.

Toube94 commented 4 days ago

When i run the .py file then i recieve the following error: Traceback (most recent call last): File "...\JumperlessWokwiBridge.py", line 6, in <module> from bs4 import BeautifulSoup ModuleNotFoundError: No module named '

Architeuthis-Flux commented 4 days ago

That particular issue comes from not having the required modules installed. The requirements.txt file in the release should list all the modules needed to run it. In a way that can be read by whatever Python interpreter you're using, or just do >> pip install beautifulsoup4 and then do that for the next "no module found" error that comes up. But I will not subject you to the nightmare that is Python's dependency management / pip. I wouldn't wish having to navigate that mess on my worst enemy. Thanks for giving it a shot though.

I just got home a couple hours ago so I can look into this tomorrow morning and hopefully push a fix either tomorrow or the next day. I hope your hotspot data can hold out until then.