Djip
Djip
Go into `search.js` in the libs folder, and change line 5 to `const BASE_URL = 'https://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?clientApplication=Software&media=software&term=';`
> > > Thank you @Djip . Any ideas what's going on with previous url? Usually there is more information when receiving a 503 (Retry-After in header is missing). They...
Take a look at my fork, it has the fix pushed onto it 👍
@EddyVerbruggen Did you hit this while resolving #67 ?
Having the same issue with some calls, but yea, workaround seems to loop until it works, just not really efficient.
Depends in anyone finds a solution to the problem. @facundoolano
https://github.com/facundoolano/google-play-scraper/compare/main...Djip:google-play-scraper:main#diff-5fa3e79ff4f9f5b6d3a08d3abab2c8db53823a6b1e36d9ecd723792890870aaf I've made these changes in my local fork, and it seems to work fine, but haven't had too much time to test it in different scenarios. Note: Looping only...
> @Djip, how about opening a PR with your change? :) As mentioned, i'm not 100% sure this works every time