192: Not a readable file

You linked a file which the Aneamal Translator shall integrate into the webpage – for example a HTML file with [h]->, a text file with [t]->, a TSV file or a file within a metadata declaration such as a CSS or JavaScript file. But the given file path does not point to a readable file.

Solution

Make sure the file exists and the permissions grant the ability to read the file. You may also need to check its directory’s and parent directories’ permissions.

The file path must be either relative to the Aneamal root directory – it begins with a slash then – or relative to the current file’s directory. These paths are relative to the Aneamal root:

@ script: ->/clock/work.js

[h]->/clock/face.html

The file in this example on the other hand is in the same folder as the current file:

@ style: ->dark.css