Unable to locate element: {"method":"css selector","selector":"._4xev"} #128

Closed
by tabekooi opened 4 years ago · 19 comments
tabekooi commented 4 years ago (Migrated from github.com)
Owner

Message: no such element: Unable to locate element: {"method":"css selector","selector":"._4xev"}
(Session info: chrome=81.0.4044.113)

this happens after chrome goes to the profile url.

Message: no such element: Unable to locate element: {"method":"css selector","selector":"._4xev"} (Session info: chrome=81.0.4044.113) this happens after chrome goes to the profile url.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

I can see it does log that message but interestingly it still seems to manage to delete posts. I think it's because something changed, but I'm not sure why it still works for me. I'll see if I can fix the broken selector though.

I can see it does log that message but interestingly it still seems to manage to delete posts. I think it's because something changed, but I'm not sure why it still works for me. I'll see if I can fix the broken selector though.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

Looks like the CSS selector is still the same. It just isn't showing up right away, but it eventually finds it. Does deleting work for you still?

Looks like the CSS selector is still the same. It just isn't showing up right away, but it eventually finds it. Does deleting work for you still?
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

Do you by any chance have the "new" Facebook frontend enabled? That would completely break everything.

Do you by any chance have the "new" Facebook frontend enabled? That would completely break everything.
tabekooi commented 4 years ago (Migrated from github.com)
Poster
Owner

Yep, thats it than.
edit: confirmed, old frontend just works.

Yep, thats it than. edit: confirmed, old frontend just works.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

Leaving this open till there's a fix for forcing the mobile site to be used (which should fix it)

Leaving this open till there's a fix for forcing the mobile site to be used (which should fix it)
zhanming-wang commented 4 years ago (Migrated from github.com)
Owner

Same problem here. Is there a way to get around this?

Same problem here. Is there a way to get around this?
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

Same problem here. Is there a way to get around this?

Try using the old facebook frontend. If that doesn't fix it, I'll try to take a look soon.

> Same problem here. Is there a way to get around this? Try using the old facebook frontend. If that doesn't fix it, I'll try to take a look soon.
mkusold commented 4 years ago (Migrated from github.com)
Owner

I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case.

I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case.

I do not know if there is a way of forcing it. PRs for this would be welcome if you want to do the work of figuring out how to fix it though. At the moment I'm not too focused on this but I would be happy to review and approve it.

> I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case. I do not know if there is a way of forcing it. PRs for this would be welcome if you want to do the work of figuring out how to fix it though. At the moment I'm not too focused on this but I would be happy to review and approve it.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

Hoping to put some time towards refactoring this soon

Hoping to put some time towards refactoring this soon
IsaacBamwidhi commented 4 years ago (Migrated from github.com)
Owner

I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case.

It is possible to to switch to the classic view. That is what I have done. However, after this month, we shall all be forced to use the new version.

It will be nice to get a way around this though.

> > > I love this tool. Thanks for making it. Unfortunately, the new facebook is here to stay. I filed a support ticket asking for the old version so I could use this tool, but I haven't been able to get a response. Do you know of anyway of forcing the old UI back? otherwise, we may be forced to update. I'd be happy to contribute to the code if that's the case. It is possible to to switch to the classic view. That is what I have done. However, after this month, we shall all be forced to use the new version. It will be nice to get a way around this though.
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

looks like I have the new facebook, I'll start trying to hack together support for it soon

looks like I have the new facebook, I'll start trying to hack together support for it soon
rconjaerts commented 4 years ago (Migrated from github.com)
Owner

Just so you know, starting in September no one will be able to use the old version of Facebook anymore. Source

Just so you know, starting in September no one will be able to use the old version of Facebook anymore. [Source](https://www.theverge.com/2020/8/21/21395079/facebook-new-design-default-september-classic-interface-disappearing)
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

working on getting this to work today, it's a bit challenging to extract the content and timestamp of posts now

working on getting this to work today, it's a bit challenging to extract the content and timestamp of posts now
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

will likely force the mobile site to work around issues

will likely force the mobile site to work around issues
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

this is fixed in https://github.com/weskerfoot/DeleteFB/pull/129 but needs more testing / work on the other features

mainly, it isn't picking up the timestamp correctly, and I haven't tested unliking pages / archiving messenger conversations yet
also would like to add the ability to delete comments potentially, and to untag stuff, but I will put those in separate PRs

this is fixed in https://github.com/weskerfoot/DeleteFB/pull/129 but needs more testing / work on the other features mainly, ~~it isn't picking up the timestamp correctly~~, and I haven't tested unliking pages / archiving messenger conversations yet also would like to add the ability to delete comments potentially, and to untag stuff, but I will put those in separate PRs
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

should be fixed now, new release coming soon

should be fixed now, new release coming soon
RichardBean commented 4 years ago (Migrated from github.com)
Owner

I downloaded DeleteFB today, and got this message, because I installed with "pip3 install --user delete-facebook-posts" on Windows 10. That gave me version 1.1.14 from April 1. I needed to get the ChromeDriver exe file from the zip at https://sites.google.com/a/chromium.org/chromedriver/home then I went to the DeleteFB home page, under the green "Code", download zip, then "pip3 install --user .", then it said it was deleting 1.1.14 and installing 1.1.13, and now it is working. Hooray!

I downloaded DeleteFB today, and got this message, because I installed with "pip3 install --user delete-facebook-posts" on Windows 10. That gave me version 1.1.14 from April 1. I needed to get the ChromeDriver exe file from the zip at https://sites.google.com/a/chromium.org/chromedriver/home then I went to the DeleteFB home page, under the green "Code", download zip, then "pip3 install --user .", then it said it was deleting 1.1.14 and installing 1.1.13, and now it is working. Hooray!
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

I downloaded DeleteFB today, and got this message, because I installed with "pip3 install --user delete-facebook-posts" on Windows 10. That gave me version 1.1.14 from April 1. I needed to get the ChromeDriver exe file from the zip at https://sites.google.com/a/chromium.org/chromedriver/home then I went to the DeleteFB home page, under the green "Code", download zip, then "pip3 install --user .", then it said it was deleting 1.1.14 and installing 1.1.13, and now it is working. Hooray!

Hi, sorry about that. I just pushed a new release now. I was too busy to do it earlier and had forgotten, thanks for using it! You should be able to use version 1.1.15 now, which fixes this.

> I downloaded DeleteFB today, and got this message, because I installed with "pip3 install --user delete-facebook-posts" on Windows 10. That gave me version 1.1.14 from April 1. I needed to get the ChromeDriver exe file from the zip at https://sites.google.com/a/chromium.org/chromedriver/home then I went to the DeleteFB home page, under the green "Code", download zip, then "pip3 install --user .", then it said it was deleting 1.1.14 and installing 1.1.13, and now it is working. Hooray! Hi, sorry about that. I just pushed a new release now. I was too busy to do it earlier and had forgotten, thanks for using it! You should be able to use version 1.1.15 now, which fixes this.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.