12306 icon indicating copy to clipboard operation
12306 copied to clipboard

chrome issue

Open onepointfuck opened this issue 5 years ago • 2 comments

描述问题

cookie获取中
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 76, in start
    stdin=PIPE)
  File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/python_project/chromedriver'

During handling of the above exception, another exception occurred:

重现步骤

步骤一

截图&日志

环境信息

  • windows
  • python3.7.1
  • 订票小助手版本 1.1.101

额外的备注

  • Add any other context about the problem here.

onepointfuck avatar Jan 18 '20 15:01 onepointfuck

查看chromedriver的权限,尝试修改成777试试

maozaifei avatar Sep 24 '20 14:09 maozaifei

不要只添加路径,把驱动的文件名加上

low142 avatar Feb 19 '21 05:02 low142