uzyovoys / aggregate

Cross-platform voice assistant framework
http://art.dusi.mobi
GNU General Public License v3.0
61 stars 43 forks source link

ChromeGate не работает. #72

Closed ghost closed 8 years ago

ghost commented 8 years ago

Установил как сказано в документаций. Но не работает.

В браузере стоит расширение. лог: `Active code page: 1251 Launching the Aggregate runtime... Apr 17, 2016 8:30:17 AM Aggregate INFO: Starting... Apr 17, 2016 8:30:17 AM Aggregate INFO: Initializing with C:\aggregate.\conf\aggregate.json Apr 17, 2016 8:30:17 AM Aggregate INFO: Starting sockJS server Apr 17, 2016 8:30:17 AM Aggregate INFO: SockJS server has been started on port 8888 Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deploying module maven:com.aggregate:key-detector:1.1.0::key-detector Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deploying module maven:com.aggregate:browser:1.1.0::browser Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deploying module maven:com.aggregate:date-time:1.0.1::date-time Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deployingmaven:com.aggregate:key-detector:1.1.0::key-detector with conf C: \aggregate\conf\key-detector.json Apr 17, 2016 8:30:17 AM Aggregate INFO: Module registry is initialized Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deployingmaven:com.aggregate:browser:1.1.0::browser with conf C:\aggregate \conf\browser.json Apr 17, 2016 8:30:17 AM ModuleRegistry INFO: Deployingmaven:com.aggregate:date-time:1.0.1::date-time without external c onf Apr 17, 2016 8:30:17 AM vertx-stack-resolver INFO: Resolving com.aggregate:key-detector:jar:1.1.0 Apr 17, 2016 8:30:20 AM vertx-stack-resolver INFO: Resolving com.aggregate:browser:jar:1.1.0 Apr 17, 2016 8:30:22 AM vertx-stack-resolver INFO: Resolving com.aggregate:date-time:jar:1.0.1 Apr 17, 2016 8:30:23 AM vertx-stack-resolver INFO: Resolving com.aggregate:key-detector:jar:1.1.0 Apr 17, 2016 8:30:24 AM vertx-stack-resolver INFO: Resolving com.aggregate:browser:jar:1.1.0 Apr 17, 2016 8:30:25 AM vertx-stack-resolver INFO: Resolving com.aggregate:date-time:jar:1.0.1 Apr 17, 2016 8:30:25 AM ModuleRegistry INFO: Module maven:com.aggregate:browser:1.1.0::browser has been deployed Apr 17, 2016 8:30:25 AM Dispatcher INFO: Module maven:com.aggregate:browser:1.1.0::browser has been loaded with 1 c ommands

JNativeHook: Global keyboard and mouse hooking for Java. Copyright (C) 2006-2015 Alexander Barker. All Rights Received. https://github.com/kwhat/jnativehook/

JNativeHook is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

JNativeHook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Apr 17, 2016 8:30:25 AM ModuleRegistry INFO: Module maven:com.aggregate:key-detector:1.1.0::key-detector has been deplo yed Apr 17, 2016 8:30:25 AM ModuleRegistry INFO: Module maven:com.aggregate:date-time:1.0.1::date-time has been deployed Apr 17, 2016 8:30:25 AM Dispatcher INFO: Module maven:com.aggregate:date-time:1.0.1::date-time has been loaded with 2 commands Apr 17, 2016 8:55:14 AM com.aggregate.detector.key.KeyDetector INFO: Keyset detected for key Apr 17, 2016 8:55:14 AM Dispatcher INFO: Listening... Apr 17, 2016 8:55:15 AM com.aggregate.detector.key.KeyDetector INFO: Keyset detected for key Apr 17, 2016 8:55:15 AM Dispatcher INFO: Listening... Конфиг агрегатора { "config" : { "asrErrorResponse" : [ "Вас не слышно", "Вас плохо слышно", "Повторите" ], "shell" : { "enabled" : false, "httpOptions" : { "port" : 8080 }, "telnetOptions" : { "host" : "localhost", "port" : 5000 } }, "sockJS" : { "port" : 8888, "enabled" : true }, "modules" : [ "maven:com.aggregate:key-detector:1.1.0::key-detector", "maven:com.aggregate:browser:1.1.0::browser", "maven:com.aggregate:date-time:1.0.1::date-time" ] } }`

Не могу понять в чем проблема, другие 3 модуля грузятся прекрасно.

ghost commented 8 years ago

Проблема оказалась в английском языке браузера. После переключения на русский все прекрасно заработало.