View previous topic :: View next topic |
Author |
Message |
fhazal Voice
Joined: 07 Feb 2023 Posts: 3
|
Posted: Tue Feb 14, 2023 12:33 am Post subject: Eggdrop RSS Syndication v0.4 error |
|
|
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 |
|
Back to top |
|
 |
CrazyCat Revered One

Joined: 13 Jan 2002 Posts: 1108 Location: France
|
Posted: Tue Feb 14, 2023 3:12 am Post subject: |
|
|
Find the following line and comment it:
Code: | set packages(trf) [catch {package require Trf}]; # gzip compression |
_________________ https://www.eggdrop.fr - French IRC network
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
|