Skip to content

issue when used on openwrt -  #78

@krywenko

Description

@krywenko

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions