nfreear / pomodoro-browser-ext

A Pomodoro countdown timer that helps you focus by blocking access to distracting websites.
https://chromewebstore.google.com/detail/my-pomodoro-work-relax-fo/ciifljdpiobfiebfjlppcdakelfipiko
GNU General Public License v3.0
0 stars 0 forks source link

Bug: "Could not establish connection. Receiving end does not exist" #9

Open nfreear opened 3 months ago

nfreear commented 3 months ago

Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist. _postMessage moz-extension://7211faea-ba72-45a8-b856-b23905ab90fe/lib/service-worker.js:129

  _postMessage (data) {
    this._runtime.sendMessage(data);
    ...
  }
nfreear commented 3 months ago

Commit 3db01416fe6c5db07db62399b02dd8666d7e611b for #8 may have largely / totally fixed this issue!

The message listener in lib/offscreen-page.js ensures that a "Receiving end" does exist.