jovotech / jovo-framework

🔈 The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more
https://www.jovo.tech
Apache License 2.0
1.68k stars 309 forks source link

Jovo keeps saying I'm setting everything up #329

Closed geethurajasekharan closed 5 years ago

geethurajasekharan commented 5 years ago

I'm submitting a...

Expected Behavior

Current Behavior

Whatever i try to do with jovo, it says "I'm setting it up" and then nothing. I was able to create a new project though.

Error log

geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo run
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo build
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ node src/index.js
############################################
#  Local FileDB ./../db/db.json created!  #
############################################

geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo run src/index.js
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo build src/index.js
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo run
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ cd src
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill/src$ jovo run
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo get alexaSkill --skill-id amzn1.ask.skill.e36f10d7-0ca8-4c6d-acb7-39c28a91147a
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo get alexaSkill -s  amzn1.ask.skill.e36f10d7-0ca8-4c6d-acb7-39c28a91147a
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo build
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo build --platform alexaSkill
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ node src/index.js --webhook
Local server listening on port 3000.
^Cgeethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ jovo
I'm setting everything up
geethu@geethu-VirtualBox:/mnt/SourceCode/mobi-voice-alexa-video/video-skill$ sudo jovo
[sudo] password for geethu: 
I'm setting everything up

Your Environment

jankoenig commented 5 years ago

Hi there! Could you tell me which version of the Jovo CLI you're using? jovo -v

geethurajasekharan commented 5 years ago

Hi there,

Thanks for reaching out to me. Here's what i get when i try jovo -v:

[image: image.png]

However, here's what i have in my packages.json: "dependencies": { "jovo-db-filedb": "^2.0.2-beta.6", "jovo-framework": "^2.0.2-beta.6", "jovo-platform-alexa": "^2.0.2-beta.6", "jovo-platform-googleassistant": "^2.0.2-beta.6", "jovo-plugin-debugger": "^2.0.2-beta.6" },

I have one more question though - does jovo cli support scripting video skills?

Thanks a ton! -Geethu

On Tue, Jan 8, 2019 at 4:34 AM Jan König notifications@github.com wrote:

Hi there! Could you tell me which version of the Jovo CLI you're using? jovo -v

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jovotech/jovo-framework/issues/329#issuecomment-452106351, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-RybdwwwbYIpXXWaBb3zRh5NACtUc2ks5vA8t-gaJpZM4Zz7mv .

jankoenig commented 5 years ago

Hi there. Somehow, this doesn't show the image. Could you try again?

geethurajasekharan commented 5 years ago

Sure, attaching the image. [image: jovo-v.jpg]

On Wed, Jan 9, 2019 at 9:55 PM Jan König notifications@github.com wrote:

Hi there. Somehow, this doesn't show the image. Could you try again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jovotech/jovo-framework/issues/329#issuecomment-452747273, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-RyUUaA7UNFSM6lqxJokSpE40-0KQMks5vBhD3gaJpZM4Zz7mv .

jankoenig commented 5 years ago

still can't see an image. could you just copy the text in the console output?

geethurajasekharan commented 5 years ago

Are you not able to open the image attachment? It just says "I'm setting everything up".

On Fri, Jan 11, 2019 at 11:44 PM Jan König notifications@github.com wrote:

still can't see an image. could you just copy the text in the console output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jovotech/jovo-framework/issues/329#issuecomment-453599003, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-RyTljk54F8sG8Y6EmkQojHIMM9Dufks5vCM2SgaJpZM4Zz7mv .

jankoenig commented 5 years ago

Could you try to reinstall it:

# Uninstall first
$ sudo npm rm jovo-cli -g

# Reinstall
$ sudo npm install jovo-cli -g
jankoenig commented 5 years ago

Hi @geethurajasekharan, any news?

geethurajasekharan commented 5 years ago

I'm so sorry i didnt check my email for some time. I moved on to a few other high priority tasks that came up. I didnt try re-installing jovo yet. I can try it out later. you can close this ticket, i'll raise a new one if it doesnt work for me. I'm suggesting this because we have a couple of apps that needs to reach the customer in a few months and we're racing against the clock!

Thanks a ton for looking into my problem.

Regards, Geethu

On Tue, Jan 22, 2019 at 4:00 AM Jan König notifications@github.com wrote:

Hi @geethurajasekharan https://github.com/geethurajasekharan, any news?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jovotech/jovo-framework/issues/329#issuecomment-456209719, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-RyVcR6fb19eP3qbJ3UTGaNs79SGflks5vFjiHgaJpZM4Zz7mv .

jankoenig commented 5 years ago

ok sounds good