Code Monkey home page Code Monkey logo

Comments (5)

negstek avatar negstek commented on June 11, 2024

same kind of pb here, since today simple code like this does not work anymore and raise 400 bad request exception

user = wa.WebAuth(STEAM_BOT_NAME)
steam_session = user.login(STEAM_BOT_PASSWORD)
steam_session.get("https://steamcommunity.com/market/pricehistory/?country=US&currency=1&appid=730&market_hash_name=AK-47 | The Empress (Factory New)")

I don't know if it can help but acceed in browser to the URL worked when connected but CURL from this page fails in POSTMAN
Maybe a header issue

from steam.

ZangYUzhang avatar ZangYUzhang commented on June 11, 2024

SOS~~ Has anyone implemented a new Steam login to get request.session or cookies?

from steam.

ZangYUzhang avatar ZangYUzhang commented on June 11, 2024

Valve completely killed session mechanism that ASF used,Anxiously waiting for updates。

here is the issues of other steam project。

from steam.

emipa606 avatar emipa606 commented on June 11, 2024

Started yesterday with the steamLoginSecure no longer appearing in the cookie. Today it cannot login at all.
Had a look at the solution posted Here but failed to apply it to this project

from steam.

SamanHushi avatar SamanHushi commented on June 11, 2024

There's also a problem with the login. It detects whether the password is wrong or not but throws a KeyError: 'transfer_parameters' when the password is correct.

File "/.../steam/webauth.py", line 153, in _finalize_login
    self.steam_id = SteamID(login_response['transfer_parameters']['steamid'])
KeyError: 'transfer_parameters' 
user = WebAuth(username)
try:
    user.login(password=password)
    print("Login successful!")
except Exception as e:
    print(f"Login failed: {e}")

with the correct credentials leads to

Login failed: 'transfer_parameters'

from steam.

Related Issues (20)

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.