cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
I tried setting explicit encoding in the new method, and that didn't help. Anyone know what is wrong?$text is undefined in XML::RSS::_encode(). We don't know how to handle + it! at c:/Perl64/site/lib/XML/RSS/Private/Output/Base.pm line 84. XML::RSS::Private::Output::Base::_default_encode('XML::RSS::Privat +e::Output::V1_0=HASH(0x58e7a98)', undef) called at c:/Perl64/site/lib +/XML/RSS/Private/Output/Base.pm line 76 XML::RSS::Private::Output::Base::_encode('XML::RSS::Private::Outpu +t::V1_0=HASH(0x58e7a98)', undef) called at c:/Perl64/site/lib/XML/RSS +/Private/Output/Base.pm line 853 XML::RSS::Private::Output::Base::_out_seq_items('XML::RSS::Private +::Output::V1_0=HASH(0x58e7a98)') called at c:/Perl64/site/lib/XML/RSS +/Private/Output/V1_0.pm line 83 XML::RSS::Private::Output::V1_0::_output_rss_middle('XML::RSS::Pri +vate::Output::V1_0=HASH(0x58e7a98)') called at c:/Perl64/site/lib/XML +/RSS/Private/Output/Base.pm line 1107 XML::RSS::Private::Output::Base::_render_complete_rss_output('XML: +:RSS::Private::Output::V1_0=HASH(0x58e7a98)') called at c:/Perl64/sit +e/lib/XML/RSS.pm line 488 XML::RSS::_render_complete_rss_output('XML::RSS=HASH(0x4f4ae0)', 1 +.0) called at c:/Perl64/site/lib/XML/RSS.pm line 500 XML::RSS::as_rss_1_0('XML::RSS=HASH(0x4f4ae0)') called at c:/Perl6 +4/site/lib/XML/RSS.pm line 568 XML::RSS::__ANON__[c:/Perl64/site/lib/XML/RSS.pm:568]() called at +c:/Perl64/site/lib/XML/RSS.pm line 557 XML::RSS::_output_env('XML::RSS=HASH(0x4f4ae0)', 'CODE(0x58e7de0)' +) called at c:/Perl64/site/lib/XML/RSS.pm line 569 XML::RSS::as_string('XML::RSS=HASH(0x4f4ae0)') called at c:/Perl64 +/site/lib/XML/RSS.pm line 1370
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::RSS save crashing
by boftx (Deacon) on May 10, 2015 at 22:37 UTC | |
by afoken (Chancellor) on May 11, 2015 at 09:46 UTC |