device_detector icon indicating copy to clipboard operation
device_detector copied to clipboard

Results 4 device_detector issues
Sort by recently updated
recently updated
newest added

The ReadMe.md references a device_brand_name() function but I can't see it anywhere in the code and calling it fails when called ``` device = DeviceDetector(user_agent).parse() manufacturer = device.device_brand_name() ``` AttributeError:...

``` File "/app/main.py", line 184, in _ua ua['device_type'] = parsed.device_type() ^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/device_detector/device_detector.py", line 560, in device_type dt = self.all_details.get('device', {}).get('type', '') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get'...

- Synced files from Matomo project - Added building/installing instructions