ERR: jovo Build --reverse
See original GitHub issueI’m submitting a…
- Bug report
- Feature request
- Documentation issue or request
- Other… Please describe:
Expected Behavior
Import and reverse the intents from Google Dialog Flow
Current Behavior
Fails on reverse from en
Error log
jovo build googleAction --reverse
❯ Building language model platform model
❯ Reversing model files
✖ en
-> Cannot read property 'substr' of undefined
{ TypeError: Cannot read property 'substr' of undefined
at Function.reverse (/usr/lib/node_modules/jovo-cli/helper/dialogFlowAgent.js:182:60)
Your Environment
- Jovo Framework version used: 1.1.8
- Operating System: Ubuntu 16.04
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
New error seen on jovo build --reverse on Windows 10 - Questions ...
I recently upgraded to Jovo CLI Version 3.0.13 and I now get the following error when I try to do a reverse build...
Read more >[B] Jovo build --reverse give error · Issue #724 - GitHub
When using command jovo build --reverse on Dialogflow project I'm getting error. I was trying on project with two languages (pl+en) and with ......
Read more >https://raw.githubusercontent.com/jovotech/jovo-fr...
Also, there is an [example Jovo Alexa AudioPlayer app ... Running `build:platform alexa --reverse` will then turn that into your updated Jovo Model....
Read more >How to solve "Cannot redefine property: handler" on AWS ...
I am using Jovo Framework to develop a voice app for both Alexa and ... when trying to run the lambda function the...
Read more >Where to start with Alexa Skills Development — Part 3: Writing ...
This blog is part of a series that I have written about how to build Alexa ... You can also try Jovo which...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/jovotech/jovo-sample-voice-app-nodejs/issues/5
What should the app.json reflect in order to get all locale from dialogFlow ?
Mine looks like this :
{ "googleAction": { "nlu": { "name": "dialogflow", "version": 2 }, "dialogflow": { "projectId": "xxxxx-c88a6", "keyFile": "xxxxx-c88a6-cdf110cf88c5.json" } }, "endpoint": "https://webhook.jovo.cloud/xxxxx-xxxxxxxxxx-xxxxx2fc" }
I sued the starter JOVO project to create this from 👍 https://github.com/jovotech/jovo-sample-voice-app-nodejs
Which has not been updated in 5 months. Is there some updates to this to get it current witht he CLI ?