-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi, I'm trying to use this bot on windows I have python installed also have the rest of the required scripts and chrome driver but I get this error in the CMD.
I was getting this error so I canceled the process.
`Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd C:\Users\Yasir Rehman\Downloads\Compressed\Change Org Sign Bot
C:\Users\Yasir Rehman\Downloads\Compressed\Change Org Sign Bot>python bot.py
/ |() __ _ _ __ | __ ) ___ | |
__ | |/ ` | ' | _ \ / _ | |
) | | (| | | | | |) | () | |
|/||_, || ||____/ _/ _|
|_/
Paste share link here: http://chng.it/CbmkzxVdCm
DevTools listening on ws://127.0.0.1:49878/devtools/browser/cecf6d5b-f967-41f2-b1e5-86364af177c9
[0317/100224.903:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100224.906:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100224.909:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100224.910:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100225.638:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100226.138:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100228.577:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100230.620:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100231.303:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100237.468:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100238.780:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
Error filling form. Refreshing...
[0317/100239.626:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100243.258:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100244.466:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
[0317/100245.198:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
Error filling form. Refreshing...
[0317/100248.443:ERROR:gl_surface_egl.cc(690)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
Traceback (most recent call last):
File "bot.py", line 56, in
main()
File "bot.py", line 54, in main
defualt_driver.get(link)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 333, in get
self.execute(Command.GET, {'url': url})
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 319, in execute response = self.command_executor.execute(driver_command, params)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 374, in execute return self._request(command_info[0], url, body=data)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\request.py", line 79, in request
return self.request_encode_body(
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\request.py", line 171, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\poolmanager.py", line 330, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\connectionpool.py", line 665, in urlopen
httplib_response = self._make_request(
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\urllib3\connectionpool.py", line 416, in _make_request
httplib_response = conn.getresponse()
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1322, in getresponse response.begin()
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 303, in begin version, status, reason = self._read_status()
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 264, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "C:\Users\Yasir Rehman\AppData\Local\Programs\Python\Python38-32\lib\socket.py", line 669, in readinto
return self._sock.recv_into(b)KeyboardInterrupt
^C
C:\Users\Yasir Rehman\Downloads\Compressed\Change Org Sign Bot>
`