Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Get Boards Return Empty #518

@flameblue59

Description

@flameblue59

Hi, I have problem while retreiving boards. Last time it works fine but suddenly just got empty board list. So, I cannot get board Id to post it.

I do into this following way

$bot = PinterestBot::create();
$result = $bot->auth->login($account['email'], $account['password']);
// add proxy
if(ISSET($account['proxyId'])) {
	$bot->getHttpClient()->useProxy($ip, $port);
}
if ($bot->user->isBanned()) {
	return array('status'=>'failed','notification'=>'Banned');
}
if (!$result) {
	return array('status'=>'failed','notification'=>'Login failed');
}
$boards = $bot->boards->forUser($account['username']); //got empty result

I tried to var_dump and here is the result
array(0) { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions