问题标签 [articulate]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
96 浏览

articulate-storyline - 使用 iframe 渲染/显示清晰的内容

我使用 LMS 选项发布 Articulate 内容并在输出选项部分选择 Tin Can API 选项。

现在,当我使用 Iframe 渲染/显示它并单击任何链接时,它会引发以下错误。请帮我弄清楚。

app.min.js:40 Uncaught TypeError: Cannot read property 'get' of undefined at t.checkFlow (app.min.js:40) at Object.r.invokeGuardedCallback (app.min.js:8) at o (app .min.js:5) 在 Object.a [as executeDispatchesInOrder] (app.min.js:5) 在 d (app.min.js:5) 在 m (app.min.js:5) 在 Array.forEach () 在 n (app.min.js:10) 在 Object.processEventQueue (app.min.js:5) 在 n (app.min.js:8)

在此处输入图像描述

0 投票
1 回答
163 浏览

chatbot - Articulate Chatbot 安装“错误:对于 rasa 无法启动服务 rasa:OCI 运行时创建失败”

安装 docker 工具箱和 rasa 以运行清晰的聊天机器人后,尝试 docker-compose up 并配置 docker-compose.yml 文件后,我收到此错误。

请帮忙。错误截图

0 投票
1 回答
361 浏览

docker - 集群块期望

我使用清晰度来构建我的聊天机器人。https://github.com/samtecspg/articulate

执行时出现以下错误docker-compose up

尽管我收到此错误,但我已经清除了 15gb 的空间。

0 投票
1 回答
985 浏览

elasticsearch - Elasticsearch 连接被拒绝(拨号 tcp 172.20.0.6:9200 ) - Articulate v0.21.2 发布

我正在尝试安装 Articulate v0.21.2 我按照在 Windows 7 上的Articulate Website Installed Docker Toolbox 中的步骤从 github 中提取了最新 版本。在运行 docker-compose up 时,我收到 Elasticsearch 连接被拒绝(拨号 tcp 172.20.0.6: 9200) 你需要单独安装elasticsearch吗?如何解决以下问题

任何帮助。下面的完整路径:

0 投票
1 回答
240 浏览

python - Trying to run Python using Reticulate giving a module not found error, but it is installed

I am trying to source data from a python script to use in R. I am using Articulate and PyCharm.

The script imports the module GetOldTweets3 and runs fine on its own, but when I try to run it using Articulate, I get Exception: ModuleNotFoundError: No module named 'GetOldTweets3'

py_config() gives me:

Running conda list in a terminal shows it there (in the pypi channel).

I am calling the python script using source_python().