austencm / youtube-auto-like

Chrome extension that automatically likes videos from your subscribed channels.
MIT License
164 stars 53 forks source link

Error at load: 'Service worker registration failed' #115

Closed NitramO-YT closed 2 years ago

NitramO-YT commented 2 years ago

Hi, when i load the extension it threw me back the following error: 'Service worker registration failed' "background": { "service_worker": "background.js" }, image And the extension seem to not working sometimes. (for not saying not working at all)


Log

[no log found]

austencm commented 2 years ago

@NitramO-YT what browser are you using?

NitramO-YT commented 2 years ago

@NitramO-YT what browser are you using?

User agent: 
{
  "browser": {
    "name": "Opera",
    "version": "90.0.4480.117"
  },
  "os": {
    "name": "Windows",
    "version": "NT 10.0",
    "versionName": "10"
  },
  "platform": {
    "type": "desktop"
  },
  "engine": {
    "name": "Blink"
  }
}
{
  "disabled": false,
  "like_what": "subscribed",
  "like_when": "percent",
  "like_when_minutes": "2",
  "like_when_percent": "50"
}
NitramO-YT commented 2 years ago

But i updated it to the new version and there are no errors now!