QIN2DIM / hcaptcha-challenger

🥂 Gracefully face hCaptcha challenge with MoE(ONNX) embedded solution.
https://docs.captchax.top/
GNU General Public License v3.0
1.5k stars 255 forks source link

use playwright dmmo question #984

Open xuebotao opened 3 months ago

xuebotao commented 3 months ago

i use demo_normal_playwright.py demo ,found a error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte

Detailed error: Traceback (most recent call last): File "C:\Users\User\PycharmProjects\hcaptcha-challenger\examples\demo_normal_playwright.py", line 143, in asyncio.run(bytedance()) File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 629, in run_until_complete self.run_forever() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\windows_events.py", line 316, in run_forever super().run_forever() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 596, in run_forever self._run_once() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1890, in _run_once handle._run() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args)

File "C:\Users\User\PycharmProjects\hcaptcha-challenger\hcaptcha_challenger\agents\playwright\control.py", line 189, in handler data= await response.json() File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright\async_api_generated.py", line 614, in json return mapping.from_maybe_impl(await self._impl_obj.json()) File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright_impl_network.py", line 613, in json return json.loads(await self.text()) File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright_impl_network.py", line 610, in text return content.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte 2024-06-06 15:37:35 | ERROR - task interrupt - {'reason': 'Failed to obtain challenge task'}

Process finished with exit code 0

BrynGibson commented 3 months ago

see here: https://github.com/QIN2DIM/hcaptcha-challenger/issues/976

xth24 commented 2 months ago

i use demo_normal_playwright.py demo ,found a error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte

Detailed error: Traceback (most recent call last): File "C:\Users\User\PycharmProjects\hcaptcha-challenger\examples\demo_normal_playwright.py", line 143, in asyncio.run(bytedance()) File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 629, in run_until_complete self.run_forever() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\windows_events.py", line 316, in run_forever super().run_forever() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 596, in run_forever self._run_once() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1890, in _run_once handle._run() File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args)

File "C:\Users\User\PycharmProjects\hcaptcha-challenger\hcaptcha_challenger\agents\playwright\control.py", line 189, in handler data= await response.json() File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright\async_api_generated.py", line 614, in json return mapping.from_maybe_impl(await self._impl_obj.json()) File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright_impl_network.py", line 613, in json return json.loads(await self.text()) File "C:\Users\User\PycharmProjects\ecom-csv-parser\venv\lib\site-packages\playwright_impl_network.py", line 610, in text return content.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte 2024-06-06 15:37:35 | ERROR - task interrupt - {'reason': 'Failed to obtain challenge task'}

Process finished with exit code 0

Set "accept" header to application/json