This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop RSS Syndication v0.4 error

Support & discussion of released scripts, and announcements of new releases.
Post Reply
f
fhazal
Voice
Posts: 3
Joined: Tue Feb 07, 2023 3:17 pm

Eggdrop RSS Syndication v0.4 error

Post by fhazal »

i receive this error when adding rss from IPB Forum :

RSS Error: Unable to decompress "https://mywebsite/v1/rss/2-eggdrop-feed.xml": zlib error (decompressor): invalid stored block lengths

RSS Error: Unable to decompress "https://mywebsite/v1/rss/2-eggdrop-feed.xml": zlib error (decompressor): invalid stored block lengths

is the .db file will automatically create by the tcl or i need to create the .db files?

can someone help me fix this tcl? it's working good with wordpress and phpbb3 rss only can't make it work IPB forum.

files : http://tclarchive.org/search.php?id=1235
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Find the following line and comment it:

Code: Select all

set packages(trf) [catch {package require Trf}]; # gzip compression
Post Reply