colab-notifier icon indicating copy to clipboard operation
colab-notifier copied to clipboard

Not working for me

Open ZDL-Git opened this issue 4 years ago • 12 comments

This not working, no sound, no message.

client os: Mac OS

ZDL-Git avatar Apr 08 '20 02:04 ZDL-Git

Hi,

could you provide the error message that you are getting? Have a look at chrome://extensions/ in chrome. Thank you!

naraB avatar Apr 08 '20 05:04 naraB

no any errors even info in extension's background page.

ZDL-Git avatar Apr 08 '20 11:04 ZDL-Git

You do know that the cells have to run 15 mins by default before you get a notification? Enter 1 as the threshold and then run a cell with the following content:

from time import sleep
sleep(60)

Let me know if it still is not working.

naraB avatar Apr 08 '20 12:04 naraB

Yes, that is what I’ve done.

ZDL-Git avatar Apr 08 '20 12:04 ZDL-Git

Interesting.. Did you install the extension from the google web store?

naraB avatar Apr 08 '20 12:04 naraB

Try deinstalling and installing again using chrome web store.

naraB avatar Apr 08 '20 12:04 naraB

I tried to install from CWS again, but still not working.

Chrome version: 80.0.3987.163

ZDL-Git avatar Apr 08 '20 12:04 ZDL-Git

Within the extension, press on "sound" and "message". Do you see or hear anything?

naraB avatar Apr 08 '20 15:04 naraB

They are performing normally.

ZDL-Git avatar Apr 09 '20 12:04 ZDL-Git

I found the reason, this only supports English environment: mutation.target.title.includes('Interrupt execution') I change mine to: mutation.target.title.includes('中断执行')

It works now! Thanks

ZDL-Git avatar May 30 '20 08:05 ZDL-Git

A small issue:

const runningCellObserverConfig = { attributes: true, hildList: true, subtree: true }; 'hildList' spelling mistake

Two small suggestions:

1.support float time format, cancel inputformat check, as input tag will do that. 2.If you add support for Chinese, may be more users will benefit from this extension.

Thanks again!

ZDL-Git avatar May 30 '20 09:05 ZDL-Git

Cool! I'll have a look, thanks!

naraB avatar Jun 02 '20 13:06 naraB