marcelja / facebook-delete

Fast facebook activity deletion
MIT License
1.28k stars 48 forks source link

deleter-windows.exe closes immediately after launch #29

Open clouser123 opened 2 years ago

clouser123 commented 2 years ago

I ran the Windows executable and it all went fine when I tested on one of the accounts. Once I tried running again, the program automatically closes without prompting for any login.

ryanisayori commented 2 years ago

Same thing happened to me, it closed automatically after a while, then my facebook page refreshed to request me to verify if I am the owner and changed my password.

marcelja commented 2 years ago

I ran the Windows executable and it all went fine when I tested on one of the accounts. Once I tried running again, the program automatically closes without prompting for any login.

Could you please try to open a terminal and run the file from there? Then we could see the output after it was running.

tigertime2019 commented 2 years ago

Had the same issue. Will accept email and password, execution output attached. FB deleter

clouser123 commented 2 years ago

^ This looks very close to what I'm seeing as well only that I don't get to see the prompts for email and password.

tigertime2019 commented 2 years ago

Here's me hoping I haven't published my FB login details on GitHub :')

Lod3 commented 2 years ago

I have had the same thing with multi factor authentication enabled. After reopening the script it will ask for email and password again after that you should be logged in.

tigertime2019 commented 2 years ago

Hey Lod3 - tried again per your instructions and got the same crash as I had experienced previously. Might try it on a Linux VM when I get around to it.

Akor3 commented 2 years ago

I get the same issue, MFA disabled, just crashes right after running: image

marcelja commented 2 years ago

I get the same issue, MFA disabled, just crashes right after running: image

I think that you have a different issue than "Failed to login". Did you type the email and password before?

marcelja commented 2 years ago

I have had the same thing with multi factor authentication enabled. After reopening the script it will ask for email and password again after that you should be logged in.

2FA is not supported. Are you sure that it worked?

To everyone who has 2FA enabled. You could give this a try: https://github.com/marcelja/facebook-delete/issues/8#issuecomment-931479288

Lod3 commented 2 years ago

Yeah it worked but now it does not start again and gives me this:

┌──(ori㉿Tonk)-[~/facebook-delete] └─$ go run deleter.go panic: runtime error: index out of range [1] with length 1 goroutine 1 [running]: main.(*fbLogin).StoreProfileID(0xc0000d0440, 0xc0004da000, 0x1976) /home/ori/facebook-delete/deleter.go:178 +0x108 main.(*fbLogin).IsLoggedIn(0xc0000d0440, 0xc0000d0440) /home/ori/facebook-delete/deleter.go:172 +0xb7 main.newFbLogin(0xc0000a1080, 0xc0000a01f0) /home/ori/facebook-delete/deleter.go:113 +0x55 main.main() /home/ori/facebook-delete/deleter.go:522 +0x1f3 exit status 2

I take I have to delete the files in go-cookies?

marcelja commented 2 years ago

It seems like the login process changed again. I'm always asked to provide my birth date when I login with a new browser.

Akor3 commented 2 years ago

I get the same issue, MFA disabled, just crashes right after running:

I think that you have a different issue than "Failed to login". Did you type the email and password before?

Sorry, I think you may be right. I tried running tool yesterday and got rate limited and after unlocking the account/changing the password and re-running the app today It crashes with my earlier error literally on start, I don't get to enter my login details before it crashes.

It then ran fine on another machine so I'm thinking maybe it's caching the old/incorrect credentials somewhere?