Facing issues while deploying to Digital Ocean App Platform #551
Unanswered
favoritesG
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone help me.
I instaled app to Digital ocean vith "latest" version. But i get version 1.1.7 so I run the code "pip install tgcf==1.1.8".
Now I get:
tgcf
Running latest tgcf version 1.1.8
[01/06/24 17:53:49] INFO Verbosity turned on! This is suitable for cli.py:57
debugging
INFO cryptg detected, it will be used for aes.py:19
encryption
[01/06/24 17:53:50] INFO tgcf.config.json detected! config.py:109
INFO config.py got executed config.py:259
INFO using bot account config.py:215
INFO Connecting to mtprotosender.py:226
149.154.167.51:443/TcpFull...
INFO Connection to mtprotosender.py:277
149.154.167.51:443/TcpFull
complete!
[01/06/24 17:53:51] INFO Phone migrated to 4 users.py:120
INFO Reconnecting to new data telegrambaseclient.py:709
center 4
INFO Disconnecting from mtprotosender.py:317
149.154.167.51:443/TcpFull...
INFO Disconnection from mtprotosender.py:337
149.154.167.51:443/TcpFull
complete!
INFO Connecting to mtprotosender.py:226
149.154.167.91:443/TcpFull...
[01/06/24 17:53:52] INFO Connection to mtprotosender.py:277
149.154.167.91:443/TcpFull
complete!
INFO config.is_bot=True live.py:137
INFO Command prefix is . for userbot and live_bot.py:136
/ for bot
INFO Loaded admins are [2116049318] config.py:206
INFO Added event handler for new live.py:148
INFO Added event handler for edited live.py:148
INFO Added event handler for start live.py:148
INFO Added event handler for forward live.py:148
INFO Added event handler for remove live.py:148
INFO Added event handler for style live.py:148
INFO Added event handler for help live.py:148
INFO From to dict is {-1002108954247: config.py:199
[-1002010283562]}
//////////////////////////////////////////////////////////////////////////////////////////////////////////
In advanced sector I get this massege:
Version & Platform
Running tgcf 1.1.7.post1
Python 3.10.9 (main, Dec 8 2022, 01:35:40) [GCC 10.2.1 20210110]
OS posix
Platform Linux 4.4.0
('64bit', 'ELF')
AttributeError: 'LiveSettings' object has no attribute 'sequential_updates'
Traceback:
File "/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
exec(code, module.dict)
File "/venv/lib/python3.10/site-packages/tgcf/web_ui/pages/6_🔬_Advanced.py", line 37, in
"Enforce sequential updates", value=CONFIG.live.sequential_updates
What I need to do? Now it is not working :S
Thanks
Beta Was this translation helpful? Give feedback.
All reactions