-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Error while adding gazzetta.it rss feeds #1260
Comments
There is a DOCTYPE declaration at the top of the feed, which is unusual. The parser CommaFeed is using actively blocks feeds with a DOCTYPE declaration for security reasons (see rometools/rome#203 and https://en.wikipedia.org/wiki/Billion_laughs_attack). Maybe I can remove the DOCTYPE from the XML before the parsing occurs, I'll see what I can do. In the mean time, you could contact the website to ask them to remove the DOCTYPE declaration. |
Thanks! |
I also have several that could not be imported when switching from feedly. It would be nice to have an option ignore. |
Do you get the same error as above? What are the feed urls that are not working? |
This is no longer bothering me. I was able to find the sites all had 2 feeds, one with and one without. The website parser in commafeed finds the wrong one by default, but i was able to find the 2nd feed for all these sites worked. |
I am also getting this exact error on some private GitLab EE Activity feeds, and I can't add them. I would love to have these feeds available. The feed doesn't appear to have a doctype, though.
GitLab Enterprise Edition v16.11.10-ee I was able to get an issues feed subscribed. |
I seem to able to subscribe to this URL though. Are you having a |
Nothing showing up in the logs. I am also still running v4.6.0. I've been putting off updating the config for the new Quarkus versions Yeah, I tested with some public gitlab.org projects and it works fine there. I don't know if it's specifically the EE version I'm trying to subscribe to or something else. Like I said, I was able to subscribe to the issues feed for one of the sub-projects. |
Ok...changed to DEBUG level and got some output. Maybe the way that instance is setup the feed token isn't working right, it looks like it might be redirecting to a login page for some reason and I guess THAT is what is not parsing correctly (yes...at the top of the login page:
|
Whenever I try to add a gazzetta.it feed (Like https://www.gazzetta.it/dynamic-feed/rss/section/Calcio/Serie-A.xml), it throws this error:
org.xml.sax.SAXParseException: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.
.There's a way to bypass the error? It works great in other rss reader.
Thanks!
The text was updated successfully, but these errors were encountered: