<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Wit.ai Parsing error]]></title><description><![CDATA[<p dir="auto">So,<br />
I have looked on Google and various repos but my problem still stands,<br />
<a href="http://Wit.ai" target="_blank" rel="noopener noreferrer nofollow ugc">Wit.ai</a>  failed parsing app.json<br />
I edited this because another person said to but there is still the problem. I pasted app.json into JSONLint and it was valid. Please help</p>
<p dir="auto">on raspberry pi3 btw</p>
]]></description><link>https://forum.magicmirror.builders/topic/12576/wit-ai-parsing-error</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:28:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12576.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2020 15:22:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wit.ai Parsing error on Tue, 18 Aug 2020 23:32:04 GMT]]></title><description><![CDATA[<p dir="auto">hey, so I did what you said to do and got the error parsing app.json could you leave a direct link to the compressed file, it would help a lot Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/80312</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80312</guid><dc:creator><![CDATA[thepythonscript]]></dc:creator><pubDate>Tue, 18 Aug 2020 23:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to Wit.ai Parsing error on Tue, 14 Apr 2020 09:59:46 GMT]]></title><description><![CDATA[<p dir="auto">yes it is</p>
]]></description><link>https://forum.magicmirror.builders/post/72711</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72711</guid><dc:creator><![CDATA[Mahieedaboss]]></dc:creator><pubDate>Tue, 14 Apr 2020 09:59:46 GMT</pubDate></item><item><title><![CDATA[Reply to Wit.ai Parsing error on Mon, 13 Apr 2020 22:01:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mahieedaboss" aria-label="Profile: Mahieedaboss">@<bdi>Mahieedaboss</bdi></a> is the entities folder in the new zip file?</p>
]]></description><link>https://forum.magicmirror.builders/post/72691</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72691</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 13 Apr 2020 22:01:28 GMT</pubDate></item><item><title><![CDATA[Reply to Wit.ai Parsing error on Mon, 13 Apr 2020 21:56:26 GMT]]></title><description><![CDATA[<p dir="auto">Right,Update</p>
<p dir="auto">I solved this issue</p>
<p dir="auto">1.Extract files from “smart-mirror”<br />
2.edit app.json:<br />
{<br />
“version” : 20160513,<br />
“zip-command” : “zip smart-mirror.zip smart-mirror/app.json smart-mirror/entities/*.json smart-mirror/actions.json smart-mirror/stories.json smart-mirror/expressions.json”,<br />
“data” : {<br />
“name” : “smart-mirror”,<br />
“description” : “smart mirror assistant”,<br />
“lang” : “en”<br />
}<br />
}</p>
<p dir="auto">BECOMES</p>
<p dir="auto">{<br />
“version” : 20160513,<br />
“zip-command” : “zip smart-mirror.zip smart-mirror/app.json smart-mirror/entities/*.json smart-mirror/actions.json smart-mirror/stories.json smart-mirror/expressions.json”,<br />
“data” : {<br />
“name” : “smart-mirror”,<br />
“description” : “smart mirror assistant”,<br />
“lang” : “en”,<br />
“timezone”: “Europe/London”<br />
}<br />
}</p>
<ol start="3">
<li>Compress the newly updated “smart-mirror” file</li>
<li>Do the whole <a href="http://wit.ai" target="_blank" rel="noopener noreferrer nofollow ugc">wit.ai</a> thing but insert this new zip</li>
</ol>
<p dir="auto">I’m pretty sure this should work</p>
<p dir="auto">New problem</p>
<p dir="auto">Failed parsing entities/</p>
<p dir="auto">I guess we have to edit some more but what exactly??</p>
]]></description><link>https://forum.magicmirror.builders/post/72689</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72689</guid><dc:creator><![CDATA[Mahieedaboss]]></dc:creator><pubDate>Mon, 13 Apr 2020 21:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to Wit.ai Parsing error on Mon, 13 Apr 2020 15:55:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mahieedaboss" aria-label="Profile: Mahieedaboss">@<bdi>Mahieedaboss</bdi></a></p>
<p dir="auto">Maybe I should have explained  a bit more:</p>
<p dir="auto">I was following the yt vid by HackerShack and got to the bit where he creates an app using <a href="http://wit.ai" target="_blank" rel="noopener noreferrer nofollow ugc">wit.ai</a>. In this, he presses New app+ and then types a name, description and as his bkup file, inserts wit_training_data.zip<br />
this can be found at<br />
<a href="https://github.com/HackerShackOfficial/AI-Smart-Mirror/tree/master/models" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/HackerShackOfficial/AI-Smart-Mirror/tree/master/models</a><br />
I pressed +create app and then the error popped up “failed parsing app.json”<br />
I troubleshooted and found this:<br />
<a href="https://github.com/wit-ai/wit/issues/1538" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/wit-ai/wit/issues/1538</a><br />
I try to change<br />
“zip-command”: “zip smart-mirror.zip smart-mirror/app.json smart-mirror/entities/.json smart-mirror/actions.json smart-mirror/stories.json smart-mirror/expressions.json”,<br />
to<br />
“zip-command”: “zip smart-mirror.zip smart-mirror/app.json smart-mirror/entities/.json smart-mirror/actions.json smart-mirror/stories.json smart-mirror/expressions.json”,<br />
but i still get the error notification. any suggestion?</p>
<p dir="auto">Like many others, this change did not work.<br />
I copied the saved contents off app.json into<br />
<a href="https://jsonlint.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://jsonlint.com/</a><br />
and the json was valid</p>
<p dir="auto">what do i do??</p>
]]></description><link>https://forum.magicmirror.builders/post/72658</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72658</guid><dc:creator><![CDATA[Mahieedaboss]]></dc:creator><pubDate>Mon, 13 Apr 2020 15:55:48 GMT</pubDate></item></channel></rss>