10se1ucgo / DisableWinTracking

Uses some known methods that attempt to minimize tracking in Windows 10
GNU Lesser General Public License v3.0
4.97k stars 368 forks source link

Problem on start DisableWinTracking version 3.1.1 and 3.1.2 #359

Closed meshkov closed 6 years ago

meshkov commented 7 years ago

INFORMATION:

Error on DisableWinTracking version 3.1.1 and 3.1.2: image

LOG:

00:57:11 INFO: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
00:57:11 INFO: ('Windows', 'DESKTOP-B9NURL6', '10', '10.0.15063', 'AMD64', 'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel')
00:57:11 INFO: DisableWinTracking version 3.1.1
00:57:12 CRITICAL: Traceback (most recent call last):
  File "dwt.py", line 486, in <module>
  File "dwt_about.py", line 172, in update_check
NameError: global name 'URLError' is not defined
Biswa96 commented 7 years ago

Did you disable NIC when you ran this app?

AkatsukiNin commented 7 years ago

I got the same error on Win10 Pro Version 1607 OS build 14393.1715

meshkov commented 7 years ago

@Biswa96 no, i don`t disable NIC

yaseenshaik commented 6 years ago

I got this error too. Turns out you need to have internet access and an open firewall for this app to work. Huh, the irony....

barul42 commented 6 years ago

I also got the error, but when I tried to run the script from source I didn't have any issue; might be worth a try.

DeeJayhX commented 6 years ago

The reason this crash is happening (I believe) is due to a lack of an exception check if the program is unable to see if an update is available.

DeeJayhX commented 6 years ago

@meshkov @yaseenshaik it's now fixed in v3.1.3, no longer need to have an internet connection to run as the error checking is now handled properly.