Nikita Semenov
Nikita Semenov
I resolved this issue by next way: 1. Press Win+R 2. Type regedit 3. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION 4. Look for CardIdleRemastered.exe 5. Double-click it, change value type to Hexadecimal...
Just checked, the same thing happens with Online state too
For some reason it started happening again. In log I found this error: _2022-04-09 16:52:08,144:INFO:steam.state: Error while polling trades Traceback (most recent call last): File "C:\Users\lnfecteD\miniconda3\envs\tfgc_updated\lib\site-packages\steam\state.py", line 329, in fill_trades...
The error has disappeared but trade events are still not triggered System information: python version: 3.8.13 steam.py version: 0.9.0a2176+gec10e5c aiohttp version: 3.8.1 betterproto version: 2.0.0b4 operating system info: Windows-10-10.0.19044-SP0
Recently it started to skip too much trades and sometimes client cannot accept trade (it just stucks during trade.accept()). In logs I discovered some new trade related errors (I listed...
There's new trade-related error started to appear: ``` 2022-07-22 09:21:21,214:INFO:steam.state: Error while polling trades Traceback (most recent call last): File "/home/lnfectedru/miniconda3/envs/tfgc/lib/python3.8/site-packages/steam/state.py", line 365, in fill_trades trades = await self.http.get_trade_offers() File...
Looks like there's an infinite loop in 'get_trade_offers' which prevents trades from being received: ``` ... next_cursor = first_page.get("next_cursor", 0) current_cursor = 0 while current_cursor != next_cursor: params["cursor"] = next_cursor...
I deleted my last message due to my incorrect interpretation of purpose of the parameter `time_historical_cutoff`, but I noticed that it's still relevant for trade state update issue. So, the...
> I don't see how the second is better, it seems more complicated and more error prone can you explain why it's better than the first? I agree that the...
As far as I know, Hitman 2 doesn't have a DLSS and Hitman 3 has a native FSR2 implementation since the last patch