Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Tautulli on a Motorola Edge Plus thinks it's running Microsoft's Edge Browser. #264

Open
StephenCYang opened this issue Jul 21, 2020 · 5 comments

Comments

@StephenCYang
Copy link

Describe the Bug
When bringing up the Tautulli web page on a Motorola Edge Plus phone with Chrome, it thinks that the browser is Microsoft's Edge.

Steps to Reproduce

  1. Get a Motorola Edge Plus phone.
  2. Open the Tautulli web page.

Expected Behavior
I don't expect the warning message about how it MS Internet Explorer and Edge aren't supported.

Screenshots
https://imgur.com/BNTfMt6

Relevant Settings
Nothing else server side is really Relevant.

Tautulli and System Info (see Tautulli settings page)

  • Version: 2.5.3
  • Git Branch: master
  • Git Commit Hash: 1698622d63f406d50da4429e2b5d1b5d558933
  • Platform and Version: Window 10
  • Python Version: 3.8.3
  • Browser and Version: Chrome 84.0.414789
  • Android 10 Build QPBS30.188-48-3

Link to logs (required)
Include a link to your FULL logs (not just a few lines) on Gist.
https://gist.github.com/StephenCYang/46f428765151db8d81e7a574fdf79527
Tautulli-Edge

@StephenCYang
Copy link
Author

Browser agent info from whatsmybrowser.org
Screenshot_20200720-215619
Screenshot_20200720-215603
Screenshot_20200720-215612

@JonnyWong16
Copy link
Contributor

This looks like a bug with the upstream bestiejs/platform.js platform detection library that Tautulli is using.

You can check by going here: https://bestiejs.github.io/platform.js/

I can't check because the full user agent string is cutoff in your screenshot.

@StephenCYang
Copy link
Author

{
"name": "Microsoft Edge",
"version": null,
"layout": "EdgeHTML",
"prerelease": null,
"os": "Android 10",
"manufacturer": "Motorola",
"product": "Motorola",
"description": "Microsoft Edge on Motorola (Android 10)",
"ua": "Mozilla/5.0 (Linux; Android 10; motorola edge plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36"
}

@StephenCYang
Copy link
Author

Looks like you are correct. The browser name is wrong...

@JonnyWong16
Copy link
Contributor

I opened an issue with platform.js.

bestiejs/platform.js#184

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants