http proxy: unable to connect to internet
#1
Sad 
All attempts to connect to internet over proxy fail.

I tried two methods:
1. SYSTEM->NETWORK-INTERNET->use http proxy <X>
Server:http://my-proxy.com
Port: 8080

2. starting from cmd.exe and setting: SET http_proxy=http://my-proxy.com:8080 before XBMC start
("use proxy" was untagged in XBMC setting in this case)

xbmc.log show up:
Quote:14:49:08 T:54452 M:898596864 DEBUG: FileCurl::Open(054CFCA8) http://xoap.weather.com/weather/local/GM...145f208494
14:49:08 T:54452 M:898371584 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://xoap.weather.com
14:49:08 T:55200 M:898355200 DEBUG: FileCurl::Open(08BAFCB8) http://feeds.feedburner.com/xbmc
14:49:08 T:55200 M:898314240 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://feeds.feedburner.com
14:49:08 T:54452 M:898310144 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 6
14:49:08 T:54452 M:898310144 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
14:49:08 T:54452 M:898310144 DEBUG: FileCurl::Close(054CFCA8) http://xoap.weather.com/weather/local/GM...145f208494
14:49:08 T:54452 M:898310144 ERROR: WEATHER: Weather download failed!

No method works over my proxy. All attempts to access URLs beyound proxy result in similar error entries.

However, trying ENV http_proxy enables Python to successful connect:
Quote:Python 3.1.3 (r313:86834, Nov 27 2010, 17:20:37) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib.request
>>> f=urllib.request.urlopen('http://www.web.de')
>>>
works without errors when using correct ENV http_proxy (and fails without)

My XBMC is:
Quote:14:49:01 T:53848 M:940879872 NOTICE: Starting XBMC, Platform: Windows 7, 64-bit (WoW) build 7600. Built on Dec 17 2010 (SVN:35647, compiler 1500)
14:49:01 T:53848 M:940879872 NOTICE: Intel® Core™ i7 CPU Q 720 @ 1.60GHz
14:49:01 T:53848 M:940879872 NOTICE: Desktop Resolution: 1280x1024 32Bit at 60Hz
14:49:01 T:53848 M:940879872 NOTICE: Running with restricted rights
14:49:01 T:53848 M:940879872 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC

any help very much appreciated,
Joachim
Reply

Logout Mark Read Team Forum Stats Members Help
http proxy: unable to connect to internet0