question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jovo Deploy googleAssistant .gactionsrc.yaml was not found

See original GitHub issue

I’m submitting a…

  • Bug report
  • Feature request
  • Documentation issue or request
  • Other… Please describe:

Expected Behavior

Deploy to google actions.

gactions is configured correctly and logged in.

Current Behavior

I can build the google action, but cant deploy it.

Error log

🚀 Deploying Conversational Action [stage: dev]
  ✖ Pushing project files
                               
› Message:
›  Command failed: gactions push --consumer jovo-cli
›  [ERROR] Can't find a project root. This may be because (1) ".gactionsrc.yaml" was not found in this or any of the parent folders, or (2) if ".gactionsrc.yaml" was found, but the key "sdkPath" was missing, or (3) if ".gactionsrc.yaml" and manifest.yaml were both not found.
›  [ERROR] can not determine project root

› Module:
›  GoogleAssistantCli

These are the folders created with jovo build:platform googleAssistant: image

What I’m missing?

Your Environment

  • Jovo CLI version used: 4.1.0
  • Operating System: 10.15.5

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jrglgcommented, Feb 14, 2022

Please can you try to manually create manifest.yaml file under build\local\platform.googleAssistant after build? then run deploy command again.

The content of manifest.yaml is:

"version": "1.0"

This might be related with an issue I have.

1reaction
jankoenigcommented, Jun 1, 2022

Thanks for flagging! This was fixed here #1285

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Assistant CLI Commands - Jovo
Learn how to build and deploy Google Assistant projects using the Jovo CLI.
Read more >
Google Assistant - Jovo
The Google Assistant platform integration allows you to build custom Google Conversational Actions using Jovo.
Read more >
Google Assistant Project Configuration - Jovo
Learn how to configure your Google Assistant projects using the Jovo CLI. ... The Google Action project ID that the project should be...
Read more >
Action not Working when called by google assistant - Questions
Hey! I´m trying to build an app that integrates with my smart home manager program got it pretty figured out, was working just...
Read more >
FreeText is not working in Model for Google Assistant Conv ...
In model I declare { “name”: “radio”, “type”: { “alexa”: “AMAZON.Movie”, “googleAssistant”: “actions.type.FreeText” } } When I deploy action builde…
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found