Ne-Lexa / google-play-scraper

PHP scraper to get data from Google Play
MIT License
78 stars 38 forks source link

ERROR: InvalidArgumentException: Developer id cannot be null or empty #15

Closed kobyle69 closed 2 years ago

kobyle69 commented 2 years ago
$gplay = new GPlayApps();
$appInfo = $gplay->search('Apar Games', 500);
var_dump($appInfo);

Error:

InvalidArgumentException: Developer id cannot be null or empty. Solution: $developerBuilder->setId(...); .../vendor/nelexa/google-play-scraper/src/Model/Developer.php:84

Ne-Lexa commented 2 years ago

@kobyle69, unfortunately I could not reproduce this error. If the error is still repeated, go through the debugger, find the application where the exception is raised and let me know.

Ne-Lexa commented 2 years ago

Hello. The problem has not been identified or has already been solved.