nohup: ignoring input
Server closed the connection: 0 bytes read on a total of 8 expected bytes
Server closed the connection: 0 bytes read on a total of 8 expected bytes
Fatal error handling updates (this is a bug in Telethon v1.43.2, please report it)
Traceback (most recent call last):
  File "/home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/client/updates.py", line 485, in _update_loop
    updates = await asyncio.wait_for(self._updates_queue.get(), deadline_delay)
  File "/opt/alt/python39/lib64/python3.9/asyncio/tasks.py", line 479, in wait_for
    return fut.result()
  File "/opt/alt/python39/lib64/python3.9/asyncio/queues.py", line 166, in get
    await getter
RuntimeError: Task <Task pending name='Task-25' coro=<Queue.get() running at /opt/alt/python39/lib64/python3.9/asyncio/queues.py:166> cb=[_release_waiter(<Future pendi...7631145e0>()]>)() at /opt/alt/python39/lib64/python3.9/asyncio/tasks.py:416]> got Future <Future pending> attached to a different loop
Task exception was never retrieved
future: <Task finished name='Task-26' coro=<TelegramBaseClient._disconnect_coro() done, defined at /home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py:724> exception=OperationalError('attempt to write a readonly database')>
Traceback (most recent call last):
  File "/home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py", line 754, in _disconnect_coro
    await self._save_states_and_entities()
  File "/home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py", line 715, in _save_states_and_entities
    await utils.maybe_async(self.session.set_update_state(0, types.updates.State(**ss, unread_count=0)))
  File "/home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/sessions/sqlite.py", line 231, in set_update_state
    self._execute('insert or replace into update_state values (?,?,?,?,?)',
  File "/home/noskheha/virtualenv/public_html/bot/3.9/lib/python3.9/site-packages/telethon/sessions/sqlite.py", line 270, in _execute
    return c.execute(stmt, values).fetchone()
sqlite3.OperationalError: attempt to write a readonly database
