RE: [Zope] problem with RSS
From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of HERITIER Damien
I use zope 2.7 and plone 2.0 And I can't read the rss file I tested different product : RSSChannel, ZExternal, RSSSummary. And all the time I have the same error : IOError [Errno socket error] (10061, 'Connection refused')
I think, python use a port to real this rss, and my firewall block it. So do you know which one ?
I have had this happen to me - access to the rss file required a login and the rss reader was unable to cope with it. Now just *why* it required a login when I had set all the permissions I could find to "anonymous" and the state to "published" I never figured out. An apparently identical setup on another machine did not have this problem. So a mystery remains ... Cheers, Tom P
Passin, Tom wrote at 2004-6-2 10:59 -0400:
From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of HERITIER Damien
I use zope 2.7 and plone 2.0 And I can't read the rss file I tested different product : RSSChannel, ZExternal, RSSSummary. And all the time I have the same error : IOError [Errno socket error] (10061, 'Connection refused')
This means: no server listening at port 10061. -- Dieter
----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Passin, Tom" <tpassin@mitretek.org> Cc: <zope@zope.org>; "HERITIER Damien" <HERITIDA@london.cic.fr> Sent: Wednesday, June 02, 2004 5:59 PM Subject: RE: [Zope] problem with RSS
Passin, Tom wrote at 2004-6-2 10:59 -0400:
From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of HERITIER Damien
I use zope 2.7 and plone 2.0 And I can't read the rss file I tested different product : RSSChannel, ZExternal, RSSSummary. And all the time I have the same error : IOError [Errno socket error] (10061, 'Connection refused')
This means: no server listening at port 10061.
No, this indicates a time-out due possibly to no server listening on whatever port you're trying (say 80 for instance), or to firewall blockage, or even a router that doesn't adhere to current TCP/IP standards (e.g., your TCP/IP implementation uses congestion control bits in its headers but some intermediate router's firmware hasn't been updated to handle them).
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Dieter Maurer -
Norm Petterson -
Passin, Tom