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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

mini-langstream start suggestion fails to deploy due to incorrect path #705

Open
Gagravarr opened this issue Nov 8, 2023 · 0 comments
Open

Comments

@Gagravarr
Copy link
Contributor

After running mini-langstream start, the end of the output includes a suggested example app to try

Ready 馃殌
Deploy your first app with:
mini-langstream cli apps deploy app -i $(mini-langstream get-instance) -s https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml -app https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation
mini-langstream cli apps get app

However, if you try to deploy this, the deploy fails with

mini-langstream cli apps deploy app -i $(mini-langstream get-instance) -s https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml -app https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation
Updating local GitHub repository /home/nick/.langstream/ghrepos/LangStream/langstream/main
Updated local GitHub repository to 83afc3fe (1 s)
downloaded remote file https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml (0 s)
packaging app: /home/nick/.langstream/ghrepos/LangStream/langstream/main/examples/applications/python-processor-exclamation
File does not exist: /home/nick/.langstream/ghrepos/LangStream/langstream/main/examples/applications/python-processor-exclamation

The github URL listed seems to be incorrect, and seems to be missing /python/ in the path. Instead of https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation I believe it should be https://github.com/LangStream/langstream/tree/main/examples/applications/python/python-processor-exclamation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant