ReformedDoge

Results 8 comments of ReformedDoge

@Yudaotor, ![Screenshot_1](https://github.com/Yudaotor/EsportsHelper/assets/39759213/5ea06ece-520f-4aeb-994e-e75ed0f24e5f) they reverted v1/history/stats?sport=lol back to "application/json". We can keep the change as is just in case they alter it again. Regarding the code snippet: ``` if packetType !=...

I had reward page errors because of the content-type change, as highlighted in the PR, but then they reverted it, so that problem should not still be happening. Today, I...

Apologies, I accidentally closed the issue by mistake Sorting the currentDropsList and tracking the latest drop timestamp can be a more efficient way to handle this problem (Again, assuming it...

Hi @Yudaotor I’ve determined that the getRewardByLog function in NetworkHandler.py is the cause of the problem. ## Issue Details The issue occurs when revisiting the reward page after the initial...

Your Chrome driver failed to initialize. Could you share the errors from the latest log file? in _..\logs\programs_

I believe this issue is related to [Issue #137](https://github.com/Yudaotor/EsportsHelper/issues/137). To resolve this, please follow these steps: 1. Navigate to the following path inside your EsportsHelper folder: `.\driver\.wdm\drivers\chromedriver\win64\127.0.6533.100\chromedriver-win32` 2. Rename the...

@NaniDaFuck Based on the issue I linked earlier, I assume that updating webdriver_manager to version **4.0.2** in the requirements.txt file might resolve the problem. After updating the file, try running...