zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

lancache-autofill can't authorise user #52

Closed j3ws3r closed 3 years ago

j3ws3r commented 3 years ago

Seems that I can't authorise user through ./lancache-autofill steam:authorise-account I get this error which does not have a lot of info on it:

image

billthecatt commented 3 years ago

your distro may be missing the "expect" package.. Try:

yum install expect -y

or:

apt-get install expect -y

j3ws3r commented 3 years ago