microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
472 stars 156 forks source link

urllib.error.URLError: <urlopen error [WinError 10061] while running recorder_console.py #90

Open cyrineee opened 5 years ago

pablospe commented 5 years ago

I think I have a similar problem in linux, I solved with this, perhaps it helps:

https://github.com/pablospe/HoloLensForCV/commit/4b2bcc7ee9a4375728782d305062b68aa5048f3d

try:
    from urllib.request import urlopen
except ImportError:
    from urllib2 import urlopen
cyrineee commented 5 years ago

@pablospe Thanks for the suggestion but when i make these changes i get this error : Traceback (most recent call last): File "recorder_console.py", line 678, in main() File "recorder_console.py", line 602, in main args.dev_portal_password) File "recorder_console.py", line 79, in connect password_manager = urllib.request.HTTPPasswordMgrWithDefaultRealm() NameError: name 'urllib' is not defined

cyrineee commented 5 years ago

i have now these error if u have an idea recorder