-
Got the following exception using websockets=14.0. Downgrading websockets to 13.1 fixes the issue.
```
Traceback (most recent call last):
File "/handler.py", line 341, in
main()
File "…
-
G:\aiku>py tes2.py
G:\aiku\you.com.har
Using You provider and gpt-4-turbo model
ERROR:root:No telemetry in .har files found
ERROR:root:Getting telemetry_id for you.com with nodriver
ERROR:root:[W…
-
### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your proble…
-
I'm logging these exceptions from `cdp.util.parse_json_event` when I visit certain websites.
```
2024-11-10 23:51:43,649 INFO uc.connection KeyError: ('DOM.scrollableFlagUpdated',) during parsing…
-
Hello @yoori, thanks for the quick heads-up! I re-cloned the repo with your fix, ran the install (`pip install .`), ran the project (`flare_bypass_server`), directed Jackett to `http://1…
-
Hi. I am getting the error below when trying to run in headless mode
```
Exception has occurred: TypeError cannot unpack non-iterable NoneType object
File "/Users/Workspace/project/src/main.py"…
-
Consider adding to nodriver some features:
1. For `Element` implement same methods like for tab (`select`, `select_all`, if possible also `find`)
2. For `send_keys` add cdp commands like `keyDown`, …
-
add to utils:
`from typing import Optional, List, Set, Union, Callable, Dict`
```
"""Keyboard and Mouse module."""
"""US Keyboard Definition."""
key_definitions = {
'0': {'keyCode': 48…
-
I was doing tests with the nodriver module, when I tried to test the headless mode and I discovered that when activating this mode, the user-agent is modified and this makes the browser detectable as …
-
original
```
async def find_all(
self,
text: str,
timeout: Union[int, float] = 10,
) -> List[nodriver.Element]:
"""
find multiple elements by te…