Page 1 of 1

RSS feed 403

Posted: Tue Oct 24, 2017 3:23 pm
by vespino
I have created a simple PHP script that calls the RSS feed dynamically so it shows me only movies from "this year" minus 1. This has always worked great, but since this morning I'm getting a 403 error. Did anything change? Is my IP banned?

Code: Select all

<?php echo file_get_contents('https://www.opensubtitles.org/en/search/sublanguageid-dut/searchonlymovies-on/movieyearsign-5/movieyear-'.(date('Y')-1).'/subadddate-2/subformat-srt/rss_2_00/'); ?>

Re: RSS feed 403

Posted: Tue Oct 24, 2017 9:28 pm
by oss
it works for me:

https://www.opensubtitles.org/en/search ... t/rss_2_00

sometimes site is overloaded, so have to retry later

Re: RSS feed 403

Posted: Tue Oct 24, 2017 10:58 pm
by vespino
I didn't say the RSS feed does not work, I said my server could not read from it and I'm getting a 403 error.

Re: RSS feed 403

Posted: Wed Oct 25, 2017 7:22 am
by oss
I didn't say the RSS feed does not work => so then it works, so all is good. No need to ask if something is working.

Now, it is working on your computer ? Yes ? Then problem is on your server.
Is your server IP banned ? We dont know your server IP (but nope, it is not banned for RSS)