amshove / GC_little_helper

GC little helper
GNU General Public License v2.0
35 stars 22 forks source link

Fix update check #142

Open lukeIam opened 9 years ago

lukeIam commented 9 years ago

Update check throws an exception while parsing the version message:

GClh_ERROR - Check for Updates - http://www.geocaching.com/my/#: Cannot read property '2' of null
Stacktrace:
TypeError: Cannot read property '2' of null
    at GM_xmlhttpRequest.onload (chrome-extension://hgjjfckkflmkegaedfknagooikgpjano/gc_little_helper.js:7023:56)
    at XMLHttpRequest.xhr.(anonymous function) (<anonymous>:37:7)

Has never been working with chrome. We have two options:

LOK-Soft commented 9 years ago

We might use @updateUrl and @downloadURL for automatic update check by greasemonkey instead of own script http://wiki.greasespot.net/Metadata_Block#.40downloadURL