Skip to content
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

[BUG] Mail input seem not working #80

Closed
bandrea83 opened this issue Feb 28, 2024 · 12 comments
Closed

[BUG] Mail input seem not working #80

bandrea83 opened this issue Feb 28, 2024 · 12 comments
Labels
bug Something isn't working

Comments

@bandrea83
Copy link

bandrea83 commented Feb 28, 2024

Describe the bug

During login it do not enter mail address and constantly try tro press next button

Copy and paste your error

unable to login because mail and password are not writen

Screenshots

Screenshot_2024-02-28_09_09_39

Value of dashboard variable

https://gist.github.com/bandrea83/c06128fffc7f237178a9f547e770ee72

@bandrea83 bandrea83 added the bug Something isn't working label Feb 28, 2024
@LaFouine-38
Copy link

My way of thinking (for the devs)
I had a pretty similar problem. I use another bot (but from the same base, the charlesbel's one) and I come to this repo when it has issues, i try to copy some things to solve my problems, so I checked a recent commit related to emails to compare it to mine (the selectors) but I had the same selectors so the problem is not because of the selectors. What i've tried next is to check if some selectors were changed or removed which was the case, with a basic CTRL + F, I noticed that "loginHeader" don't exist anymore.

My solution
I changed "loginHeader" to "i0116" (the id of the email input)

file: login.py line: 54

screen from the commit i'm talking about (6e30e12)
image

Hope this will help !
(sry if my english is not correct, it's not my main language)

@bandrea83
Copy link
Author

seem executeLogin is not executed at all

from log i see this while waiting:

2024-02-28 13:07:09,194 [INFO] Screen size: 1316x986
2024-02-28 13:07:09,195 [INFO] Device size: 1261x835
2024-02-28 13:07:09,298 [INFO] [LOGIN] Logging-in...
^CTraceback (most recent call last): <-- here when i press ctrl + c

@bandrea83
Copy link
Author

which version of plugin and python are u using?

i'm on python3.11 (linux) and
selenium-4.18.1
ndetected-chromedriver==3.5.5

@bandrea83
Copy link
Author

sorry, as you told seem they changed a lot of names/id

@Forsefrits
Copy link

My way of thinking (for the devs) I had a pretty similar problem. I use another bot (but from the same base, the charlesbel's one) and I come to this repo when it has issues, i try to copy some things to solve my problems, so I checked a recent commit related to emails to compare it to mine (the selectors) but I had the same selectors so the problem is not because of the selectors. What i've tried next is to check if some selectors were changed or removed which was the case, with a basic CTRL + F, I noticed that "loginHeader" don't exist anymore.

My solution I changed "loginHeader" to "i0116" (the id of the email input)

file: login.py line: 54

screen from the commit i'm talking about (6e30e12) image

Hope this will help ! (sry if my english is not correct, it's not my main language)

This does not work on my side :( Still ramming the login button without putting something in

@LaFouine-38
Copy link

LaFouine-38 commented Feb 28, 2024

I installed this bot to check and as bandrea83 said, executeLogin is never executed

what i tried:
image

and nothing was written in the console (i'm thinking that the print is useless because if executeLogin was executed, i would see [LOGIN] Entering email... in console)

@LaFouine-38
Copy link

i'm working on a fix but there is still a problem with password input

@CodeBanana69

This comment was marked as spam.

@klept0
Copy link
Owner

klept0 commented Feb 29, 2024

same issue, i think the owner is using chatGPT to fix the bugs

You are a moron. You opened a bug report and didn't follow any directions in it so I closed it with a polite business like reply I use at work. I think you need to learn how to properly fill out a bug report if you want help or join the Telegram like I have said multiple times. We have had a discussion about the cause of this error in Telegram so before you make false claims I suggest you learn to go to where the conversation is before you are blocked from replying on the repo.

@CodeBanana69
Copy link

same issue, i think the owner is using chatGPT to fix the bugs

You are a moron. You opened a bug report and didn't follow any directions in it so I closed it with a polite business like reply I use at work. I think you need to learn how to properly fill out a bug report if you want help or join the Telegram like I have said multiple times. We have had a discussion about the cause of this error in Telegram so before you make false claims I suggest you learn to go to where the conversation is before you are blocked from replying on the repo.

Sorry for assuming your reply was AI-generated. I used an AI checker and thought that your reply on my bug report was ai generated, copy leaks also said the same: SCR-20240228-qucu

I also thought the rewards bot code with detailed comments (chat gpt has a tendency to write code with comments) resembled AI-generated content. My mistake.

We have had a discussion about the cause of this error in Telegram so before you make false claims I suggest you learn to go to where the conversation is before you are blocked from replying on the repo.

I now intend to join the Telegram group in order to explore potential solutions to my particular issue. Given that there was no prior mention of a discussion about to my specific problem on Telegram, I was confused.

I think you need to learn how to properly fill out a bug report if you want help or join the Telegram like I have said multiple times.

I replied to the bug report to the best of my ability, as there was no error code. I was just wondering why mobile searches was seemingly skipped on my machine, and was just wondering if that was intended.

Best, @CodeBanana69

@CodeBanana69
Copy link

Joined telegram :)

@bandrea83
Copy link
Author

seem #83 pull request resolve the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants