Hi all, I'm trying to call wikimedia api whithout success. Everything works fine until today. I could call api and get results.
From today, when I call the api, it keep loading without return any result.
I checked here https://en.wikipedia.org/w/api.php?action=spamblacklist&url=http://freet... to see if the url is banned but everything seems ok.
Is there another way to check if my ip is banned?
Best, Luca
-- JUST A SECOND TENTATIVE TO UNDERSTAND IF YOU HAVE RECEIVED THIS EMAIL -- -- I DON'T KNOW IF I NEED TO WAIT FOR AN OPT IN TO WRITE TO THE LIST --
Hi all, I'm trying to call wikimedia api whithout success. Everything works fine until today. I could call api and get results.
From today, when I call the api, it keep loading without return any result.
I checked here https://en.wikipedia.org/w/api.php?action=spamblacklist&url=http://freet... to see if the url is banned but everything seems ok.
Is there another way to check if my ip is banned?
Best, Luca
We received your email, how are you connecting, what User Agent are you using? and what error message are you getting?
On Fri, Jun 24, 2016 at 3:19 PM, Luca Libonati luca.libonati@gmail.com wrote:
-- JUST A SECOND TENTATIVE TO UNDERSTAND IF YOU HAVE RECEIVED THIS EMAIL -- -- I DON'T KNOW IF I NEED TO WAIT FOR AN OPT IN TO WRITE TO THE LIST --
Hi all, I'm trying to call wikimedia api whithout success. Everything works fine until today. I could call api and get results. From today, when I call the api, it keep loading without return any result.
I checked here https://en.wikipedia.org/w/api.php?action=spamblacklist&url=http://freet... to see if the url is banned but everything seems ok.
Is there another way to check if my ip is banned?
Best, Luca
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Thank you! I'm sorry for the second email.
I use as User agent this line of php: curl_setopt($ch, CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']);
Now it seems the block is gone. Did you do something on your side? There is something I can do to avoid this issue again?
Thank you Luca
2016-06-24 21:27 GMT+02:00 Betacommand Betacommand@gmail.com:
We received your email, how are you connecting, what User Agent are you using? and what error message are you getting?
On Fri, Jun 24, 2016 at 3:19 PM, Luca Libonati luca.libonati@gmail.com wrote:
-- JUST A SECOND TENTATIVE TO UNDERSTAND IF YOU HAVE RECEIVED THIS EMAIL
-- I DON'T KNOW IF I NEED TO WAIT FOR AN OPT IN TO WRITE TO THE LIST --
Hi all, I'm trying to call wikimedia api whithout success. Everything works fine until today. I could call api and get results. From today, when I call the api, it keep loading without return any result.
I checked here https://en.wikipedia.org/w/api.php?action=spamblacklist&url=http://freet... to see if the url is banned but everything seems ok.
Is there another way to check if my ip is banned?
Best, Luca
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Sorry for spam. My vps provider says they blocked the script. Now it works. Thank you really for your help! Luca
2016-06-24 21:35 GMT+02:00 Luca Libonati luca.libonati@gmail.com:
Thank you! I'm sorry for the second email.
I use as User agent this line of php: curl_setopt($ch, CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']);
Now it seems the block is gone. Did you do something on your side? There is something I can do to avoid this issue again?
Thank you Luca
2016-06-24 21:27 GMT+02:00 Betacommand Betacommand@gmail.com:
We received your email, how are you connecting, what User Agent are you using? and what error message are you getting?
On Fri, Jun 24, 2016 at 3:19 PM, Luca Libonati luca.libonati@gmail.com wrote:
-- JUST A SECOND TENTATIVE TO UNDERSTAND IF YOU HAVE RECEIVED THIS EMAIL
-- I DON'T KNOW IF I NEED TO WAIT FOR AN OPT IN TO WRITE TO THE LIST --
Hi all, I'm trying to call wikimedia api whithout success. Everything works fine until today. I could call api and get results. From today, when I call the api, it keep loading without return any result.
I checked here https://en.wikipedia.org/w/api.php?action=spamblacklist&url=http://freet... to see if the url is banned but everything seems ok.
Is there another way to check if my ip is banned?
Best, Luca
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
On 24/06/16 21:35, Luca Libonati wrote:
Thank you! I'm sorry for the second email.
I use as User agent this line of php: curl_setopt($ch, CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']);
Now it seems the block is gone. Did you do something on your side? There is something I can do to avoid this issue again?
Thank you Luca
You should use an user agent identifying your script, not the user agent of whoever is visiting your page…
ok. I change it with a custom one. Have used this founding it on some script online. Thank you again! Luca
2016-06-24 21:47 GMT+02:00 Platonides platonides@gmail.com:
On 24/06/16 21:35, Luca Libonati wrote:
Thank you! I'm sorry for the second email.
I use as User agent this line of php: curl_setopt($ch, CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']);
Now it seems the block is gone. Did you do something on your side? There is something I can do to avoid this issue again?
Thank you Luca
You should use an user agent identifying your script, not the user agent of whoever is visiting your page…
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
mediawiki-api@lists.wikimedia.org