damoeb / rss-proxy

RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.
https://rssproxy.migor.org
1.77k stars 109 forks source link

Error message: "Maintenance required" #46

Open Maetran opened 2 years ago

Maetran commented 2 years ago

feed could not be parsed correctly

webpage: https://www.heise.de

config: image

clicking this article: image

error: https://rssproxy.migor.org/?reason=Unable to make field private final byte[] java.lang.String.value accessible: module java.base does not "opens java.lang" to unnamed module @531be3c5&url=https%3A%2F%2Fwww.heise.de 2022-07-12T13:09:15-+0000

Unable to make field private final byte[] java.lang.String.value accessible: module java.base does not "opens java.lang" to unnamed module @531be3c5

reproduceable greets m

radiochild577 commented 2 years ago

Getting the same issue here for many sites on both my local version and at rssproxy.migor.org

luckyankit commented 2 years ago

Same issue here as well.

QazCetelic commented 1 year ago

Same issue here too

bobJzcK commented 1 year ago

Same issue for me

damoeb commented 1 year ago

I know there are a lot of issues, with this prototype. I will want to add a compatibility layer in the successor project https://github.com/damoeb/feedless (which is used as the backend) for the old stateless urls, but I am not sure yet if I want to maintain rss-proxy as an alternative UI to feedless.

damoeb commented 1 year ago

I released a new version, which gets rid of all these bugs, also maintenance messages in the feed are opt-in, by passing debug=true as a query param. There is a checkbox in the ui.