-
Notifications
You must be signed in to change notification settings - Fork 15
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
"webpage fetching error for url" #39
Comments
Same for me @win10 since today. |
Same issue here :) running locally on windows, so it shouldn't be your raspberry pi. |
Did anyone find a solution yet? |
nope, would love to know too. |
Same issue here @ Intel NUC (Proxmox) |
same for me on MacOS.. |
Here is the hidden message: I'll keep you updated |
Gibt's was neues ? |
leider noch nichts |
I've tried to change the User Agent Header, but unfortunately it doesn't was a solution.. |
I don't think there will be a solution anymore, unfortunately I think it's been put on ice. |
Best advice is to fetch less frequently and random. |
I think there is not really a bug, it should be working again with other headers and in case a proxied requests by high frequently usage. |
Indeed, the problem is not the Header. To be continued... |
Hey man, did you found any solution to bypass the detection? In the past i made my own monitor which worked, I wanted to reactivate it today but only 403 and the same message. I personally use discord for notifications and a simple proxy function to monitor multiple urls at once maybe this is a good functions for your one too. Would share my code but it is really shitty because I’m not a good coder 😄 |
I would also appreciate a solution, is there any way to help? |
I will try today other scraping methods instead of bs4 if I find one I will reply. Maybe we all can connect an built a super Kleinanzeigen monitor 😁 |
Good news everyone, it seems that if you update the latest requests and urllib it would work. Not sure how long it will take ebay to shut it down again.
Let me know if that works for you as well. |
For me it is still not working after the update of requests and urllib3. I was also experimenting with different headers, but no solution so far. |
I've been investigating a little. Looks like they introduced Akamai Bot Protection. Mainly there are two things keeping the bot from working properly:
More information about this bot protection you can find here. My quick workaround was to use the trial version of ZenRows API service to bypass anti-bot protection. But since in the future I will have to pay for it, I'll try to figure something out on my own. |
Found a very good workaround using playwright and Chromium. I can use it as a headless browser so it is working in the background and you don't have to pay any Akamai solving stuff. I have some contacts which selling Akamai, px and other apis but why paying when playwright works 😊 |
For me this fixes the problem at my working machine (Win10 Home) but unfortunately not at my thin client (Win10 IoT LSCT 21H2). |
It doesn't work for me (RPi3), i used
|
It worked with this command on a Proxmox Container:
Bot is currently working again Thanks! |
Bad News Everyone!!!As noted by @beleza-pura it seems that ebay is starting a fight against bots.
In this case, the problem is not the Akamai bot protection the problem as the requests library can't perform those Javascript challenges. If you start using selenium or other library using virtual browser, then the Akamai bot will start learning your bot behaviour and eventually block it. What does it mean?It means that this simple bot will be soon archived. To counter the akamai bot a much larger project must be undertaken where the browser activity have to be randomized to act like human. Thank you all! |
This currently works. But as you mentioned it might be countered in the future. |
Since yesterday 12:20 i got the "webpage fetching error for url" errror. I tried #41 but it doesn't work. This are the error message:
ERROR:ebAlert.crud.base:Message: session not created: Chrome failed to start: exited normally. << Ebay alert finished |
Hello dear community, Hello dear vinc3po,
Since 5 p.m. I've been getting the following error with the ebAlert bot: "webpage fetching error for url:"
Has the HTML structure of Kleinanzeigen really been changed again in this short time or is it due to my Raspberry Pi 4?
Hallo liebe Community, Hallo lieber vinc3po,
seit 17 Uhr bekomme ich beim ebAlert Bot den folgenden Fehler: "webpage fetching error for url:"
Wurde die HTML-Struktur von Kleinanzeigen in dieser kurzen Zeit nochmals abgeändert oder liegt es an meinem Raspberry Pi 4?
The text was updated successfully, but these errors were encountered: