articulate

Clustor block expection

旧城冷巷雨未停 提交于 2021-02-05 06:20:05
问题 I use articulate for building my chatbot. https://github.com/samtecspg/articulate I get the below error when I execute docker-compose up api_1 | api_1 | /usr/src/app/server/index.js:33 api_1 | throw err; api_1 | ^ api_1 | [cluster_block_exception] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)]; :: {"path":"/document/_mapping/document","query":{},"body":"{\"properties\":{\"document\":{\"type\":\"text\"},\"time_stamp\":{\"type\":\"date\"},\"maximum_saying_score\":{\"type\":\

UIWebView cannot read correctly some local HTML5 stuff

依然范特西╮ 提交于 2019-12-12 01:49:51
问题 Here I come with a new challenge for you all, Objective-C developers: I'm trying to load some HTML5 exports from Articulate into an UIWebView. Well, at first sight it's quite simple: just put the HTML5 resources into the project and call index.html. Well, that simply doesn't work if the HTML5 resource have a complex javascript structure. Specially with <audio> and <video> tags. Any idea? 回答1: I've been investigating for hours and the solution appeared with some lateral thinking: If the main