126: Linked image with absolute URL

This error message has been obsolete since version 27 of the Aneamal Translator. A related error message is 201: Forbidden URI type for linked image file.

Legacy information

You linked an image file with [j]->, for which the Aneamal Translator shall generate a preview image and integrate it into the webpage. You used an absolute URL for the image. Absolute URLs can reference remote files. However, remote files are forbidden to be used with [j]-> for security and copyright reasons in this case.

Solution

You can use a filename relative to the Aneamal root directory or a filename which is relative to the current file’s directory:

% this is relative to the Aneamal root directory:
[j]->/en/example.png

% this is an image in the same directory as the current file:
[j]->example.png

Alternatively you can link a remote image using [i]-> without a preview image being generated, if the original image has suitable dimensions already.

[i]->https://example.org/image.png