You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;}')"
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
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
it is install on 86_64 type device