ash-jc-allen / short-url

A Laravel package for creating shortened URLs for your web apps.
MIT License
1.25k stars 158 forks source link

Undefined property: WhichBrowser\Model\Os::$name #294

Closed artisanz closed 2 weeks ago

artisanz commented 2 weeks ago

production.ERROR: Undefined property: WhichBrowser\Model\Os::$name {"exception":"[object] (ErrorException(code: 0): Undefined property: WhichBrowser\Model\Os::$name at /vendor/ashallendesign/short-url/src/Classes/UserAgent/ParserPhpDriver.php:27)

A user encountered this error after accessing the site 4 times. However, I am unable to reproduce the issue. The user’s User-Agent string is: Mozilla/4.0 (compatible; MSIE 6.0; ) Opera/UCWEB7.0.2.37/28/999

ash-jc-allen commented 2 weeks ago

Hey! Sorry that you were having issues with the package. I've just released a fix that should hopefully solve the issue 😄

https://github.com/ash-jc-allen/short-url/releases/tag/v8.1.1