Probloem starting DeleteFB #154
Open
by danielfcastro opened 4 years ago
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
After I run deletefb -E 'mymail' -P 'mypassword' -U 'https://www.facebook.com/myprofile/' -Y 2010
The ChromeDriver opens a new Chrome Window and asks me to accept cookies. But it sometimes does not waits me to click on accept. When it does awaits it rejects my credentials, and those are correct credentials, and I need to manually type the same I did on command line to pass the login (2FA is disabled).
When I check the console I get
And then my Browser opened by ChromeDriver automatically navigates to file://mobile.facebook.com/'https://www.facebook.com/myprofile/'/timeline?year=2010 and displays nothing and I get a Could not find any posts message on the console.
Hey, the
-Y
flag is broken at the moment, which is in another issue, just FYI.