Theblockbuster1 / disboard-auto-bump

Not against Discord's ToS!
MIT License
70 stars 16 forks source link

Error handling response: ReferenceError: enabled is not defined #1

Closed ghost closed 1 year ago

ghost commented 4 years ago

image This is on the latest google chrome stable build.

Theblockbuster1 commented 4 years ago

I'm on Chrome 80.0.3987.149 and cannot reproduce... Maybe try editing safetymode:enabled &safetymode:disabled to safetymode:"enabled" & safetymode:"disabled" in background.js and popup.js

ghost commented 4 years ago

adding the quotations fixed the problem.

Theblockbuster1 commented 4 years ago

Today this happened to me, but by restarting Chrome (by entering chrome://restart into the URL bar) it fixed itself, without needing to tweak any code. This problem seemed to also affect some other extensions like uBlock Origin by making it forget all it's settings and filter lists. Seems it might just be a problem with Chrome and browser storage.

danthe1st commented 3 years ago

Just commenting the line out works, too

Theblockbuster1 commented 3 years ago

Note that commenting the line out or adding quotations will likely break Safety Mode functionality. Try restarting Chrome as mentioned here before trying that.

Theblockbuster1 commented 3 years ago

Alright the latest version of the extension might of fixed this issue, if anybody else could test this out it would be much appreciated.

ghost commented 1 year ago

Closing