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

AttributeError: module 'html2text' has no attribute 'unescape' #116

Open
l29ah opened this issue Nov 23, 2019 · 2 comments
Open

AttributeError: module 'html2text' has no attribute 'unescape' #116

l29ah opened this issue Nov 23, 2019 · 2 comments

Comments

@l29ah
Copy link

l29ah commented Nov 23, 2019

Traceback (most recent call last):
  File "/home/l29ah/rss2email/rss2email/r2e", line 5, in <module>
    rss2email.main.run()
  File "/home/l29ah/rss2email/rss2email/rss2email/main.py", line 163, in run
    args.func(feeds=feeds, args=args)
  File "/home/l29ah/rss2email/rss2email/rss2email/command.py", line 62, in run
    feed.run(send=args.send)
  File "/home/l29ah/rss2email/rss2email/rss2email/feed.py", line 842, in run
    for (guid, id_, sender, message) in self._process(parsed):
  File "/home/l29ah/rss2email/rss2email/rss2email/feed.py", line 357, in _process
    processed = self._process_entry(parsed=parsed, entry=entry)
  File "/home/l29ah/rss2email/rss2email/rss2email/feed.py", line 462, in _process_entry
    sender = self._get_entry_email(parsed=parsed, entry=entry)
  File "/home/l29ah/rss2email/rss2email/rss2email/feed.py", line 652, in _get_entry_email
    name = self._get_entry_name(parsed=parsed, entry=entry)
  File "/home/l29ah/rss2email/rss2email/rss2email/feed.py", line 602, in _get_entry_name
    return _html2text.unescape(name)
AttributeError: module 'html2text' has no attribute 'unescape'
@l29ah
Copy link
Author

l29ah commented Jan 2, 2020

@Ekleog
Copy link

Ekleog commented Sep 11, 2020

Hello,

This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .

If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?

Cheers,
Leo

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

2 participants