Skip to content

module 'Box' not found: #252

@michal-h21

Description

@michal-h21

Hi,

I am trying the html subcommand from the latest development version (3.9.11), with the sample file from your blog post:

<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <link href="styles.css" rel="stylesheet">
</head>
<body>
    <h1>Header 1</h1>
    <p>Text im Absatz</p>
</body>
</html>

It fails with the following error message:

   /home/mint/prg/speedata-publisher/sw/lua/publisher/html.lua:12: module 'Box' not found

I've found that there is a box.lua module in sw/lua directory, so I guess it is a typo in html.lua and the required module should be box instead.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions