Open policemal opened 3 years ago
I have that same problem
I also had a problem with the login method a few days ago.
Method returns: [error] => Array ( [status] => failure [http_status] => 429 [code] => 9 [message] => We could not complete that request. [message_detail] => Sorry! Your request could not be completed. [api_error_code] => 9 )
I am getting same issue when trying to connect a new account
"Sorry! Your request could not be completed."
Is there any solution to this?
I also getting same error message?
Is it due to Pinterest integrated with reCaptcha? Any fixes available?
Thank you.
I converted my PHP script to python and use py3pin (new fixes with selenium/chrome webdriver) and now able to create pins again! Thanks.
Same here. Very interesting, I have two Pinterest, one is working, one is not working. Both use the same code, in the same server.
@murattikil (murat bey 6 farklı hesapla denedim çalışmıyor)
I tried with 6 different accounts, it doesn't work
same problem
Has anyone found solution to this for PHP?
my previously running codes are not working #442
I encountered an issue with the following code:
php use seregazhuk\PinterestBot\Factories\PinterestBot; $bot = PinterestBot::create(); $bot->auth->login($UserMail, $UserPassword);
Library version: v5.9.1 PHP version: 7.3.11 I'm getting an error
Fatal error: Uncaught seregazhuk\PinterestBot\Exceptions\AuthRequired: Error calling seregazhuk\PinterestBot\Api\Providers\User::isBanned method. You must log in before. in C:\xampp\htdocs\sil\vendor\seregazhuk\pinterest-bot\src\Api\Providers\Core\ProviderWrapper.php:66 Stack trace: #0 C:\xampp\htdocs\sil\vendor\seregazhuk\pinterest-bot\src\Api\Providers\Core\ProviderWrapper.php(42): seregazhuk\PinterestBot\Api\Providers\Core\ProviderWrapper->checkMethodForLoginRequired('isBanned') #1 C:\xampp\htdocs\sil\pin.php(19): seregazhuk\PinterestBot\Api\Providers\Core\ProviderWrapper->__call('isBanned', Array) #2 {main} thrown in C:\xampp\htdocs\sil\vendor\seregazhuk\pinterest-bot\src\Api\Providers\Core\ProviderWrapper.php on line 66
Thanks for your help