instagram-user-feed icon indicating copy to clipboard operation
instagram-user-feed copied to clipboard

Login error

Open bugbaal opened this issue 9 months ago • 8 comments

Version(s) affected: 6.16.4

Description
Login error

How to reproduce $client = new Client ([ 'proxy' => [ "http" => "my_proxy" ], ]);
$cachePool = new FilesystemAdapter('instagram', 0, DIR . '/cache/' ); $api = new Api($cachePool, $client); $api->login( $insta_username, $insta_password );

The login generate an Instagram Exception: "Unable to extract JSON data"

Any help is appreciated. Thanks

bugbaal avatar Sep 12 '23 14:09 bugbaal