Facebook features stopped working (META)

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
BenFenner
Astronaut
Astronaut
Posts: 588
Joined: 2015-06-01, 12:52
Location: US Southeast

Re: Facebook messenger not working

Unread post by BenFenner » 2018-06-20, 23:17

Moonchild wrote:We won't be rushing the release of Pale Moon 28 just because Facebook decided to roll out breaking changes.
As someone who is suffering more and more Facebook problems over the past couple days (just like everyone else it seems), I'm very happy to hear that this won't be rushing the Pale Moon 28 release. Give it the time it deserves, and we will complain to Facebook about their broken site in the meantime. :thumbup:

BenFenner
Astronaut
Astronaut
Posts: 588
Joined: 2015-06-01, 12:52
Location: US Southeast

Re: Facebook messenger not working

Unread post by BenFenner » 2018-06-20, 23:27

I've submitted a ticket to Facebook, for those who want to do the same, you should be able to get somewhere using this link:

https://www.facebook.com/help/contact/1770593996531516

It might seem photo related, but you should be able to submit a ticket about anything from there.
I also submitted to their "browser suggestion" page that their solution didn't work for me, and to start officially supporting Pale Moon.
Last edited by BenFenner on 2018-06-20, 23:38, edited 1 time in total.

SLotman

Re: Facebook messenger not working

Unread post by SLotman » 2018-06-20, 23:31

One alternative you can try is changing the useragent overrides in about:config
As I posted in the initial message, unfortunately that doesn't help, at all.

I tried using Firefox's 56 (where its working) UAS, tried using Opera's (where is also working) and even tried latest Chrome - none made a single difference.

If it helps in any way, this is what I see in the console when loading Facebook:

Code: Select all

SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function 6q9ACICCm4X.js:190:1255
"ErrorUtils caught an error: "Missing dependencies: JS::call("ReactRenderer", "constructAndRenderComponentI...". Subsequent errors won't be logged; see https://fburl.com/debugjs." LQeqX7IR28r.js:57:12176

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://4-edge-chat.facebook.com/pull?channel=p_100000507886805&seq=2&partition=-2&clientid=3d19a52e&cb=6gvw&idle=2&qp=y&cap=8&tur=1988&qpmade=1529536825871&pws=fresh&isq=41738&msgs_recv=2&uid=100000507886805&viewer_uid=100000507886805&sticky_token=355&sticky_pool=atn1c09_chat-proxy&state=active. (Reason: CORS request failed).
By opening "messenger.com", I get only this (no CORS warning):

Code: Select all

20:21:58.794 SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function1 mq3TINXXAVD.js:74:1255
If I inspect the comment box element, it shows this:
invalid.png
And if I click on that 'bunch of letters' it shows me a javascript function:

Code: Select all

return function() {
  var d = b in g ? g[b](a, c) : a;
  for (var e = arguments.length, f = new Array(e), h = 0; h < e; h++) f[h] = arguments[h];
  return d.apply(this, f)
}
I know all that probably won't help - but I'm pasting hoping it could. And believe me, If I could find somewhere to complain to Facebook about this, I would... even knowing they'll give the standart reply saying "we only support major browsers" :(

User avatar
EbonJaeger
Moonbather
Moonbather
Posts: 71
Joined: 2017-03-21, 16:27
Location: New York, USA

Re: Facebook denies Pale Moon (New Moon) and FF 52.0.1 in parts (submit comments)

Unread post by EbonJaeger » 2018-06-20, 23:38

Never attribute malice where incompetence is possible. Incompetence is almost always the case.

SLotman

Re: Facebook messenger not working

Unread post by SLotman » 2018-06-20, 23:48

As a workaround for comments, you can copy the post URL (where it shows the post time), open it on a new window and then replace www.facebook.com with m.facebook.com - leaving the rest of the URL intact.

You'll be able to comment then.

roytam1

Re: Facebook messenger not working

Unread post by roytam1 » 2018-06-21, 03:13

SLotman wrote:
One alternative you can try is changing the useragent overrides in about:config
As I posted in the initial message, unfortunately that doesn't help, at all.

I tried using Firefox's 56 (where its working) UAS, tried using Opera's (where is also working) and even tried latest Chrome - none made a single difference.

If it helps in any way, this is what I see in the console when loading Facebook:

Code: Select all

SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function 6q9ACICCm4X.js:190:1255
"ErrorUtils caught an error: "Missing dependencies: JS::call("ReactRenderer", "constructAndRenderComponentI...". Subsequent errors won't be logged; see https://fburl.com/debugjs." LQeqX7IR28r.js:57:12176

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://4-edge-chat.facebook.com/pull?channel=p_100000507886805&seq=2&partition=-2&clientid=3d19a52e&cb=6gvw&idle=2&qp=y&cap=8&tur=1988&qpmade=1529536825871&pws=fresh&isq=41738&msgs_recv=2&uid=100000507886805&viewer_uid=100000507886805&sticky_token=355&sticky_pool=atn1c09_chat-proxy&state=active. (Reason: CORS request failed).
By opening "messenger.com", I get only this (no CORS warning):

Code: Select all

20:21:58.794 SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function1 mq3TINXXAVD.js:74:1255
If I inspect the comment box element, it shows this: invalid.png
And if I click on that 'bunch of letters' it shows me a javascript function:

Code: Select all

return function() {
  var d = b in g ? g[b](a, c) : a;
  for (var e = arguments.length, f = new Array(e), h = 0; h < e; h++) f[h] = arguments[h];
  return d.apply(this, f)
}
I know all that probably won't help - but I'm pasting hoping it could. And believe me, If I could find somewhere to complain to Facebook about this, I would... even knowing they'll give the standart reply saying "we only support major browsers" :(
it dies with another js error now. but facebook reactions is working now, and notifications and messenger pop out dies.

Code: Select all

11:10:19.308 "ErrorUtils caught an error: "Missing dependencies: JS::requireModule("NotificationEagerLoader") | Notifica...". Subsequent errors won't be logged; see https://fburl.com/debugjs."1 https://static.xx.fbcdn.net/rsrc.php/v3/yj/r/KgAQxLAIRnA.js:12176
J.reportError() KgAQxLAIRnA.js:57
J.applyWithGuard() KgAQxLAIRnA.js:57
a.prototype.cleanup() KgAQxLAIRnA.js:134
p/<() KgAQxLAIRnA.js:165
J.applyWithGuard() KgAQxLAIRnA.js:57
a.prototype.$6() KgAQxLAIRnA.js:58
a.prototype.satisfyPersistentDependency() KgAQxLAIRnA.js:58
j.prototype.$6() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
j.prototype.inform() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
u() KgAQxLAIRnA.js:147
j.prototype.subscribeOnce/a<() KgAQxLAIRnA.js:66
J.applyWithGuard() KgAQxLAIRnA.js:57
j.prototype.$5() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
a.prototype.emitToListener/<() KgAQxLAIRnA.js:65
forEach() self-hosted:206
a.prototype.emitToListener() KgAQxLAIRnA.js:65
a.prototype.addRetroactiveListener() KgAQxLAIRnA.js:64
j.prototype.subscribe/a<() KgAQxLAIRnA.js:66
map() self-hosted:222
j.prototype.subscribe() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
j.prototype.subscribeOnce() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
v<() KgAQxLAIRnA.js:147
J.applyWithGuard() KgAQxLAIRnA.js:57
a.prototype.$6() KgAQxLAIRnA.js:58
a.prototype.satisfyPersistentDependency() KgAQxLAIRnA.js:58
j.prototype.$6() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
j.prototype.inform() KgAQxLAIRnA.js:66
j[a]() KgAQxLAIRnA.js:66
t/c.onload<() KgAQxLAIRnA.js:147
I.guard/d() KgAQxLAIRnA.js:102
J.applyWithGuard() KgAQxLAIRnA.js:57
.fire() KgAQxLAIRnA.js:244
s<() KgAQxLAIRnA.js:244
r.__wrapEventListenHandler/<() KgAQxLAIRnA.js:237
J.applyWithGuard() KgAQxLAIRnA.js:57
I.guard/d() KgAQxLAIRnA.js:102
a/<() KgAQxLAIRnA.js:101


esoterica3

Re: Facebook messenger not working

Unread post by esoterica3 » 2018-06-21, 03:33

Came to forums as I been having same facebook issues. No chats, messenger, and now can't even like / make, or respond to facebook comments.

zorzi

Re: Facebook messenger not working

Unread post by zorzi » 2018-06-21, 07:16

Problem seems vanished. Messenger is working fine since this morning.

visionhelp

Re: Facebook denies Pale Moon (New Moon) and FF 52.0.1 in parts (submit comments)

Unread post by visionhelp » 2018-06-21, 07:35

Thanks therube,
(I will have a look to the link later.)
Different the not showing messages (notifications) and blank page - to view all - and rotating circle on and on: NO.
I only had it one day, yesterday, the wednesday: different Yes.

I have good news, just from now, this morning, for (Pale Moon) NewMoon:
The notifications works again.

Perhaps it is in work, from/at Facebook. I have hope now.

Commenting works again, too: typing the letters - which before opened the Search-Line down from (Pale Moon) NewMoon.

And, the messenger seems to be OK again, too.
Everything to see again, and works, sending PN at least, too. Receiving should, too.

Respect and many, many THANKS to Facebook, for this.

(Sorry, the title " ... submit comment" is not correctly, it is/must "typing comment".
"Submit comment" not working was - is (?) - in Firefox.)
EbeonJaeger wrote:Never attribute malice where incompetence is possible. Incompetence is almost always the case.
EbonJaeger, You are really very right.
And the same is true sadnessly for malice.
Last edited by visionhelp on 2018-06-21, 10:04, edited 11 times in total.

vsrawat

Re: Facebook messages not showing

Unread post by vsrawat » 2018-06-21, 07:39

confirming that problems disappeared automatically.

messenger, notification, like-flavors are all working now.

vsrawat

Re: Facebook messenger not working

Unread post by vsrawat » 2018-06-21, 07:40

confirming that problems disappeared.

messenger, notification, like-flavors are all working now in PM 27.9.2.

nothing done by me. it started and ended automatically

please try now at your box and share here.

StefanP

Re: Facebook messenger not working

Unread post by StefanP » 2018-06-21, 10:48

I confirm that facebook notification and messages don't work ...the friends list opens, but not the messages and the notifications. :cry:

mudcake

Re: Facebook messenger not working

Unread post by mudcake » 2018-06-21, 11:15

Using PM 27.9.3 and facebook chat still stuffed

ricsiba

Re: Facebook messenger not working

Unread post by ricsiba » 2018-06-21, 11:34

i dont see nothing white sreen !!!
i rest palemoon deletee and make new nothing work..
the fb posts and my profile all work
but when i click on the messenger tab i dont see nothing
i dont do nothing with palemoon day for an other day it is stopped working evrything working good but FB CHAT NO
and other browser my fb chat working for me..
i dont now what to DO
i like palemoon to use

pls help
R

SLotman

Re: Facebook messenger not working

Unread post by SLotman » 2018-06-21, 11:58

Everything's working here for me *phew*

Kyanite

Re: Facebook messenger not working

Unread post by Kyanite » 2018-06-21, 13:08

Still not working for me :(

User avatar
Ozzed
Fanatic
Fanatic
Posts: 197
Joined: 2014-05-08, 11:37
Location: Sweden
Contact:

Re: Facebook messenger not working

Unread post by Ozzed » 2018-06-21, 14:02

I can confirm that I previously had the problem, but now I do not have the problem. I changed nothing at all to resolve it so.. No idea what's going on but yay it works! :D

User avatar
Corrine
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2014-02-18, 17:30
Location: Upstate NY
Contact:

Re: Facebook messenger not working

Unread post by Corrine » 2018-06-21, 14:04

ricsiba wrote:i dont see nothing white sreen !!!
i rest palemoon deletee and make new nothing work..
the fb posts and my profile all work
but when i click on the messenger tab i dont see nothing
i dont do nothing with palemoon day for an other day it is stopped working evrything working good but FB CHAT NO
and other browser my fb chat working for me..
i dont now what to DO
i like palemoon to use

pls help
R
Just as others who have posted in this thread experienced the various anomalies at different stages, it will take time for whatever mess FB created and then fixed to make its way to you. It takes time for DNS changes to propagate.
Image

Take a walk through the "Security Garden" -- Where Everything is Coming up Roses!

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: Facebook messenger not working

Unread post by badnick » 2018-06-21, 14:48

Strange but the problems disappeared.
Windows 10 pro /64 (version 1809)
PM last/64

User avatar
BKelley56
Apollo supporter
Apollo supporter
Posts: 40
Joined: 2016-11-24, 15:17

Re: Facebook messenger not working

Unread post by BKelley56 » 2018-06-21, 15:56

Same here. It seems to be working today where yesterday it did not. Very strange......

Locked