Git Product home page Git Product logo

changeorgsignbot's People

Contributors

jakeharrison11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

changeorgsignbot's Issues

No such file or directory: 'fnames.json'

File "c:/Users/gamin/Desktop/ChangeOrgSignBot-master/bot.py", line 19, in
fname = json.loads(open('fnames.json').read())
FileNotFoundError: [Errno 2] No such file or directory: 'fnames.json'

the files havent been moved they are in its original directory help please?

python bot.py issue

so after i launch "faker" in the scripts folder it goes through a bunch of commands then it closes. whenever i run python bot.py it doesnt work

Error: gl_surface_egl.cc<690>

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>
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.