arouel / uadetector

UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
http://uadetector.sourceforge.net/
Apache License 2.0
246 stars 100 forks source link

update service doesnt work #110

Closed drora closed 9 years ago

drora commented 9 years ago

this exception keeps on coming when I use an updating parser:

net.sf.uadetector.datastore.AbstractUpdateOperation Can not check for an updated version. Are you sure you have an established internet connection?

when I debug the update process, seems like the version url has moved permanently:

http://user-agent-string.info/rpc/get_data.php?key=free&format=ini&ver=y ==> ERROR 404 - These data are not longer available on user-agent-string.info, please look at http://udger.com/resources/download

drora commented 9 years ago

discussion here: https://github.com/before/uadetector/issues/96