On Feb 26, saruke kun <[email protected]> wrote: > With the example script on http://imdbpy.sourceforge.net/index.php?page=docs, > the following problem with proxy occurs
It's not a problem with proxies; I never noticed that IMDbPY (since... always) sent 2 'User-agent' http headers; recently the IMDb server changed its behaviour from: - _accept_ the request if there's any _valid_ User-agent header. to that: - _refuse_ connection if there's any _not valid_ User-agent header. The fix is in the SVN; see: http://groups.google.com/group/imdbpy-users/browse_thread/thread/df785dc52ccdd3c5 -- Davide Alberani <[email protected]> [GPG KeyID: 0x465BFD47] http://www.mimante.net/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Imdbpy-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/imdbpy-help
