-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
App crashes immediately after I enter phone number #11
Comments
Hey @amrhosseiny, were there any messages printed? |
Just tried the aforementioned version on windows 10 x64, and it works on my machine, looking forward to see the error message. |
Hey there, |
My guess is - you have entered invalid api hash or api secret or both, I just tried it, with invalid values, it allows to enter the phone number, but then terminates. I'll see if there's an API endpoint that allows to check the validness of api credentials before offering to enter the phone number. Can you reset the auth with |
this is the same issue that I had been dealing with I'm going to try resetting and see if it makes a difference |
@amrhosseiny @rusq I have a suggestion and I think I know why this is happening and yes I think there needs to be a menu it needs to state explicitly in the enter a phone number part (after credentials) that its the International Number format that's required |
Hi again... |
Sorry about that, thanks for the information. I'll see into adding some optional tracing, because otherwise I'm walking blind. |
run the reset like how rusq instructed me how and then, rerun the program if it closes when it prompts you to enter a phone number (international format) then run the number again (international format) |
@exciar that's a good suggestion re adding instructions on international number format, thanks! I'll bundle it with the tracing |
@amrhosseiny @exciar I'm glad that finally this repository gets some activity, so thank you both for issues and suggestions. I haven't advertised it anywhere, so that got me wondering, could you tell me how you discovered this repository? |
@rusq |
I like clearing and deleting my messages, and I don't like leaving digital footprints (messages) so I can leave a group/platform with minimal traces, so the easiest thing or way to do that is to look for GitHub projects and browser extensions to do things like these, I liked your project since all the others, especially the most popular one requires you to run it in a python script and I find that finicky and I'm lazy, that's where I found this, it's clean, simple, and has a GUI |
@rusq |
Glad to hear that it started working for you! I created an issue #13 , but it may be harder than it seems, as this might be limitation of the tview library - I'll have to explore it a bit. You could use the "batch" mode as a workaround meanwhile, it will use your terminal capabilities, and output proper UTF-8. |
This is now fixed, it won't save creds unless they're valid. Also, it won't allow to enter the phone in non-international format (the checks are pretty dumb, no check for the phone number length, but that's on the user). |
The title is pretty much it. The app crashes immediately after I enter my phone number. Windows 10. And I use wipemychat_Windows_x86_64.zip, Nov 25 2023.
The text was updated successfully, but these errors were encountered: