GithubHelp home page GithubHelp logo

Comments (4)

michael-n0813 avatar michael-n0813 commented on August 16, 2024

OK, I tested just now and it's all working for me.

It seems steam did increase the steamLoginSecure length, it's huge now. Maybe it has to do with the new app?
I tried manually idling deathloop and that works too python ./steam-ilde.py 1252330 so that is good.

Questions:

  1. Are you using the latest release of the git? I updated a few issues.
  2. Are you launching the program via python ./start.py
  3. What is the output of python --version . It should say Python 3.xx.xx, if not it would be an alias problem.

from linux-idle-master.

TheRealIndru avatar TheRealIndru commented on August 16, 2024

Hi,

  1. Yes, using latest release.
  2. Launching via python3 ./start.py
  3. Output of python3 --version is Python 3.8.10

Tried logging out and in (thus refreshing the cookies), restarting PC, no luck.

Output of python3 ./steam-idle.py 1252330 looks strange:

Traceback (most recent call last):
File "./steam-idle.py", line 7, in
from PIL import Image, ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)

Is this something due to my python3 installation? Worked until now, and all dependencies mentioned in the readme are installed, but I never before tried the ./steam-idle.py script.

If I only try python --version, I get the below:

Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3

I use Zorin OS 16, not sure if that is relevant.

from linux-idle-master.

michael-n0813 avatar michael-n0813 commented on August 16, 2024

OK the issue is python3 uses the alias python and you seem to be missing imageTK package

For Ubuntu you need these packages: sudo apt-get install python3-pil python3-pil.imagetk python3-requests python3-colorama python3-bs4

To solve the alias problem for python3: sudo apt-get install python-is-python3

Then you should be be able to launch the program via python ./start.py and all is well again I hope.

from linux-idle-master.

TheRealIndru avatar TheRealIndru commented on August 16, 2024

Hi,
Confirmed it works now, after I added the imagetk package and I solved the alias problem the way you mentioned.
Thank you very much!! I will close the issue. :)

from linux-idle-master.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.