danvratil / FBEventSync

Sync Facebook Events into your Android calendar
GNU General Public License v3.0
35 stars 7 forks source link

Never finishes calendar sync #80

Closed cj5neal closed 3 years ago

cj5neal commented 4 years ago

Latest update. Retrieves account and such but gets yo sync calendar and basically get the old spinning wheel of death. Nothing happens.

cj5neal commented 4 years ago

Screenshot_20200612-135732

danvratil commented 4 years ago

Could you try removing the account from the app completely and adding it from scratch? Is there anything suspicious in logs?

cj5neal commented 4 years ago

I tried removing the account. Same problem. I deleted the app. Same problem....i am a beta tester if it makes a difference.

On Sat, Jun 13, 2020, 2:31 PM Dan Vrátil notifications@github.com wrote:

Could you try removing the account from the app completely and adding it from scratch? Is there anything suspicious in logs?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danvratil/FBEventSync/issues/80#issuecomment-643660605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP57A3CCOGT522WPSHUIOE3RWPAXLANCNFSM4N4QIYAQ .

realgrm commented 4 years ago

Same thing here. OnePlus 7 Android 10

cj5neal commented 4 years ago

OnePlus 7pro is my device

tomasz245 commented 4 years ago

me too, same problem on Nexus 5x

emkael commented 4 years ago

Have you got the new/beta Facebook design turned on by chance? I've reverted to the "old" layout and the sync started to work once again.

cj5neal commented 4 years ago

I do not see any option for layout in the app and do not see any difference in my layout

On Fri, Jun 26, 2020, 7:09 AM Michał Klichowicz notifications@github.com wrote:

Have you got the new/beta Facebook design turned on by chance? I've reverted to the "old" layout and the sync started to work once again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danvratil/FBEventSync/issues/80#issuecomment-650123251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP57A3AFADUGQVNDKECKJGDRYR6X3ANCNFSM4N4QIYAQ .

emkael commented 4 years ago

It's a Facebook option, global for an account, available since they've started rolling out the new design. "Switch to New Facebook"/"Switch to Classic Facebook" in the main account menu on FB website.

cj5neal commented 4 years ago

Ahha....i will check it out and see if that is the issue

On Fri, Jun 26, 2020, 7:34 AM Michał Klichowicz notifications@github.com wrote:

It's a Facebook option, global for an account, available since they've started rolling out the new design. "Switch to New Facebook"/"Switch to Classic Facebook" in the main account menu on FB website.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danvratil/FBEventSync/issues/80#issuecomment-650132057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP57A3HZLTVNTXLPLJEPP73RYSBTNANCNFSM4N4QIYAQ .

emkael commented 4 years ago

FYI: I'm not entirely sure that's the main cause of the problems, as now I've switched back to "New" and sync still seems to be working (at least according to the logs), but maybe it's something on the first run that prevented the inital sync.

cj5neal commented 4 years ago

The sync completed now but I do not see the birthdays in calendar....ugh

On Fri, Jun 26, 2020, 7:48 AM Michał Klichowicz notifications@github.com wrote:

FYI: I'm not entirely sure that's the main cause of the problems, as now I've switched back to "New" and sync still seems to be working (at least according to the logs), but maybe it's something on the first run that prevented the inital sync.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danvratil/FBEventSync/issues/80#issuecomment-650137257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP57A3GDON7DYOW3N4KKLN3RYSDKBANCNFSM4N4QIYAQ .

cj5neal commented 4 years ago

Yeah it syncs but birthdays and events do not appear on my calendar

On Fri, Jun 26, 2020, 7:54 AM Neal C. cj5neal@gmail.com wrote:

The sync completed now but I do not see the birthdays in calendar....ugh

On Fri, Jun 26, 2020, 7:48 AM Michał Klichowicz notifications@github.com wrote:

FYI: I'm not entirely sure that's the main cause of the problems, as now I've switched back to "New" and sync still seems to be working (at least according to the logs), but maybe it's something on the first run that prevented the inital sync.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danvratil/FBEventSync/issues/80#issuecomment-650137257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP57A3GDON7DYOW3N4KKLN3RYSDKBANCNFSM4N4QIYAQ .

danvratil commented 4 years ago

Birthdays do not work as of now, Facebook no longer publishes them. I am not sure I'll be able to find another way around to get birthdays. Weird that events do not show up as well, anything in the logs?

Regarding the classic vs. new, the classic theme is indeed required for the first sync after login, as only there we can find the link to the iCal event file that's used as a source for the events. Afterwards it doesn't matter anymore which Facebook theme you use.

GammaRay360 commented 4 years ago

Still doesn't work for me. stuck on "Retrieving calendars". I tried a few times from scratch

airon90 commented 4 years ago

I just installed this app and this doesn't work for me too, so it is not a problem about login/account

simbalasim commented 3 years ago

After I changed my FB password I have the same problem. I deactivated 2fa for testing, no luck. And it's not possible anymore to switch to the classic fb theme. So this workaround can't be used.

danvratil commented 3 years ago

Facebook has completely removed support for the "Old UI" some time ago and so was gone the way to retrieve the calendars. It's back now (maybe has been back for a while, I mostly gave up on the app after the UI update). I should be able to solve that in next update - details in #85