Freddywhest / MemeFiBot

Made by Alfred Nti. Python bot for farming/clicking MemeFi telegram bot.
https://t.me/freddy_bots
Other
46 stars 9 forks source link

First time run still have error <Unknown error while getting ... [403]> #16

Closed lucasnguyen3979 closed 4 months ago

lucasnguyen3979 commented 4 months ago

I tried with a completely new account, and this is the first MemeFi bot that runs with the same error as other repository bots. For old accounts, I tried waiting 12-24 hours like this issue #3 says, but the problem still persists.

Environment: I only use 1 account on server to run in this context. Other game bots run normally.

Error: image

shelllshock commented 4 months ago

same!

Freddywhest commented 4 months ago

Try it without proxies or restart it multiple times

boika commented 4 months ago

Try it without proxies or restart it multiple times

Didn't help me

Freddywhest commented 4 months ago

I don't have that issue so I don't know what I can do to fix it Try https://github.com/Freddywhest/MemeFiBot/issues/7

boika commented 4 months ago

Downgrade python from 3.11.9 to 3.10.11 helped.

ipinternet commented 4 months ago

FROM python:3.10.11-alpine3.18

It is my Dockerfile config. Still Same problem.

Freddywhest commented 4 months ago

FROM python:3.10.11-alpine3.18

It is my Dockerfile config. Still Same problem.

Try it without docker

prognt commented 4 months ago

FROM python:3.10.11-alpine3.18 error 403 FROM python:3.11.9-alpine3.20 all good

lucasnguyen3979 commented 4 months ago

Install version Python 3.10.0 and issue is fixed.