facebook-delete icon indicating copy to clipboard operation
facebook-delete copied to clipboard

deleter-windows.exe closes immediately after launch

Open clouser123 opened this issue 2 years ago • 13 comments

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.

clouser123 avatar Oct 11 '21 22:10 clouser123

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.

ryanisayori avatar Oct 12 '21 05:10 ryanisayori

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.

marcelja avatar Oct 12 '21 05:10 marcelja

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

tigertime2019 avatar Oct 12 '21 07:10 tigertime2019

^ 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.

clouser123 avatar Oct 12 '21 07:10 clouser123

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

tigertime2019 avatar Oct 12 '21 08:10 tigertime2019

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.

Lod3 avatar Oct 12 '21 09:10 Lod3

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.

tigertime2019 avatar Oct 13 '21 03:10 tigertime2019

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

Akor3 avatar Oct 13 '21 03:10 Akor3

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 avatar Oct 13 '21 06:10 marcelja

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

marcelja avatar Oct 13 '21 06:10 marcelja

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?

Lod3 avatar Oct 13 '21 06:10 Lod3

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

marcelja avatar Oct 13 '21 07:10 marcelja

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?

Akor3 avatar Oct 13 '21 07:10 Akor3