marcelja / facebook-delete

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

facebook-delete 3.0 windows build crashes upon login #35

Closed antonkochubey closed 2 years ago

antonkochubey commented 2 years ago

Hi,

I have an issue with the first step - login. As soon as I type my password, login attempt is made, and it results in facebook-delete immediately crashing.

Here is the output that I'm getting from running the app:


C:\Users\Anton\Downloads>deleter-windows.exe
? Please type your email xxx@xxx.xxx

? Please type your email xxx@xxx.xxx
? Please type your password *************
Attempting Login...
panic: Failed to login

goroutine 1 [running]:
main.newFbLogin(0xc00004cfd0, 0xc00004c210)
        /Users/marcel/pr/facebook-delete/deleter.go:118 +0xe5
main.main()
        /Users/marcel/pr/facebook-delete/deleter.go:522 +0x1f9

C:\Users\Anton\Downloads>deleter-windows.exe
? Please type your email xxx@xxx.xxx

? Please type your email xxx@xxx.xxx
? Please type your password *************
Attempting Login...
panic: Failed to login

goroutine 1 [running]:
main.newFbLogin(0xc000088fb0, 0xc000088200)
        /Users/marcel/pr/facebook-delete/deleter.go:118 +0xe5
main.main()
        /Users/marcel/pr/facebook-delete/deleter.go:522 +0x1f9
antonkochubey commented 2 years ago

Update: this issue seems to be fixed by going to Facebook in a browser, checking the notification of "Suspected login attempt", and confirming that it was indeed me attempting login.

Afterwards, facebook-delete works fine.

So it seems like not that big of an issue, just the error message could be more informative.