-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to undefined method Response::getStatus() #35
Comments
Related to #27 |
Same Issue |
Fatal error: Uncaught Error: Call to undefined method Symfony\Component\BrowserKit\Response::getStatus() in C:\wamp64\www\qrtrace\api\App_stat\vendor\raulr\google-play-scraper\src\Client.php:15 Stack trace: #0 C:\wamp64\www\qrtrace\api\App_stat\vendor\symfony\browser-kit\AbstractBrowser.php(387): Raulr\GooglePlayScraper\Client->filterResponse(Object(Symfony\Component\BrowserKit\Response)) #1 C:\wamp64\www\qrtrace\api\App_stat\vendor\raulr\google-play-scraper\src\Scraper.php(367): Symfony\Component\BrowserKit\AbstractBrowser->request('GET', 'https://play.go...') #2 C:\wamp64\www\qrtrace\api\App_stat\vendor\raulr\google-play-scraper\src\Scraper.php(108): Raulr\GooglePlayScraper\Scraper->request('/store/apps/det...', Array) #3 C:\wamp64\www\qrtrace\api\App_stat\andriod.php(13): Raulr\GooglePlayScraper\Scraper->getApp('com.mojang.mine...') #4 {main} thrown in C:\wamp64\www\qrtrace\api\App_stat\vendor\raulr\google-play-scraper\src\Client.php on line 15 |
vendor\raulr\google-play-scraper\src\Client.php vendor\raulr\google-play-scraper\src\Scraper.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found 2 problems:
Need use getStatusCode()
The text was updated successfully, but these errors were encountered: