question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Browser Detected as Safari

See original GitHub issue

I use the Vivaldi browser (https://vivaldi.com) which is a Chromium browser and its being recognized as safari at least thats what I think is the problem. I get

[modules/browser/BrowserDetection.js] <>: Browser type defaults to Safari ver 1 n @ Logger.js:125

I do have the plugin installed and this wasnt a problem till a few weeks ago, I suppose this has to do with it thinking im using Safari instead of Vivaldi.

[react/features/base/connection/actions.web.js] <>: TypeError: Cannot read property 'isPluginInstalled' of undefined at RTCUtils.js:1054 at new Promise (<anonymous>) at t.value (RTCUtils.js:876) at Function.value (RTC.js:408) at Object.init (JitsiMeetJS.js:168) at Object.init (conference.js:725) at actions.web.js:36 at index.js:11 at middleware.js:58 at middleware.js:40 at middleware.js:127 at middleware.js:21 at middleware.js:39 at middleware.js:34 at middleware.js:25 at middleware.js:36 at middleware.js:17 at middleware.js:54 at middleware.js:25 at middleware.js:12 at middleware.js:33 at middleware.js:27 at middleware.js:34 at middleware.js:20 at middleware.js:33 at middleware.js:16 at middleware.js:44 at middleware.js:86 at middleware.js:101 at middleware.js:21 at t.value (Conference.web.js:79) at commitLifeCycles (react-dom.production.min.js:149) at t (react-dom.production.min.js:158) at _ (react-dom.production.min.js:169) at w (react-dom.production.min.js:168) at h (react-dom.production.min.js:167) at p (react-dom.production.min.js:165) at Object.enqueueSetState (react-dom.production.min.js:108) at l.o.setState (react.production.min.js:12) at e (translate.js:123) at n (translate.js:135) at EventEmitter.js:46 at Array.forEach (<anonymous>) at t.e.emit (EventEmitter.js:45) at i18next.js:162 at i18next.js:265 at t.load (BackendConnector.js:183) at i18next.js:215 at t.load (CacheConnector.js:40) at t.loadResources (i18next.js:214) at r (i18next.js:280) at t.changeLanguage (i18next.js:286) at l (i18next.js:159)

Uncaught (in promise) TypeError: H.webRTCReady is not a function at RTCUtils.js:1050 at new Promise (<anonymous>) at RTCUtils.js:1050 at new Promise (<anonymous>) at t.value (RTCUtils.js:876) at Function.value (RTC.js:408) at Object.init (JitsiMeetJS.js:168) at Object.init (conference.js:725) at actions.web.js:36 at index.js:11 at middleware.js:58 at middleware.js:40 at middleware.js:127 at middleware.js:21 at middleware.js:39 at middleware.js:34 at middleware.js:25 at middleware.js:36 at middleware.js:17 at middleware.js:54 at middleware.js:25 at middleware.js:12 at middleware.js:33 at middleware.js:27 at middleware.js:34 at middleware.js:20 at middleware.js:33 at middleware.js:16 at middleware.js:44 at middleware.js:86 at middleware.js:101 at middleware.js:21 at t.value (Conference.web.js:79) at commitLifeCycles (react-dom.production.min.js:149) at t (react-dom.production.min.js:158) at _ (react-dom.production.min.js:169) at w (react-dom.production.min.js:168) at h (react-dom.production.min.js:167) at p (react-dom.production.min.js:165) at Object.enqueueSetState (react-dom.production.min.js:108) at l.o.setState (react.production.min.js:12) at e (translate.js:123) at n (translate.js:135) at EventEmitter.js:46 at Array.forEach (<anonymous>) at t.e.emit (EventEmitter.js:45) at i18next.js:162 at i18next.js:265 at t.load (BackendConnector.js:183) at i18next.js:215 at t.load (CacheConnector.js:40) at t.loadResources (i18next.js:214) at r (i18next.js:280) at t.changeLanguage (i18next.js:286) at l (i18next.js:159)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
7HEPOWcommented, Aug 23, 2018

Still an issue with the latest Vivaldi 1.15.1147.64 Linux release. Agent switching to Chrome/Windows still works though.

0reactions
stale[bot]commented, Dec 3, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detect Safari browser - javascript - Stack Overflow
How to detect Safari browser using JavaScript? I have tried code below and it detects not only Safari but also Chrome browser.
Read more >
How to detect the user browser ( Safari, Chrome, IE, Firefox ...
Detecting the Safari browser: The user-agent of the Safari browser is “Safari”. This value is passed to indexOf() method to detect this ...
Read more >
Browser detect safari or Chrome - gists · GitHub
Browser detect safari or Chrome. GitHub Gist: instantly share code, notes, and snippets.
Read more >
Browser detection using the user agent - HTTP - MDN Web Docs
So to detect Safari you have to check for the Safari string and the absence of the Chrome string, Chromium often reports itself...
Read more >
Javascript targeting Safari only - Denis Bouquet
Here is a bit of javascript to target Safari only. Chrome has both 'Chrome' and 'Safari' inside userAgent string. Safari has only 'Safari'....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found