Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The zlib test fails #123

Open
bronikowski opened this issue Sep 13, 2020 · 0 comments
Open

The zlib test fails #123

bronikowski opened this issue Sep 13, 2020 · 0 comments

Comments

@bronikowski
Copy link

bronikowski commented Sep 13, 2020

I'm using HEAD version of rss2email running from clean venv. Today I noticed an error in feed.py:

elif isinstance(exc, _feedparser.zlib.error):

I went to take a look at what changed in kurtmckee/feedparser and sure enough, they released a new version.
Reverting to 6.0.0b3 via pip install feedparser==5.2.1 (last release, 5 years old) made rss2email run.

kurtmckee/feedparser@5739f66

EDIT: I just realized I'm using rss2email/rss2email repository this might be non-issue in your fork. I'm sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant