-
Notifications
You must be signed in to change notification settings - Fork 44
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
TypeError: expected string or bytes-like object #102
Comments
My .env file. I’ve removed the API ID and API Hash but it’s there in the actual file. API_ID=xxxxxx USE_REF= USE_RANDOM_DELAY_IN_RUN= SLEEP_TIME_IN_MINUTES= ENABLE_AUTO_TASKS= ENABLE_AUTO_JOIN_TO_SQUAD_CHANNEL= DISABLE_IN_NIGHT= ENABLE_CHECK_UPDATED_IMAGE_MODE= ENABLE_RANDOM_CUSTOM_TEMPLATE= ENABLE_DRAW_CUSTOM_TEMPLATE= ENABLE_SSL= PAINT_REWARD_MAX= BOOSTS_BLACK_LIST= USE_PROXY_FROM_FILE=False |
same here |
1 similar comment
same here |
Same Here |
I have same issue |
1 similar comment
I have same issue |
copy and replace this code :)
|
@sentient-ai69 @THMaST3R @pllusin Already fixed. |
File "/home/ubuntu/notpixel/notpixel/main.py", line 13, in
asyncio.run(main())
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/ubuntu/notpixel/notpixel/main.py", line 8, in main
await process()
File "/home/ubuntu/notpixel/notpixel/bot/utils/launcher.py", line 115, in process
await run_tasks(tg_clients=tg_clients)
File "/home/ubuntu/notpixel/notpixel/bot/utils/launcher.py", line 140, in run_tasks
await asyncio.gather(*tasks)
File "/home/ubuntu/notpixel/notpixel/bot/core/tapper.py", line 1512, in run_tapper
await Tapper(tg_client=tg_client).run(proxy=proxy)
File "/home/ubuntu/notpixel/notpixel/bot/core/tapper.py", line 1368, in run
if re.search("http://", proxy):
File "/usr/lib/python3.10/re.py", line 200, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
Unclosed client session
client_session: <aiocfscrape.CloudflareScraper object at 0x7bd6be23dae0>
The text was updated successfully, but these errors were encountered: