sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

Uncaught Error: watch ~/Pycom/pymakr.conf ENOSPC #78

Closed blogiston closed 6 years ago

blogiston commented 6 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.26.1 x64 Electron: 1.7.11 OS: Ubuntu 14.04.5 Thrown From: pymakr package 1.3.0

Stack Trace

Uncaught Error: watch /home/david/Pycom/pymakr.conf ENOSPC

At fs.js:1412

Error: watch /home/david/Pycom/pymakr.conf ENOSPC
    at exports._errnoException (util.js:1050:11)
    at FSWatcher.start (fs.js:1410:19)
    at Object.fs.watch (fs.js:1436:11)
    at /packages/pymakr/lib/main/settings-wrapper.js:61:33
    at FSReqWrap.oncomplete (fs.js:114:15)

Commands

Non-Core Packages

pymakr 1.3.0 
RalphHogenbirk commented 6 years ago

Hi @blogiston, ENOSPC means there is no space on your drive, so pymakr fails to watch. I'll check if I can add nicer error handling for it.

danspndl commented 6 years ago

Hi @blogiston, I'll close this issue for now. If you're still having problems, feel free to reopen it and add more details. (#54 has the same error)