-
Notifications
You must be signed in to change notification settings - Fork 6
Getting error related to GeckoDriver #2
Comments
Could be fixed with the new commits. You should try updating your repository and running the program again. But please note that the installation process has slightly changed and you must now use Poetry instead of Pipenv. Just take a look at the README for the updated installation guide. |
Still getting the same error :/ Its something to do with PATH 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) |
It seems like I have the same Problem and i am really lost in this kind of topic. Ive tryed to fix it but it didnt work. I have replaced the Geckodriver with an older one because it said that it dosnt have enough permission. I would appreciate help! |
I’ve tried to create my own version, it works slightly but it can’t find the element name |
and how can I fix that now? |
I will try to look into this again later on. I have only tested the software on Linux so far and I will try running this on Windows. There are many things about this project that I have to rework anyway. @emmyghast Could you tell me what kind of things you've changed? |
I meant I have attempted to make my own but it’s very simple and just goes to the site, finds the element id or name and clicks enter, no captcha or proxy as I can just get on a vpn |
With the newest commit the program should now also function on Windows. |
https://prnt.sc/s40yer HELP :D |
So the error you are getting basically means that it cant find the captcha, since each different website calls the id something different, im still looking for the right id, the way to look for it is by going to the voting page and pressing f12 or ctrl + shift i or right click and click inspect element. |
I know that this error also sometimes appears and I will try to fix it. To briefly explain this: |
I've opened a new issue for that error (#3) and will be closing this one. |
selenium.common.exceptions.WebDriverException: Message: Expected absolute path: [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsIFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: chrome://marionette/content/addon.js :: install :: line 70" data: no]
The text was updated successfully, but these errors were encountered: