-
Notifications
You must be signed in to change notification settings - Fork 34
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
TypeError with xpath and/or tags filter #193
Comments
The index can only be an int value. Did you have the old All-items xpath branch before? I moved it to it's own experimental filter ages ago but never added it to the tags filter. |
To get the all items to work with tags you would need to modify:
|
Perhaps that was it. I made the edit you suggested. Now I am getting a lot of these: Error: E_WARNING (2)
Error: E_WARNING (2)
Error: E_WARNING (2)
Error: E_WARNING (2)
Error: E_WARNING (2)
Error: E_WARNING (2)
|
Ok there is one bug here that's been missed and I also need to just bite the bullet and merge the "all" index code into the xpath filter. Might as well improve the tags filter to handle an array as well. |
I've started work on the all-tags branch |
Returning to this, I am seeing another TypeError related to tag arrays. I'm still using the master branch. Details below. For the time being I have removed all the tag stuff from my config.
The config producing this is:
|
Expected Behavior
Extract tags from article page
Current Behavior
Error
Steps to Reproduce
I finally got around to updating to the latest feediron, and found the following config no longer works.
Failure Logs
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
see above, unless more is needed
The text was updated successfully, but these errors were encountered: