SeHer.no - Video issue

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!
User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

SeHer.no - Video issue

Unread post by Tomaso » 2019-01-27, 18:43

Any idea as to what's preventing videos from loading at seher.no?

Example (the video is simply shown as a black box):
https://www.seher.no/70697743/
(Scroll down about to about 4/7 of the page)

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2194
Joined: 2018-05-05, 13:29

Re: SeHer.no - Video issue

Unread post by vannilla » 2019-01-27, 21:18

The console tells me there's a syntax error in video-assets.js

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: SeHer.no - Video issue

Unread post by Tomaso » 2019-01-27, 21:44

The video still loads in other browsers though.

New Tobin Paradigm

Re: SeHer.no - Video issue

Unread post by New Tobin Paradigm » 2019-01-27, 21:51

Code: Select all

Timestamp: 1/27/2019 4:50:42 PM
Error: SyntaxError: invalid property id
Source File: https://www.seher.no/static/wf/video-assets.js
Line: 80, Column: 3
Source Code:
   ...config 

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: SeHer.no - Video issue

Unread post by Tomaso » 2019-01-27, 22:22

Let me refrase the question..
Why does the video load in just fine in other browsers, despite the console error?
Perhaps there's an opportunity here, to make Pale Moon's media code more "robust".

New Tobin Paradigm

Re: SeHer.no - Video issue

Unread post by New Tobin Paradigm » 2019-01-28, 02:40

Tomaso wrote:Let me refrase the question..
Why does the video load in just fine in other browsers, despite the console error?
Perhaps there's an opportunity here, to make Pale Moon's media code more "robust".
Because there is a syntax error. Likely has NOTHING to do with media but solely with javascript. UNLESS it is EME of course.. But until one can determined why the syntax is in error according to the JS engine.. It won't progress past that.

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

Re: SeHer.no - Video issue

Unread post by Moonchild » 2019-01-28, 10:40

An "invalid property id" syntax error usually means you're doing something wrong with a JSON object definition or trying to instantiate a function declaration or something similar strange.
Unfortunately the line/column of the error doesn't correspond to anything that makes sense (it points to a comment position in the source).
"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

Goodydino
Keeps coming back
Keeps coming back
Posts: 827
Joined: 2017-10-10, 21:20

Re: SeHer.no - Video issue

Unread post by Goodydino » 2019-01-28, 18:10

That video does not show with SeaMonkey either. It does with Safari and Opera.