-
Notifications
You must be signed in to change notification settings - Fork 87
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
TrafficError #143
Comments
Is it possible that heroku IP's are blocked by Google @MeNsaaH ? Or could something else be at play here |
@AbirHasan2005 can you confirm if this works locally on your machine but doesn't work on the Heroku? |
@MeNsaaH It's not working in both local machine & Heroku. |
This not possible. |
1 month ago it was working properly. |
Okay. Thank you for that info. It seems Google has updated their page. We'll need to update the parser for Google queries |
I'll be looking into this |
Thanks a lot sir. |
Waiting for that 🙂 |
Me too🤧 |
Hello @AbirHasan2005. Could you confirm if the latest version fixes this? cc @MeNsaaH |
@deven96 Which sir?
|
Pip install directly from master let's see if it works @AbirHasan2005
|
Planning a way to make sure versions get the most updated scraping logic whenever page structure changes without having to push a new pypi version. Cc @AbirHasan2005 |
Tried Sir. But new errors coming:
In new version I have to change code codes? Any parameter changed? |
Sorry it seemed the async search had been faulty with the addition of proxy. Could you try again @AbirHasan2005 |
Sorry Sir @deven96, Errors Here. |
Seems to work locally , could you try to replicate locally and not heroku so we can narrow it down? |
Yes Sir. So why not working for Heroku?? |
NoResultsorTraffic typically means the structure of the page received is not for scraping, e.g captcha pages |
Before it was working on Heroku. Don't know suddenly what happened. Any suggestions by you to fix this?? |
Is it narrowed down to that particular app or any heroku app? |
Same issue for all Heroku apps. This is my friend's issue: #142 He also getting |
Not only him. Everyone getting same issue who running on Heroku. |
Maybe this will help you
|
@MeNsaaH check |
Sir in a Telegram Userbot it's working fine
I used this code in bot which showed this error. |
why it's working fine in a telegram userbot? (which is also deployed on heroku.) |
It seems there's an issue with heroku blacklisting requests to google. |
Yes. It's working on replit.com 🙃 |
But google search is not working on my VPS either it keeps throwing the error |
Other Search Engines working properly. But only getting TrafficError while using
GoogleSearch()
!!I am hosting on Heroku.
Here Error Logs:
Hope you guys will fix this soon.
The text was updated successfully, but these errors were encountered: