hldh214 / buff2steam

Find item which cheaper than steamcommunity from buff
The Unlicense
190 stars 37 forks source link

Does it still work? Tried running it #15

Closed shortside closed 1 year ago

shortside commented 1 year ago

When I run it, it asks me with what program i want to open. After I select anything i just opens a empty file.

shortside commented 1 year ago

Got it working, but i got 1 result and after that I got an error:

Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64qbz5n2kfra8p0\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code exec(code, runglobals) File "C:\Users\stef\Desktop\buff2steam-0.0.1\buff2steam-ng\buff2steam__main_.py", line 99, in main() File "C:\Users\stef\Desktop\buff2steam-0.0.1\buff2steam-ng\buff2steam__main__.py", line 95, in main trio.run(triowrapper) File "C:\Users\stef\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\trio_core_run.py", line 1932, in run raise runner.main_taskoutcome.error File "C:\Users\stef\Desktop\buff2steam-0.0.1\buff2steam-ng\buff2steam\main__.py", line 89, in trio_wrapper await main(config) File "C:\Users\stef\Desktop\buff2steam-0.0.1\buff2steam-ng\buff2steam\main__.py", line 56, in _main orders_data = await steam.orders_data(market_hashname) File "C:\Users\stef\Desktop\buff2steam-0.0.1\buff2steam-ng\buff2steam\provider\steam.py", line 55, in orders_data item_nameid = self.item_nameidpattern.findall(res.text)[0] IndexError: list index out of range C:\Users\stef\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\httpx_client.py:1772: UserWarning: Unclosed <httpx.AsyncClient object at 0x0000025C84AE2F70>. See https://www.python-httpx.org/async/#opening-and-closing-clients for details.

hldh214 commented 1 year ago

Can you try latest commit and see if still have issue?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.