Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Web

http://zope.org/news.rss

 

 

Zope web RSS feed   Index | Next | Previous | View Threaded


chris at simplistix

Jan 28, 2005, 1:46 AM

Post #1 of 11 (3171 views)
Permalink
http://zope.org/news.rss

...is broken.

Gives a nice unicode error :-(

Any idea why?

Chris

--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


michael at d2m

Jan 28, 2005, 2:33 AM

Post #2 of 11 (3050 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Chris Withers wrote:

> ...is broken.
>
> Gives a nice unicode error :-(
>
> Any idea why?
>

Always the same story:

Traceback (innermost last):
Module ZPublisher.Publish, line 98, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Shared.DC.Scripts.Bindings, line 252, in __call__
Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec
Module Products.PageTemplates.ZopePageTemplate, line 228, in _exec
Module Products.PageTemplates.PageTemplate, line 96, in pt_render
- <ZopePageTemplate at /zopeorg/news.rss>
Module StringIO, line 191, in getvalue
UnicodeError: ASCII decoding error: ordinal not in range(128)

Offending object is one of these:
http://zope.org/Members/nuxeo/news/cps-support-job
http://zope.org/Members/ats/ZopeDevelopersCampInJapan2005Winter
http://zope.org/Members/redcor_ag/ploneworkshop1
http://zope.org/Members/nuxeo/news/cps-3.2.4-released
http://zope.org/Members/nuxeo/news/zope3-five-cms-sprint

What is funny aside is, that http://zope.org/News/ works ok
It takes the values from portal_catalog instead from the object.

Michael

--
http://zope.org/Members/d2m
http://planetzope.org

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


michael at d2m

Jan 28, 2005, 3:57 AM

Post #3 of 11 (3059 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Michael Haubenwallner wrote:
> UnicodeError: ASCII decoding error: ordinal not in range(128)
>
> Offending object is one of these:
> http://zope.org/Members/nuxeo/news/cps-support-job
> http://zope.org/Members/ats/ZopeDevelopersCampInJapan2005Winter
> http://zope.org/Members/redcor_ag/ploneworkshop1
> http://zope.org/Members/nuxeo/news/cps-3.2.4-released
> http://zope.org/Members/nuxeo/news/zope3-five-cms-sprint
>

fyi: i now reject these objects until i find the rss-feed working again

--
http://zope.org/Members/d2m
http://planetzope.org

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


michael at d2m

Jan 28, 2005, 4:09 AM

Post #4 of 11 (3059 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Michael Haubenwallner wrote:

> Michael Haubenwallner wrote:
>
>> UnicodeError: ASCII decoding error: ordinal not in range(128)
>>
>> Offending object is one of these:
>> http://zope.org/Members/nuxeo/news/cps-support-job
>> http://zope.org/Members/ats/ZopeDevelopersCampInJapan2005Winter
>> http://zope.org/Members/redcor_ag/ploneworkshop1
>> http://zope.org/Members/nuxeo/news/cps-3.2.4-released
>> http://zope.org/Members/nuxeo/news/zope3-five-cms-sprint
>>
>
> fyi: i now reject these objects until i find the rss-feed working again
>

resolved: its been
http://zope.org/Members/redcor_ag/ploneworkshop1

i'll contact the member

--
http://zope.org/Members/d2m
http://planetzope.org

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


jens at dataflake

Jan 28, 2005, 4:42 AM

Post #5 of 11 (3040 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

On Jan 28, 2005, at 13:09, Michael Haubenwallner wrote:
> resolved: its been
> http://zope.org/Members/redcor_ag/ploneworkshop1
>
> i'll contact the member

Umlauts in body text and title...

jens

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


chris at simplistix

Jan 28, 2005, 12:00 PM

Post #6 of 11 (3055 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Jens Vagelpohl wrote:
>> i'll contact the member
>
> Umlauts in body text and title...

Should that really break a site-wide news feed?!

Chris

--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


jens at dataflake

Jan 28, 2005, 12:04 PM

Post #7 of 11 (3072 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

On Jan 28, 2005, at 21:00, Chris Withers wrote:

> Jens Vagelpohl wrote:
>>> i'll contact the member
>> Umlauts in body text and title...
>
> Should that really break a site-wide news feed?!

I'm sure it can, somehow...

jens

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


chris at simplistix

Jan 31, 2005, 2:43 AM

Post #8 of 11 (3023 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Jens Vagelpohl wrote:

>> Should that really break a site-wide news feed?!
>
> I'm sure it can, somehow...

That's not an answer to the question I asked ;-)

Why is the news feed coded such that a badly formed news item can break it?

Chris

--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


jens at dataflake

Jan 31, 2005, 2:50 AM

Post #9 of 11 (3036 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

On Jan 31, 2005, at 11:43, Chris Withers wrote:

> Jens Vagelpohl wrote:
>
>>> Should that really break a site-wide news feed?!
>> I'm sure it can, somehow...
>
> That's not an answer to the question I asked ;-)
>
> Why is the news feed coded such that a badly formed news item can
> break it?

What do I know? I didn't code it.

jens

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


chris at simplistix

Feb 1, 2005, 2:53 AM

Post #10 of 11 (3021 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

Jens Vagelpohl wrote:
>> Why is the news feed coded such that a badly formed news item can
>> break it?
>
> What do I know? I didn't code it.

hehe, I didn't aim tha tquestion only at you ;-)

hopefully we can fix this and so much more soon...

Chris

--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


jens at dataflake

Feb 1, 2005, 3:04 AM

Post #11 of 11 (3019 views)
Permalink
Re: http://zope.org/news.rss [In reply to]

On Feb 1, 2005, at 11:53, Chris Withers wrote:

> Jens Vagelpohl wrote:
>>> Why is the news feed coded such that a badly formed news item can
>>> break it?
>> What do I know? I didn't code it.
>
> hehe, I didn't aim tha tquestion only at you ;-)

If that's the goal then please don't CC me. I get the mail from the
list, one copy is plenty.

jens

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web

Zope web RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.