BytePhoenixCoding / BlockchainTokenSniper

Please see website / Telegram group for more details.
473 stars 286 forks source link

Raspberry Pi 3 - SSL #61

Closed mattbussard85 closed 2 years ago

mattbussard85 commented 2 years ago

I'm running raspbian buster, python 3.9.7. Program starts and shows the logo and then I get this error. I've updated my certificates and nothing seems to get past this error.

[00:30:06.177] [Info] Using specifific amount of tokens is currently broken. Please just use an amount of liquidity pair token when sniping (eg. BNB, BUSD). Will be fixed soon. Traceback (most recent call last): File "BSCLaunchSniper.py", line 221, in <module> File "BSCLaunchSniper.py", line 218, in getTokenSymbol File "/home/pi/.local/lib/python3.9/site-packages/web3/contract.py", line 959, in call return call_contract_function( File "/home/pi/.local/lib/python3.9/site-packages/web3/contract.py", line 1503, in call_contract_function return_data = web3.eth.call( File "/home/pi/.local/lib/python3.9/site-packages/web3/module.py", line 57, in caller result = w3.manager.request_blocking(method_str, File "/home/pi/.local/lib/python3.9/site-packages/web3/manager.py", line 186, in request_blocking response = self._make_request(method, params) File "/home/pi/.local/lib/python3.9/site-packages/web3/manager.py", line 147, in _make_request return request_func(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__ File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters response = make_request(method, params) File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/gas_price_strategy.py", line 90, in middleware return make_request(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__ File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/attrdict.py", line 33, in middleware response = make_request(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__ File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__ File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__ File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "/home/pi/.local/lib/python3.9/site-packages/web3/middleware/buffered_gas_estimate.py", line 40, in middleware return make_request(method, params) File "/home/pi/.local/lib/python3.9/site-packages/web3/providers/websocket.py", line 144, in make_request return future.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 445, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result raise self._exception File "/home/pi/.local/lib/python3.9/site-packages/web3/providers/websocket.py", line 124, in coro_make_request async with self.conn as conn: File "/home/pi/.local/lib/python3.9/site-packages/web3/providers/websocket.py", line 72, in __aenter__ self.ws = await connect( File "/home/pi/.local/lib/python3.9/site-packages/websockets/legacy/client.py", line 622, in __await_impl__ transport, protocol = await self._create_connection() File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1081, in create_connection transport, protocol = await self._create_connection_transport( File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1111, in _create_connection_transport await waiter File "/usr/local/lib/python3.9/asyncio/sslproto.py", line 528, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/local/lib/python3.9/asyncio/sslproto.py", line 188, in feed_ssldata self._sslobj.do_handshake() File "/usr/local/lib/python3.9/ssl.py", line 944, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)