scraper #9
-
Hi Frederik, great bot! I have a little problem with the scraper part. Console report me saved images, then print "0% of dislikes handled", next reload webpage and changing to "100% of the dislikes handled". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @gitbla, Let me start by thanking you for noticing and reporting this bug. The issue has now been resolved in the latest update. So just pulling the latest version should do the trick. In case you're wondering what cause the bug, you can read a brief explanation below: Basically what happened is that when scraping a geomatch the bot opens that specific profile before it can scrape its data. In the new update, the (dis)like will check first if the profile is opened or not and choose the right xpath (->location) to click on. If you have any further issues or questions, I'll be happy to help you out. Have a nice day and enjoy the scraping, Frederik |
Beta Was this translation helpful? Give feedback.
Hi @gitbla,
Let me start by thanking you for noticing and reporting this bug.
It's the people using this project and noticing flaws that truly make this bot great!
The issue has now been resolved in the latest update. So just pulling the latest version should do the trick.
In case you're wondering what cause the bug, you can read a brief explanation below:
Basically what happened is that when scraping a geomatch the bot opens that specific profile before it can scrape its data.
That causes the xpaths=(location of the button on the screen) of the (dis)like buttons to change when the profile is opened.
Thus the dislike button could not be found and clicked, that's why it refreshes the page.
I…