Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP Server #545

Open
devaeterne opened this issue Dec 15, 2024 · 1 comment
Open

TCP Server #545

devaeterne opened this issue Dec 15, 2024 · 1 comment
Labels
question Indicates that issue is a question.

Comments

@devaeterne
Copy link

Question

.: TCP CLIENT :.
🚨 Failed to connect to the TCP server
ℹ️ Trying to connect to the TCP server...
⚠️ The cold start of the TCP server can take a few more seconds on macOS. It should be a one-time thing, no worries

@devaeterne devaeterne added the question Indicates that issue is a question. label Dec 15, 2024
@devaeterne
Copy link
Author

error report
{
"reportObject": {
"title": "[Leon] Report - Darwin-arm64 - 2024-12-15T02:01:15.780Z",
"leonVersion": "1.0.0-beta.8",
"instanceID": null,
"environment": {
"osDetails": {
"type": "Darwin",
"platform": "darwin",
"arch": "arm64",
"cpus": 10,
"release": "24.1.0",
"osName": "macOS Unknown",
"distro": null
},
"nodeVersion": "v20.9.0",
"npmVersion": "10.1.0",
"totalRAMInGB": 32
},
"nlpModels": {
"globalResolversModelState": "Found and valid",
"skillsResolversModelState": "Found and valid",
"mainModelState": "Found and valid"
},
"pythonBridge": {
"version": "1.0.1",
"executionTime": "204ms",
"command": "bridges/python/dist/macosx-arm64/leon-python-bridge "/Users/{username}/.leon/scripts/assets/intent-object.json"",
"output": "{"domain": "leon", "skill": "random_number", "action": "run", "lang": "en", "utterance": "Give me a random number", "entities": [], "slots": {}, "output": {"type": "end", "codes": ["84"], "speech": "84", "core": {}, "options": {}}}",
"error": null
},
"tcpServer": {
"version": "1.0.0",
"startTime": "23ms",
"command": "tcp_server/dist/macosx-arm64/leon-tcp-server en",
"output": "/bin/sh: tcp_server/dist/macosx-arm64/leon-tcp-server: No such file or directory\n",
"error": "/bin/sh: tcp_server/dist/macosx-arm64/leon-tcp-server: No such file or directory\n"
},
"report": {
"can_run": {
"title": "Run",
"type": "error",
"v": true
},
"can_run_skill": {
"title": "Run skills",
"type": "error",
"v": true
},
"can_text": {
"title": "Reply you by texting",
"type": "error",
"v": true
},
"can_start_tcp_server": {
"title": "Start the TCP server",
"type": "error",
"v": false
},
"can_amazon_polly_tts": {
"title": "Amazon Polly text-to-speech",
"type": "warning",
"v": false
},
"can_google_cloud_tts": {
"title": "Google Cloud text-to-speech",
"type": "warning",
"v": false
},
"can_watson_tts": {
"title": "Watson text-to-speech",
"type": "warning",
"v": false
},
"can_offline_tts": {
"title": "Offline text-to-speech",
"type": "warning",
"v": false
},
"can_google_cloud_stt": {
"title": "Google Cloud speech-to-text",
"type": "warning",
"v": false
},
"can_watson_stt": {
"title": "Watson speech-to-text",
"type": "warning",
"v": false
},
"can_offline_stt": {
"title": "Offline speech-to-text",
"type": "warning",
"v": false
}
}
}
}

@leon-ai leon-ai deleted a comment from atlasrikanth Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Indicates that issue is a question.
Projects
None yet
Development

No branches or pull requests

1 participant