ahasverus / radiofrance

:package: Retrieve Radio France podcasts metadata and mp3 links
https://ahasverus.github.io/radiofrance
Other
0 stars 0 forks source link

gnutls_handshake() failed #2

Open guiaum opened 1 month ago

guiaum commented 1 month ago

Hi, thanks a lot for this great tool and database, the new RSS policy from Radio France made me really sad... Thanks for the already generated .csv you shared, I've been able to download a lot of old podcasts I'm now happy to listen to offline. But I can't grab new ones, and I don't understand if this is some kind of new settings on radiofrance servers, or from my setup.

For example:

> podcast_name <- "la-science-cqfd"
> tab <- get_metadata(podcast_name, radio = "franceculture")
gnutls_handshake() failed: Décryptage échoué.
De plus : Message d'avis :
Dans for (i in seq_along(.x)) { :
  fermeture de la connexion inutilisée 3 (https://www.radiofrance.fr/franceculture/podcasts/la-science-cqfd?p=6)

I tried several times, and I had to cancel the command because it was kind of stucked (no error, no warning, but no prompt). So maybe my IP is now filtered... But I've never been able to generate my own csv.

Debian 12, R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and Trusting", Platform: x86_64-pc-linux-gnu (64-bit)

Thanks again for sharing your work, Regards

ahasverus commented 1 week ago

Hi @guiaum,

Thanks for using this project! I have just fixed several bugs linked to changes in Radio France Websites. It's not perfect but it is working now (for how long?).

I didn't have your issue (I am on Linux too) so it's difficult to debug you. Maybe with this patch will solve your problem.

Note that it's difficult to maintain this project: it scraps the Radio France websites but developers frequently change the CSS.

Cheers