fedora-infra / anitya

A cross-distribution upstream release monitoring project
https://release-monitoring.org
GNU General Public License v2.0
244 stars 104 forks source link

release-monitoring for libfilezilla and filezilla has stopped working. #1687

Open limburgher opened 10 months ago

limburgher commented 10 months ago

Nothing in the config seems to have changed, and the regex seems to work.

Zlopez commented 10 months ago

For the record, these are the project in release-monitoring.org libfilezilla and filezilla.

I quickly checked and both of them are using folder backend. So the issue is probably somewhere in the regex as it's trying to match it against default value for folder backend, which doesn't work.

The solution would be to either change the regex used by Anitya globally or change the default regex for folder backend. I prefer the second solution as this will not affect any other backend.

Zlopez commented 10 months ago

I was looking at it a little bit more today and it seems that anitya is probably blocked by the filezilla-project.org domain as even the simple regex doesn't go through. :-/

And this happens if I try to curl the page directly from the machine where release-monitoring.org is hosted

sh-5.2$ curl https://lib.filezilla-project.org/download.php
curl: (7) Failed to connect to lib.filezilla-project.org port 443 after 97 ms: Couldn't connect to server

So this seems like we need to ask them to allow release-monitoring access again.

limburgher commented 10 months ago

I've emailed, let's see what they say.

romulasry commented 6 months ago

Any update?