google-code-export / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
1 stars 0 forks source link

Music proxy enabled disturbs other plugins in Mediaportal #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install a plugin that uses an Internet connection (Spotifier/OnlineVideos 
etc.)
2. Use Spotifier search
3. Install Fan Art handler
4. Use Spotifier search

What is the expected output? What do you see instead?
Expected: Search results
Actual: Error message that search failed, Spotifier.log saying that connecting 
10.2.18.89:8002 failed

What sversion of the Fanart Handler plugin are you using?
1.9.3765.39381

What skin and version of the skin are you using?
StreamedMP

Please provide any additional information below.

I also found this OnlineVideos discussion: 
http://forum.team-mediaportal.com/onlinevideos-244/error-getting-site-overview-r
esolved-81440/

Original issue reported on code.google.com by seko...@gmail.com on 20 Jul 2010 at 4:51

GoogleCodeExporter commented 9 years ago

In Scraper.cs

43: WebRequest.DefaultWebProxy = proxy;

instead this should be

43: objRequest.Proxy = proxy;

Original comment by seko...@gmail.com on 20 Jul 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Same thing on line 349

Original comment by seko...@gmail.com on 20 Jul 2010 at 5:09

GoogleCodeExporter commented 9 years ago
Hi,

I haven't commited the source since v1.9. Current version released since a 
couple of month have the code you suggests. But thank you anyway.

best regards
cul8er

Original comment by markus_e...@telia.com on 23 Jul 2010 at 9:06