Skip to content

[Docs]: No excute Quick Start #86

@kyle1012

Description

@kyle1012

Checklist before reporting

  • I have searched for similar documentation issues and didn't find a duplicate.
  • I have checked the latest documentation to verify this issue still exists.

Type of Documentation Issue

Incorrect documentation (information is wrong)

Documentation Location

main page Quick Start

Issue Description

i install pydoll-python==1.3.3 AND try "Quick Start"
but permission deny and other error

Traceback (most recent call last):
File "c:\Users\ez\Desktop\파이썬\test1.py", line 11, in main
await browser.start()
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\site-packages\pydoll\browser\base.py", line 102, in start
self._browser_process_manager.start_browser_process(
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\site-packages\pydoll\browser\managers.py", line 152, in start_browser_process
self._process = self._process_creator([
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\site-packages\pydoll\browser\managers.py", line 173, in _default_process_creator
return subprocess.Popen(
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
PermissionError: [WinError 5] 액세스가 거부되었습니다

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\Users\ez\Desktop\파이썬\test1.py", line 19, in
asyncio.run(main())
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "c:\Users\ez\Desktop\파이썬\test1.py", line 10, in main
async with Chrome(options=options) as browser:
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\site-packages\pydoll\browser\base.py", line 83, in aexit
await self._connection_handler.close()
File "C:\Users\ez\AppData\Local\Programs\Python\Python310\lib\site-packages\pydoll\connection\connection.py", line 183, in close
await self._ws_connection.close()
AttributeError: 'NoneType' object has no attribute 'close'

plz solutions
i'm korean
저는 한국인입니다.

Suggested Fix

No response

Additional Information

No response

Contribution

Yes, I'd be willing to submit a PR with the fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions