<div dir="ltr"><div style="font-size:12.8px"><font face="monospace, monospace">Hi guys,</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">I am new to Sugar. I am currently going through the tutorial posted here:</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><a href="https://developer.sugarlabs.org/activity.md.html" target="_blank">https://developer.sugarlabs.org/activity.md.html</a></font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">I created a sample activity(using exactly the same instructions given in the tutorial). In the console, I noticed the following error:</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">Error: Load timeout for modules: webL10n</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><a href="http://require.js.org/docs/errros.html#timeout" target="_blank">http://require.js.org/docs/errros.html#timeout</a></font></div><div style="font-size:12.8px"><font face="monospace, monospace">onError</font></div><div style="font-size:12.8px"><font face="monospace, monospace">onError</font></div><div style="font-size:12.8px"><font face="monospace, monospace">checkLoaded</font></div><div style="font-size:12.8px"><font face="monospace, monospace">(anonymous function)</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">I tried:</font></div><div style="font-size:12.8px"><font face="monospace, monospace">volo add webL10n</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">It gave me a 301 error.</font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">I then tried:</font></div><div style="font-size:12.8px"><font face="monospace, monospace">volo add <a href="https://github.com/fabi1cazenave/webL10n" target="_blank">https://github.com/fabi1cazenave/webL10n</a></font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">which successfully installed webL10n. But the error still appears in the</font></div><div style="font-size:12.8px"><font face="monospace, monospace">console. </font></div><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><font face="monospace, monospace">Also, I am not able to load any dynamic content using mustache(despite having a successful volo add) or console log out a statement when "my-button" ( <a href="https://developer.sugarlabs.org/activity.md.html#first%20steps" target="_blank">https://developer.sugarlabs.org/activity.md.html#first%20steps</a>) is clicked. I guess all of this is possible once js/activity.js. That loading happens via lib/require.js. But that script is giving me this error. I don't see any failed fetches in the Network tab of the console window also. </font></div><div style="font-size:12.8px"><span style="font-family:monospace,monospace;font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-family:monospace,monospace;font-size:12.8px">Would be glad if someone helped out.</span></div><div style="font-size:12.8px"><span style="font-family:monospace,monospace;font-size:12.8px">Thanks!</span></div></div>