10
votes

The File Watcher suddenly stopped working and producing the error below:

Automatic upload: check for related changes from File Watchers took too much time and was cancelled.

Here's my watcher settings: enter image description here

The full Arguments field value: --no-cache --update $FileName$:$FileNameWithoutExtension$.css

I tried the solution on this link but still generated the same error. enter image description here

I'm not sure what did I miss. For I've been using PHPStorm for several months and didn't encounter error like this. Seems the File Watchers SCSS and SASS aren't working anymore .I tried resetting the phpstorm each time I apply changes.

1
Something weird might be going on with SCSS & Ruby. Have you tried to run the SCSS compile command manually, does this take a long time to complete too? - Tim Visée
Click "Create output file from stdout" to see if there's anything worthy - Aleksandr Makov

1 Answers

1
votes

This issue has been resolved.

I just installed the latest version of Phpstorm (2016.2) with all new settings and config. The Sass File Watcher are now working perfectly.