On Mon, Dec 31, 2012 at 11:33 PM, Ian Havelock
<havelock.need...@gmail.com> wrote:
>
> My code is available on Github at https://github.com/Morrolan/KevinBacon

Nice! :-)
I'll add it to the list of IMDbPY-based projects, if it's ok for you.

> So far I have been unable to determine what is causing the issue

Basically, the web server didn't contains the charset of the served page (except
for results... who knows why...), so we have to rely on the http-equiv
Content-Type
meta header of the served html.
But we searched for it only on the first 512 bytes of the page; that
was ok until
the page has grown too much. :-P
I've removed the limit, and now the repository version works as expected.

Thanks for the report!


--
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to