Poryaei / NotCoin-Clicker

A Python bot and automated clicker for accumulating NotCoins on Telegram.
https://t.me/notcoin_bot
MIT License
103 stars 30 forks source link

Mining Error #15

Closed BarbieGosling closed 9 months ago

BarbieGosling commented 9 months ago

Mining Error: Expecting value: line 1 column 1 (char 0)

Poryaei commented 9 months ago

Are you using the latest version? Can you please send me a screenshot of the terminal?

BarbieGosling commented 9 months ago

I'm use latest version. изображение

Poryaei commented 9 months ago

It couldn't find any valid proxies! I guess this error might be because of missing prerequisites! Please run this command in the terminal:

python -m pip install PySocks

BarbieGosling commented 9 months ago

Requirement already satisfied: PySocks in /usr/local/lib/python3.10/dist-packages (1.7.1)

Poryaei commented 9 months ago

I'll fix the issue in the next update. If you want, you can run the robot without using a proxy, but it requires a clean and not blocked IP by CloudFlare!
In the clicker.py file, change line 191 from self.useProxy = True to self.useProxy = False

BarbieGosling commented 9 months ago

I trying using without proxy and get same error

BarbieGosling commented 9 months ago

this error occurs due to an uncollected reward from the robot (which gives out coins when you are not playing), you need to collect the reward and then your bot will work.

Poryaei commented 9 months ago

this error occurs due to an uncollected reward from the robot (which gives out coins when you are not playing), you need to collect the reward and then your bot will work.

I don't really think this way! But I'll look into it.