Skip to content

Access forbidden. Check your IP address or account status. #442

@gsdx

Description

@gsdx

I downloaded the latest 1.2.1. But open the setup.py file. Display version = '1.2.0'.
Fill in my api_key in examples/storehouse.py
steamguard_path = 'xxxxx53057861.maFile'
username
password
Then running it reported an error. Hint.

I can log in to my steam account through the web page. No exception was indicated.
The mafile file is obtained through Steam Desktop Authenticator.exe

Can anyone answer my questions? thank you!

`# Set API key
api_key = 'xxxxxxxxA984'

Set path to SteamGuard file

steamguard_path = 'xxxxxx861.maFile'

Steam username

username = 'xxxxxx'

Steam password

password = 'xxxxxx.'`

`# ==============================================================
This is the donation bot accepting items for free.
Traceback (most recent call last):
File "E:\python\DrissionPage\steampy-1.2.1\examples\storehouse.py", line 51, in
main()
File "E:\python\DrissionPage\steampy-1.2.1\examples\storehouse.py", line 23, in main
client.login(username, password, steamguard_path)
File "C:\ProgramData\anaconda3\envs\csgo\Lib\site-packages\steampy\client.py", line 109, in login
LoginExecutor(self.username, self._password, self.steam_guard['shared_secret'], self._session).login()
File "C:\ProgramData\anaconda3\envs\csgo\Lib\site-packages\steampy\login.py", line 63, in login
raise ApiException('Access forbidden. Check your IP address or account status.')
steampy.exceptions.ApiException: Access forbidden. Check your IP address or account status.
Finalized response status code: 403
Finalized response content:

Process finished with exit code 1`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions