-
Notifications
You must be signed in to change notification settings - Fork 139
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
Broken device.family results since 2.1.4 #63
Labels
Comments
Here's a test program which (on my linux 2.1.4 server) goes wrong every time:
Sample output:
Output on 2.1.3:
Hope that helps. |
I'm assuming that the regexp.yml source file that I used changed format causing these kind of build failures. I'll look in to it tonight if can find some spare cycles. Thanks for your detailed report and testcase! |
User4martin
pushed a commit
to user142martin/useragent
that referenced
this issue
Aug 11, 2015
ghost
mentioned this issue
Jan 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two versions of my production server. Most are still on version 2.1.3, but one I built recently has 2.1.4. On this 2.1.4 server, there are some weird device.family results appearing in my logs. For example:
Picking the top one as an example, the user agent is
Using 2.1.3, device.family is correct:
Samsung SM-T230
Using 2.1.4, device.family is incorrect:
Samsung $2
90% of devices are OK. These broken ones represent around 10% of the different devices in my logs. I have not noticed any similar issues with browser or operating system. It just looks like device that's a bit broken.
I'm going to force 2.1.3 for the moment on my servers, but hopefully this can be fixed going forward :-)
The text was updated successfully, but these errors were encountered: