You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "src\\gevent\\greenlet.py", line 908, in gevent._gevent_cgreenlet.Greenlet.run
File "C:\Users\overklassniy\Desktop\venv\lib\site-packages\steam\client\cdn.py", line 785, in async_fetch_manifest
app_id, depot_id, int(manifest_gid), branch_name, branch_pass
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'dict'
2024-02-08T12:47:58Z <Greenlet at 0x22178eabf60: async_fetch_manifest(570, 373301, {'download': '3384473472', 'gid': '688587217582548, False, 373301, branch_name='public', branch_pass=None)> failed with TypeError
The error arises because the script tries to compute:
int(manifest_gid)
but manifest_gid is a at best dictionary, or at worst some weird construct with a missing }:
Steps to Reproduce the behavior
Run:
steamctl depot list -a 570
Logs
steamctl -l debug
Versions Report
steamctl --versions-report
The text was updated successfully, but these errors were encountered: