Posts: 434
Threads: 125
Joined: May 2013
I am working on the echo configuration.
When I invoke the command "alexa tell julie load figuration", I get "The CQC configuration file could not be loaded. Please contact your CQC administrator." Reading from other posts, I checked the data directory using SET CQC_DATADIR and it says "C:\Program Files (x86)\CQC\CQCData\"
I have the file in C:\Program Files (x86)\CQC\CQCData\Server\Data\Echo\EchoCfg.txt
The text file says 
Code:
EchoConfig
    MyKey=QWERTY
EndEchoConfig
RunMap
EndRunMap
SetMap
   Action=/User/Echo/SetMedia
        Volume, Music Volume, Theater Volume
   EndAction
EndSetMap
QueryMap
EndQueryMap
In the system log it says no Echo Config File was found.
Any suggestions? Thank you
Posts: 40,483
Threads: 491
Joined: Aug 2002
07-08-2018, 06:22 PM
(This post was last modified: 07-08-2018, 06:25 PM by Dean Roddey.)
The most common reason for that, if it really is where it should be, is that you created the file not in admin mode. That would happen if you tried to create it via the explorer window. If you try to create a file in Program Files as a regular user, it actually redirects it to a per-user account location. Right click on the CQC Command Prompt (or the regular one in the start menu) and run it as admin. Change to that directly that way, and see if you see the file there. If not, then that's what happened. You can run notepad from that command window and it will be running in admin mode and you can create the file, copy over the exist contents to it, and save it.
Dean Roddey
Explorans limites defectum
Posts: 434
Threads: 125
Joined: May 2013
I just tried, ran command prompt as an admin, ran notepad from there, saved a text file with the name EchoCfg under C:\Program Files (x86)\CQC\CQCData\Server\Data\Echo and I still get the same error.
Any other suggestions?
Thank you
Posts: 434
Threads: 125
Joined: May 2013
(07-08-2018, 06:46 PM)ghurty Wrote: I just tried, ran command prompt as an admin, ran notepad from there, saved a text file with the name EchoCfg under C:\Program Files (x86)\CQC\CQCData\Server\Data\Echo and I still get the same error.
Any other suggestions?
Thank you
Actuall this time in the log I get a different error, so let me try copy pasting the lines again. One Min. TY
Posts: 434
Threads: 125
Joined: May 2013
That worked.
Thank you very much
Posts: 434
Threads: 125
Joined: May 2013
Another quick question, based on the example you gave for the weather in the documentation, what would be the proper request to alexa to get it? I have tried "alexa tell julie what is todays weather" and "alexa ask julie what is todays weather" and both dont work.
I reloaded the config file so I know thats not the issue.
Thank you
Posts: 434
Threads: 125
Joined: May 2013
07-08-2018, 07:13 PM
(This post was last modified: 07-08-2018, 07:16 PM by ghurty.)
I looked into the logs and I see the issue was with that i had todays weather instead of today's weather. So I updated, now I got a response of CQC has done that, but no weather response. The log in cqc looks good no error.
Edit. Fixed there was a problem with the action itself.
Thank you