rokudev / sublimetext-package

The package for Sublime Text Editor
Other
14 stars 7 forks source link

Device is not responding to ECP...is it a Roku? #5

Closed techseria closed 5 years ago

techseria commented 5 years ago

Hi,

It's nice plugin for sublime, however I am facing the issue as below while I try to run the build with my device,

Sat Oct 13 14:37:44 2018 request - http://192.168.0.104:8060/ {'Accept-Encoding': 'gzip, deflate', 'Accept': '/', 'User-Agent': 'python-requests/2.7.0 CPython/3.3.6 Windows/8', 'Connection': 'keep-alive'} ERROR: Device is not responding to ECP...is it a Roku? request - http://192.168.0.104/ {'Accept-Encoding': 'gzip, deflate', 'Accept': '/', 'User-Agent': 'python-requests/2.7.0 CPython/3.3.6 Windows/8', 'Connection': 'keep-alive'} ERROR: Device server is not responding...is the developer installer enabled? {'timeout': 10}

Device is in developer mode and my network is behind proxy. Can you please guide me here?

techseria commented 5 years ago

I got it working by adding os.environ['NO_PROXY'] = 'MY_PROXY' to rokuplugin.py file and it's working like a charm. Thanks for making such a useful tools and share it to us.

Great work guys