-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When testing UserAgent browser is detected but same browser is ignored in raports #14426
Comments
Just noticed that there was this exact discussion two years ago in #5615 :) |
I dont know how #5615 is exact, but ok. |
Ah, it's matomo-org/device-detector#5615 |
Yeah, I dig thru that. Ok, thanks - looks like |
I am currently in the process of creating a new website that will show the exact DeviceDetector results for a user agent. You can find the current status here: https://devicedetector.lw1.at/ |
Yes, your page does detect it as mediaplayer which is correct, nonetheless the issue is still with the core ;-) |
UserAgents:
Kodi/16.1 (Linux; Android 6.0; SHIELD Android TV Build/MRA58K) Android/6.0.0 Sys_CPU/armv8l App_Bitness/32 Version/16.1
Kodi/17.0-ALPHA1 (X11; Linux armv7l) OpenELEC/8.0 HW_RaspberryPi/1.0 App_Bitness/32 Version/17.0-ALPHA1
Kodi/14.1 (Windows NT 6.3; WOW64) App_Bitness/32 Version/14.1
Those are detected correct on
module=DevicesDetection&action=detection
, all of them are missing browsers families, yet all of them are 'unknown' browser in every raport.Is that the issue that Kodi browser is not liked with any other family ?
Do adding family for browser will fix that ?
The text was updated successfully, but these errors were encountered: