inkle / inkle/inky

Ink has errors when exporting on 0.14.1

Open
#500 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

I'm running the latest Inky (version 0.14.1, ink version 1.1.1, injs version 2.1.0) on ubuntu (Linux hostname 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux).

When trying to export ANY story to web, it fails because it thinks there are ink errors. First, it says in

`renderer/liveCompiler.js` lines 142 to 144 that `callback is not a function` because it's been set to null:

var callback = exportCompleteCallback;
exportCompleteCallback = null;
if( error )

if you remove the callback or log the error, it says "Could not export: Ink as herrors - please fix them.
I am not sure how to further debug this mysellf.

![image](https://github.com/inkle/inky/assets/119365798/6d01c87b-f22c-41f4-a811-472d612d7799)
![image](https://github.com/inkle/inky/assets/119365798/661b7ed6-80ab-430a-bcaa-595d0d5ae863)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.