![]() |
New Amazon Echo Support - Printable Version +- Charmed Quark Systems, Ltd. - Support Forums and Community (https://www.charmedquark.com/vb_forums) +-- Forum: General Discussion (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=3) +--- Forum: CQC Support (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=9) +--- Thread: New Amazon Echo Support (/showthread.php?tid=9423) |
New Amazon Echo Support - kblagron - 08-09-2015 Yes. I looked at the Log Server Monitor, and it was showing the incoming key that I changed. And I did tell Alexa to "Tell Control to run Load Echo Configuration". The reason I know it had read the new file was because when I changed it back, some new additions to the config file did as I wanted. New Amazon Echo Support - kblagron - 08-09-2015 I uploaded to the latest 4.7.8 version and reconfigured the echocfg.txt file as follows: Code: QueryMap On each try, Alexa says "Sorry I am having trouble accessing your CQC skill right now" The log monitor shows now that it reloaded the configuration file, but none of the attempts to run Test or Current Temperature is working. It was working fine on 4.7.5. New Amazon Echo Support - Dean Roddey - 08-09-2015 That's not your whole file is it? You still have to have all of the same stuff as before, i.e. the main block and all of the three map blocks. And I assume you actually have that indicated global action? New Amazon Echo Support - kblagron - 08-10-2015 Here is the entire file. I only have actions built for the queries, would that cause a problem if the global action is not there for the set and run? I didn't have them for Ver 4.7.5 either. PHP Code: EchoConfig New Amazon Echo Support - Bugman - 08-10-2015 Just updated to latest Echo (4.7.8) without issue...Everything works as before so likely something wrong with the config or global action call? New Amazon Echo Support - kblagron - 08-10-2015 I think I figured out the problem, but won't be able to test it until I get home tonight. I didn't update the javascript file that Dean had posted with the new version, so if that had changed with the new update, then it might of been throwing the error. New Amazon Echo Support - Bugman - 08-10-2015 kblagron Wrote:I think I figured out the problem, but won't be able to test it until I get home tonight. I didn't update the javascript file that Dean had posted with the new version, so if that had changed with the new update, then it might of been throwing the error. Dean updated the Javascript during the .7 series drop. I updated all of it, just to make sure I didn't miss anything. New Amazon Echo Support - Dean Roddey - 08-10-2015 kblagron Wrote:Here is the entire file. I only have actions built for the queries, would that cause a problem if the global action is not there for the set and run? I didn't have them for Ver 4.7.5 either. The other map blocks can be empty if you aren't using them, though as long as you don't actually invoke the unused ones, it shouldn't cause a problem. If you went from 4.7.5, to 4.7.8, then you do need to update the javascript definitely, as well as the utterances and intent schema. New Amazon Echo Support - kblagron - 08-10-2015 I reloaded the javascript, the intent schema, and the utterances, and still getting the same message - "Sorry I am having trouble accessing your CQC skill right now" Here is my Global Action Query: PHP Code: System::LogMsg Here is my simplified echocfg.txt file Code: EchoConfig When I reload the configuration file, it shows up in the log monitor, but nothing shows up when I try to execute the simple test above. Any ideas where to look? New Amazon Echo Support - kblagron - 08-10-2015 I placed some of the global actions into the RunMap section, and got it to work, but I have been unable to get anything to work in the QueryMap section. The Query section was working for me on V 4.7.5, but I can't seem to get it to work now. |