Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot crashed when liqduidity was found for the second time #38

Open
Sundazee opened this issue Nov 19, 2021 · 0 comments
Open

Bot crashed when liqduidity was found for the second time #38

Sundazee opened this issue Nov 19, 2021 · 0 comments

Comments

@Sundazee
Copy link

Was working fine until it crashed right when liquidity was added. Limitswap on the other hand found liquididty and worked.
Last time sniper bot worked but this crash happened once before too.
Never changed settings.

Using a custom node

The error:

INFO: 2021-11-18 15:54:14,356 Current $LIMIT Tokens Staked = 100.75948286261585
ERROR: 2021-11-18 15:56:12,317 Could not find any function with matching selector
Traceback (most recent call last):
File "sniper.py", line 424, in scan
File "eth_utils\decorators.py", line 18, in _wrapper
File "web3\contract.py", line 466, in decode_function_input
File "eth_utils\decorators.py", line 18, in _wrapper
File "web3\contract.py", line 459, in get_function_by_selector
File "web3\contract.py", line 1680, in get_function_by_identifier
ValueError: Could not find any function with matching selector
ERROR: 2021-11-18 15:59:41,679 Tried to read 32 bytes. Only got 0 bytes
Traceback (most recent call last):
File "sniper.py", line 740, in
File "sniper.py", line 731, in run
File "sniper.py", line 424, in scan
File "eth_utils\decorators.py", line 18, in _wrapper
File "web3\contract.py", line 471, in decode_function_input
File "eth_abi\codec.py", line 181, in decode_abi
File "eth_abi\decoding.py", line 127, in call
File "eth_utils\functional.py", line 45, in inner
File "eth_abi\decoding.py", line 173, in decode
File "eth_abi\decoding.py", line 127, in call
File "eth_abi\decoding.py", line 145, in decode
File "eth_abi\decoding.py", line 127, in call
File "eth_utils\functional.py", line 45, in inner
File "eth_abi\decoding.py", line 269, in decode
File "eth_abi\decoding.py", line 127, in call
File "eth_abi\decoding.py", line 198, in decode
File "eth_abi\decoding.py", line 305, in read_data_from_stream
eth_abi.exceptions.InsufficientDataBytes: Tried to read 32 bytes. Only got 0 bytes

Token Settinga:
[
{
"ADDRESS": "0xca830317146BfdDE71e7C0B880e2ec1f66E273EE",
"SYMBOL": "GULL",

"USECUSTOMBASEPAIR": "false",
"BASESYMBOL": "USDT",
"BASEADDRESS": "0xdac17f958d2ee523a2206206994597c13d831ec7",

"BUYAMOUNT": "1",
"MULTIPLEBUYS": "true",
"BUYCOUNT": "300",
"RUGCHECK": "false"

}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant