shamhi / TapSwapBot

Bot that mines coins in Tapswap
https://t.me/tapswap_bot
173 stars 58 forks source link

How can I fix this error? #89

Open RoniherVilchez opened 1 week ago

RoniherVilchez commented 1 week ago

File "TapSwapBot\venv\Lib\site-packages\pydantic_settings\main.py", line 84, in init super().init( File "TapSwapBot\venv\Lib\site-packages\pydantic\main.py", line 171, in init self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 3 validation errors for Settings SLEEP_BY_MIN_ENERGY Input should be a valid list [type=list_type, input_value=1800, input_type=int] For further information visit https://errors.pydantic.dev/2.6/v/list_type RANDOM_TAPS_COUNT Input should be a valid list [type=list_type, input_value=50, input_type=int] For further information visit https://errors.pydantic.dev/2.6/v/list_type SLEEP_BETWEEN_TAP Input should be a valid list [type=list_type, input_value=25, input_type=int] For further information visit https://errors.pydantic.dev/2.6/v/list_type