jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
229 stars 71 forks source link

Couldn't initialize Steam API #20

Open MosesHe opened 8 years ago

MosesHe commented 8 years ago

I'm using idle master on my raspberry pi. However, I met a problem. Here is the log.

[ 12/31/2015 10:39:33 PM ] Reading badge page, please wait [ 12/31/2015 10:39:33 PM ] No games have been blacklisted [ 12/31/2015 10:39:34 PM ] Idle Master needs to idle 65 games [ 12/31/2015 10:39:39 PM ] Starting game Absconding Zatwor to idle cards
Loading Linux 32bit library
Couldn't initialize Steam API [ 12/31/2015 10:39:45 PM ] Absconding Zatwor has 3 card drops remaining [ 12/31/2015 10:39:45 PM ] Sleeping for 15 minutes [ 12/31/2015 10:54:46 PM ] Checking to see if Absconding Zatwor has remaining card drops [ 12/31/2015 10:54:54 PM ] Absconding Zatwor has 3 card drops remaining [ 12/31/2015 10:54:54 PM ] Sleeping for 15 minutes

However, Steam still shows that I'm not "In game". How can I deal with it? Sorry for my poor English.

0-st commented 8 years ago

Do you keep Steam client running/open?

MosesHe commented 8 years ago

No. Is it necessary? How to install steam on Linux?(Debian)

jayme-github commented 8 years ago

There is no steam client and api for ARM (raspberry pi). So you're stuck with x86 or amd64. You need to have the client running for it to detect the running "game".

MosesHe commented 8 years ago

Understood. Thank you for you replies.