Outdated README
See original GitHub issueGiving the demo a try I found that the description in the README seems to be older. The code still works, but to save others some time two things should be mentioned:
Deployment Error
Creating route watson-voice-bot.eu-gb.mybluemix.net...
OK
FAILED
Server error, status code: 400, error code: 210003, message: The host is taken: watson-voice-bot
Fix: Change name and host to something unique
https://github.com/IBM/watson-voice-bot/blob/23c5116031978bbc69c61d24f6f10394f1b9ec93/manifest.yml#L17 https://github.com/IBM/watson-voice-bot/blob/23c5116031978bbc69c61d24f6f10394f1b9ec93/manifest.yml#L18
Workspace ID vs Assistant ID and API Key
The example code uses v1 of the Assistant API so you have to get the Workspace ID instead of the Assistant ID of the skill. You have to get the API Key as well.
See https://cloud.ibm.com/apidocs/assistant for detailed information.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
outdated/README.md at master - GitHub
This is a mini-library which, given a package name and a version, checks if it's the latest version available on PyPI. To install:...
Read more >Outdated readme.md [#2946444] | Drupal.org
Outdated readme.md ... Reporter: Alan D. ... The core patch was added to 8.1.7, which is now unsupported, so probably not worth mentioning?...
Read more >Files view shows an old version of README.md
I have a `README.md` file in the root of a repository. The file browser is displaying the rendered Markdown, but not the most...
Read more >Update Outdated Information in README in Repository (#3) · Issues ...
@jgay we would like to update the README in the repository. The current text is outdated. We'll propose a new text in a...
Read more >README - Wikipedia
In software development, a README file contains information about the other files in a ... The convention apparently also follows the old system...
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 Free
Top 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
new version coming soon
@martinsteinorth thanks! i’ll have someone do an overview of the README. We’re aware of the change to Workspace ID and Assistant ID, we’re updating all IBM assets to reflect that.