active-forks icon indicating copy to clipboard operation
active-forks copied to clipboard

Work with no token provided. (Limits data availability.)

Open DonnKey opened this issue 4 years ago • 0 comments

If no token is provided (and one is often present by default!), the Javascript crashes because it is trying to parse the stringified value of config when it is set to undefined, yielding a JSON error on the letter 'u' (the first character in "undefined"). Set the default value to something harmless. (Only 60 requests per hour is allowed in that case, which is shown properly.)

DonnKey avatar Mar 15 '21 20:03 DonnKey