We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I downloaded the latest binary file, but it fails to start:
❯❯❯ rm -rf /Users/roeniss/.go-cookies # actually, it doesn't exist ❯❯❯ sudo ./deleter-macos # I also tried deleter-macos-arm64 Waiting 100 ms before search and delete requests. panic: Unable to parse profile information from cookies. Try manually deleting the cookie file stored in /Users/roeniss/.go-cookies goroutine 1 [running]: main.(*fbLogin).StoreProfileID(0xc00007e540, {0xc000420000, 0x15d6}) github.com/marcelja/facebook-delete/deleter.go:186 +0x159 main.(*fbLogin).IsLoggedIn(0xc00007e540) github.com/marcelja/facebook-delete/deleter.go:177 +0x75 main.newFbLogin(0xc000011180) github.com/marcelja/facebook-delete/deleter.go:118 +0x53 main.main() github.com/marcelja/facebook-delete/deleter.go:548 +0x38c
The ~/.go-cookies file is never created. Is this known issue?
~/.go-cookies
The text was updated successfully, but these errors were encountered:
I don't think you should use sudo.
Sorry, something went wrong.
No branches or pull requests
I downloaded the latest binary file, but it fails to start:
The
~/.go-cookies
file is never created. Is this known issue?The text was updated successfully, but these errors were encountered: