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

Fail #331

Closed ci70 closed 6 years ago

ci70 commented 7 years ago

04:04:32 INFO: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32 04:04:32 INFO: ('Windows', 'DESKTOP-919LHMH', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 15 Stepping 11, GenuineIntel') 04:04:32 INFO: DisableWinTracking version 3.1.2 04:04:34 CRITICAL: Traceback (most recent call last): File "dwt.py", line 486, in File "dwt_about.py", line 172, in update_check NameError: global name 'URLError' is not defined

sjug commented 7 years ago

Getting the same issue

DeeJayhX commented 6 years ago

This happens when you don't have an internet connection (or dwt is denied from using it) because the error checking was broken. 3.1.3 no longer has this issue.