-
Notifications
You must be signed in to change notification settings - Fork 27
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
Some feeds appear as invalid in Feedzy while they are valid #880
Comments
I have reported it here https://wordpress.org/support/topic/this-source-has-invalid-urls/#post-17399998 about similar issues for me. The following fail for me:
|
@vytisbulkevicius, this one is pretty weird. I spent some time debugging the plugin and found no issue. The actual issue is the WordPress SimplePie lib. Not all websites are reachable to it. So, the error was given. Problematic links: To ensure we are not just unlucky, I checked with other plugins and got the same result: the WP lib can not fetch the data. Since the plugin invalidates the whole process, working URLs like ℹ️ I suspect that those problematic links might have a filter blocking WordPress access. It might be a protection anti-bot. One improvement we can make regarding this issue is to display better errors to highlight non-working links better. |
Thank you for the investigation @Soare-Robert-Daniel. I see other plugins don't have a more specific error message but it would make sense to modify the message. In New Import: From:
To:
In block usage: From:
To:
When creating a category: From:
To:
IMO, it's irritating when you try to save it and only get information that the feed is invalid while you know it's valid. |
Description
These feeds show up as invalid if you try to save them in Feedzy import:
https://www.osha.gov/laws-regs/federalregisters.xml
https://www.usnews.com/rss/the-report
These feeds are valid from what I see, they can be checked on SimplePie as well:
https://simplepie.org/demo/?feed=https%3A%2F%2Fwww.usnews.com%2Frss%2Fthe-report
https://simplepie.org/demo/?feed=https%3A%2F%2Fwww.osha.gov%2Flaws-regs%2Ffederalregisters.xml
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet or Help Scout ticket
No response
Environment info
No response
Is the issue you are reporting a regression
No
The text was updated successfully, but these errors were encountered: