<?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[My old m5f file could not open with new uiflow web why?]]></title><description><![CDATA[<p dir="auto">I upgrade my m5stack and than i try to code it with my old m5f file. But ide or web based uiflow not open my file....<br />
Why it is happened? how can i rescue my file?</p>
]]></description><link>https://community.m5stack.com/topic/3429/my-old-m5f-file-could-not-open-with-new-uiflow-web-why</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:06:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3429.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Jul 2021 11:15:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My old m5f file could not open with new uiflow web why? on Sun, 04 Jul 2021 12:43:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/world101" aria-label="Profile: world101">@<bdi>world101</bdi></a></p>
<p dir="auto">you are a genius. Thank you for the workaround. Works like a charm.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14330</link><guid isPermaLink="true">https://community.m5stack.com/post/14330</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 04 Jul 2021 12:43:49 GMT</pubDate></item><item><title><![CDATA[Reply to My old m5f file could not open with new uiflow web why? on Sun, 04 Jul 2021 02:34:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/desarrollogis" aria-label="Profile: desarrollogis">@<bdi>desarrollogis</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/mustafaturgut" aria-label="Profile: Mustafaturgut">@<bdi>Mustafaturgut</bdi></a>, and <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">I have a workaround until <a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> fixes it on the server side. The error was introduced because of the new Remote+ blocks in v1.8.0.  So to fix your old file, open the .m5f file in a text editor and manually edit it.  The bottom of the file should look like this, with the Blockly.RemotePlus section being the new code. You should also test your new file in a <a href="http://jsonlint.com" target="_blank" rel="noopener noreferrer nofollow ugc">JSON validator</a> to ensure you have the right syntax (commas in the right place, etc.). You might have code in the modules section if your program uses any modules.</p>
<pre><code>  "Blockly.Remotes": [],
  "Blockly.RemotePlus": [
    {
      "createTime": 1625322052382,
      "name": "M5Remote",
      "dragAndDrop": false,
      "resizable": false,
      "color": "#fff",
      "bgColor": "#0080FF",
      "type": "title",
      "id": "__title"
    }
  ],
  "modules": []
}
</code></pre>
<p dir="auto">I have only done a quick test of this workaround to ensure the file loads on uiFlow web IDE v1.8.0 and that I can also download the new file to my device. Seems okay for now, but there are some additional Blockly deprecation messages in the Chrome developer tools console that concern me.</p>
<p dir="auto">Edit: looks like someone beat me to it. The workaround was also mentioned here but I didn’t see it.<br />
<a href="https://community.m5stack.com/topic/3428/uiflow-1-8-0/2">https://community.m5stack.com/topic/3428/uiflow-1-8-0/2</a></p>
]]></description><link>https://community.m5stack.com/post/14327</link><guid isPermaLink="true">https://community.m5stack.com/post/14327</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Sun, 04 Jul 2021 02:34:54 GMT</pubDate></item><item><title><![CDATA[Reply to My old m5f file could not open with new uiflow web why? on Sat, 03 Jul 2021 14:38:45 GMT]]></title><description><![CDATA[<p dir="auto">Not a fan of writing in forums, but the issue is important. I cannot load pre 1.8 m5f. i am sad.</p>
]]></description><link>https://community.m5stack.com/post/14326</link><guid isPermaLink="true">https://community.m5stack.com/post/14326</guid><dc:creator><![CDATA[desarrollogis]]></dc:creator><pubDate>Sat, 03 Jul 2021 14:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to My old m5f file could not open with new uiflow web why? on Fri, 02 Jul 2021 20:27:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mustafaturgut" aria-label="Profile: mustafaturgut">@<bdi>mustafaturgut</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">Thanks for the heads up to not give v1.8.0 a try yet. Looking at the Chrome Developer Tools console, this is the error...</p>
<pre><code>TypeError: Cannot read property 'map' of undefined
    at l.openM5F (main.0403ae3b639489d97cfe.js:1)
    at l.M5F_create (main.0403ae3b639489d97cfe.js:1)
    at FileReader.e.onload (main.0403ae3b639489d97cfe.js:1)
    at t.invoke (polyfills.f72bb0aeb8864eb8b3c6.js:1)
    at Object.onInvoke (main.0403ae3b639489d97cfe.js:1)
    at t.invoke (polyfills.f72bb0aeb8864eb8b3c6.js:1)
    at e.runGuarded (polyfills.f72bb0aeb8864eb8b3c6.js:1)
    at FileReader.&lt;anonymous&gt; (polyfills.f72bb0aeb8864eb8b3c6.js:1)
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> please fix and while you are at it, include multiple beta versions to choose from on the uiFlow web IDE to help avoid situations like this.... or do more thorough testing before releasing!</p>
]]></description><link>https://community.m5stack.com/post/14320</link><guid isPermaLink="true">https://community.m5stack.com/post/14320</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Fri, 02 Jul 2021 20:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to My old m5f file could not open with new uiflow web why? on Fri, 02 Jul 2021 11:37:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/mustafaturgut" aria-label="Profile: Mustafaturgut">@<bdi>Mustafaturgut</bdi></a></p>
<p dir="auto">yes, I can confirm, m5f files saved with previous UIFlow version (1.7.8 in my case) do not load in UIFlow 1.8.0 anymore.</p>
<p dir="auto">Nice going, M5Stack. I must assume you still do not have any regression tests in place whatsoever. That is a real pity.</p>
<p dir="auto">And if this issue isn't just between Mustafaturgut  and me you'll have a lot of unhappy customers right now.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14310</link><guid isPermaLink="true">https://community.m5stack.com/post/14310</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 02 Jul 2021 11:37:11 GMT</pubDate></item></channel></rss>