Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

wrong balance when using 3 sessions #89

@supmyhava

Description

@supmyhava

2024-10-30 03:16:45 | INFO | 730 - 33 | start after 6s
2024-10-30 03:16:45 | INFO | 730 - 11 | start after 10s
2024-10-30 03:16:45 | INFO | 730 - 22 | start after 3s
2024-10-30 03:16:48 | SUCCESS | 89 - No change in js file: index-HUhwLdU3.js
2024-10-30 03:16:49 | SUCCESS | 176 - 22 | Logged in.
2024-10-30 03:16:49 | INFO | 607 - 22 | Pixel Balance: 356 | Pixel available to paint: 11 | User league: bronze
2024-10-30 03:16:49 | INFO | 617 - 22 | Using the new painting method.
2024-10-30 03:16:50 | SUCCESS | 15 - Connected to server. Your UUID:72f1bd24-66a5-42b3-a2a3-52ab6b871787
2024-10-30 03:16:50 | INFO | 382 - 22 | Charges: 11/12
2024-10-30 03:16:51 | SUCCESS | 359 - 22 | Painted 361946 with color: #3690EA | Earned +10.0 px | Balance: 366.5 px
2024-10-30 03:16:51 | SUCCESS | 89 - No change in js file: index-HUhwLdU3.js
2024-10-30 03:16:52 | SUCCESS | 176 - 33 | Logged in.
2024-10-30 03:16:52 | INFO | 607 - 33 | Pixel Balance: 261 | Pixel available to paint: 0 | User league: silver
2024-10-30 03:16:53 | SUCCESS | 234 - 33 | Upgrade paint reward successfully!
2024-10-30 03:16:55 | SUCCESS | 89 - No change in js file: index-HUhwLdU3.js
2024-10-30 03:16:56 | SUCCESS | 176 - 11 | Logged in.
2024-10-30 03:16:56 | INFO | 607 - 11 | Pixel Balance: 38381 | Pixel available to paint: 23 | User league: platinum
2024-10-30 03:16:56 | INFO | 617 - 11 | Using the new painting method.
2024-10-30 03:16:56 | SUCCESS | 15 - Connected to server. Your UUID:72f1bd24-66a5-42b3-a2a3-52ab6b871787
2024-10-30 03:16:57 | INFO | 382 - 11 | Charges: 23/24
2024-10-30 03:16:57 | SUCCESS | 387 - 11 | Successfully joined template 6980731838
2024-10-30 03:16:58 | SUCCESS | 359 - 11 | Painted 246879 with color: #3690EA | Earned +11.999999999679858 px | Balance: 38393.787679293 px
2024-10-30 03:16:58 | SUCCESS | 243 - 33 | Upgrade recharging speed successfully!
2024-10-30 03:16:58 | SUCCESS | 359 - 22 | Painted 350850 with color: #3690EA | Earned +38039.287679293 px | Balance: 38405.787679293 px
2024-10-30 03:17:01 | SUCCESS | 252 - 33 | Upgrade energy limit successfully!
2024-10-30 03:17:01 | INFO | 714 - 33 | Sleep 1024s...
2024-10-30 03:17:05 | SUCCESS | 359 - 11 | Painted 334848 with color: #3690EA | Earned +24.0 px | Balance: 38417.787679293 px
2024-10-30 03:17:05 | SUCCESS | 359 - 22 | Painted 303840 with color: #3690EA | Earned +24.0 px | Balance: 38429.787679293 px

shows same balance

also after 2-3 min i got this error

2024-10-30 03:18:33 | ERROR | 369 - Failed to paint due to network error: 400 Client Error: Bad Request for url: https://notpx.app/api/v1/repaint/start
Traceback (most recent call last):
File "/root/.pyenv/versions/3.11.0/lib/python3.11/site-packages/requests/models.py", line 974, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.0/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.0/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.0/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/Notpixel-bot/bot/core/tapper.py", line 661, in run
self.claimpx(session)
File "/root/Notpixel-bot/bot/core/tapper.py", line 261, in claimpx
logger.warning(f"{self.session_name} | Failed to claim px from mining: {res.json()}")
^^^^^^^^^^
File "/root/.pyenv/versions/3.11.0/lib/python3.11/site-packages/requests/models.py", line 978, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2024-10-30 03:18:38 | ERROR | 725 - 11 | Unknown error: Expecting value: line 1 column 1 (char 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions