You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ urlwatch --test-filter 29
Traceback (most recent call last):
File "/home/yuis/.local/bin/urlwatch", line 111, in <module>
urlwatch_command.run()
File "/home/yuis/.local/lib/python3.6/site-packages/urlwatch/command.py", line 293, in run
self.handle_actions()
File "/home/yuis/.local/lib/python3.6/site-packages/urlwatch/command.py", line 179, in handle_actions
sys.exit(self.test_filter())
File "/home/yuis/.local/lib/python3.6/site-packages/urlwatch/command.py", line 133, in test_filter
raise job_state.exception
File "/home/yuis/.local/lib/python3.6/site-packages/urlwatch/handler.py", line 90, in process
filter_kind, subfilter = key, item[key]
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
The following gives me a result successfully:
When I add
html2text
in the chain, it starts to give me an error:The text was updated successfully, but these errors were encountered: