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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue when used on openwrt - #78

Open
krywenko opened this issue Jan 24, 2023 · 1 comment
Open

issue when used on openwrt - #78

krywenko opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@krywenko
Copy link

hi there i installed you software but it creates an unknown user -- > [\e]0;\u@\h: \w\a]\u@\h:\w$ when i finished installing it and the software only works from with in this user. from the normal user it does not work and has this error

root@OpenWrt:~# assemblyai transcribe "/root/recording.wav"
Usage: assemblyai [OPTIONS]
Try 'assemblyai --help' for help.

Error: Got unexpected extra arguments (transcribe /root/recording.wav)

currently logged in from ssh so once I log out of the unknown user there be no way to log back in

as a foot note I had issue with the install script it uses rev and i had no rev on my device so I replaces rev with sed

test -z "$VERSION" && VERSION="$(curl -sfL -o /dev/null -w %{url_effective} "$RELEASES_URL/latest" |
                sed $'s/./&\\\n/g' | sed -ne $'x;H;${x;s/\\n//g;p;}' |
                cut -f1 -d'/'|
                sed $'s/./&\\\n/g' | sed -ne $'x;H;${x;s/\\n//g;p;}')"

it is install on 86_64 type device

@krywenko krywenko added the bug Something isn't working label Jan 24, 2023
@albtsantos
Copy link
Contributor

Hey @krywenko! Apologies for the delay here. Making sure the CLI can be installed seamlessly on any device/OS is our main area of focus as of now. I'll keep you posted as we make improvements and release new features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants