question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Denon does't doesn't watch

See original GitHub issue

Describe the bug The watcher doesn’t work anymore after updating both deno and denon. Neither in the terminal, where I run denon, are updates visible nor is the cmd executed after changing files. The initial cmd (when I start denon) is executed tho.

To Reproduce

{
  "$schema": "https://deno.land/x/denon/schema.json",
  "scripts": {
    "start": {
      "cmd": "deno run --unstable -A ./bundler.ts ./components.ts ./static/scripts",
      "desc": "Run the bundler."
    }
  },
  "watcher": {
    "interval": 350,
    "exts": ["ts", "html"],
    "match": ["./myWebComponents/**/*.*"],
    "skip": ["*/.git/*"]
  }
}

I have typescript files for example in “./myWebComponents/navbar/navbar.ts”.

Expected behavior Denon should run the script and tell me in terminal that it updates when I change files.

Setup

  • OS: linux, arch
  • Deno version: 1.3.3
  • Denon version: v2.3.3

Additional context I would be happy to add further information if required.

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:9
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
notfilippocommented, Sep 30, 2020

I will investigate

3reactions
futbotismcommented, Oct 6, 2020

+1 mine watches but only for things on the root level, nothing with depth

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting AVR-S710W
Power does not turn on. Check whether the power plug is correctly inserted into the power outlet. ... Power automatically turns off. The...
Read more >
Denon Receiver Won't Display Video : r/ShieldAndroidTV
I have a Denon AVRS730h receiver and a Samsung MU8000 tv. ... But once I plug it back into the receiver, it just...
Read more >
How to Fix Denon Home Theater No Sound Issue - YouTube
How to Fix Denon Home Theater No Sound Issue. Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn't begin ......
Read more >
Denon AVR-2105 Repair - no display or output - YouTube
0:00 · New! Watch ads now so you can enjoy fewer interruptions. Got it ...
Read more >
H/P Input On Denon Receiver Problem FIXED !!! - YouTube
This video will show you how to fix an annoying problem that occurs with Denon Audio Video Receivers.The Error that shows up is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found