taskbook icon indicating copy to clipboard operation
taskbook copied to clipboard

Snap package complains about "update check failed"

Open sersorrel opened this issue 6 years ago • 1 comments

Describe the bug

After every time I run taskbook, I get a big warning printed:

┌────────────────────────────────────────────────────────┐
│              taskbook update check failed              │
│          Try running with sudo or get access           │
│          to the local update config store via          │
│ sudo chown -R $USER:$(id -gn $USER) /home/josh/.config │
└────────────────────────────────────────────────────────┘

To Reproduce

$ snap install taskbook
$ taskbook

Expected behavior

Taskbook shouldn't try to update itself when it's a snap – the whole point of snaps is that they're immutable, it's expected that it can't overwrite itself.

Technical Info

  • OS: Ubuntu 18.04
  • Node.js Version: whatever's in the snap
  • Taskbook Version: 0.2.0

sersorrel avatar Nov 25 '18 14:11 sersorrel

i'm experiencing the same issue as above. taskbook is version 0.3.0, os is ubuntu 18.04

needlenose avatar Apr 01 '21 20:04 needlenose