You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll preface with saying I can't reproduce the bug, but figured I'd write this up anyway.
I noticed there had been no new manga updates in a while, so I checked AMR. No mirrors showed up in "supported web sites" and everything was just empty.
After some error hunting, I found an error being thrown in amrcsql.js:89, where it parses data from the databases. Thing is, the "websites" database had been bloated with about 17000 entries with all columns "undefined", and the JSON parser didn't like that.
Steps to fix:
In Chrome developer tools, select resources, Web SQL, AMR, execute DELETE FROM websites WHERE websites="undefined"
I don't know how the database is populated, so I don't know under which circumstances this can happen.
The text was updated successfully, but these errors were encountered:
I'll preface with saying I can't reproduce the bug, but figured I'd write this up anyway.
I noticed there had been no new manga updates in a while, so I checked AMR. No mirrors showed up in "supported web sites" and everything was just empty.
After some error hunting, I found an error being thrown in amrcsql.js:89, where it parses data from the databases. Thing is, the "websites" database had been bloated with about 17000 entries with all columns "undefined", and the JSON parser didn't like that.
Steps to fix:
In Chrome developer tools, select resources, Web SQL, AMR, execute
DELETE FROM websites WHERE websites="undefined"
I don't know how the database is populated, so I don't know under which circumstances this can happen.
The text was updated successfully, but these errors were encountered: