CoHost

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Daikun
Lunatic
Lunatic
Posts: 442
Joined: 2013-12-13, 20:54
Location: California

CoHost

Unread post by Daikun » 2022-11-10, 18:26

There's a new social media website called CoHost, and it doesn't seem to work with Pale Moon.
The main page loads just fine, but if I want to log in or sign up for an account, it gives me this page:
cohost.jpg
The only way I'm able to use CoHost is by using another browser (it's how I was able to create my account). I've tried clearing my cache, enabling WebComponents, and changing the useragent. No changes.

Code: Select all

SyntaxError: bad method definition

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: CoHost

Unread post by Moonchild » 2022-11-10, 21:36

Code: Select all

Timestamp: 10/11/2022 22:25:27
Error: SyntaxError: bad method definition
Source File: https://cohost.org/static/client.01dd2c721287988c07e2.js
Line: 1, Column: 178062
Source Code:
e strict";n.d(t,{O:function(){return r}});const r=new class{store={};setEnv(e){this.store={...e}}getEnvVal(e){return"und
They are using ES2022 instance class fields, without a fallback as far as i can tell. Only the latest versions of Blink and Gecko support that.
Since they seems to have decent access to bug reports you could file it as a compatibility bug to them.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

struppi
Hobby Astronomer
Hobby Astronomer
Posts: 28
Joined: 2016-11-30, 08:28

Re: CoHost

Unread post by struppi » 2022-12-02, 10:05

I found another site with this error (I hope it's reachable, because I sit inside a university net, with some privileg access)

I got the error two times and some days ago there were no problem:
https://de.statista.com/statistik/daten ... utschland/

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: CoHost

Unread post by Moonchild » 2022-12-02, 10:19

There is no 1:1 relation from "bad method definition" to this specific ES2022 use. "bad method definition" can be caused by many things.
This is why I specifically quoted the problematic snippet of code from the error console.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

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

Re: CoHost

Unread post by BenFenner » 2022-12-02, 15:37

I've submitted a ticket to their support page: https://help.antisoftware.club/support/home

I also found this on their forum: https://help.antisoftware.club/support/ ... 2000183034

Locked