0% found this document useful (0 votes)
57 views

Appbotname Friday Logs

The document contains log messages from an application. It logs that several plugins were successfully imported. It then logs two errors - an IndexError occurred when trying to click a list result, and a TypeError occurred trying to cast an InputPeerChannel to an InputUser.

Uploaded by

MKI Unknown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Appbotname Friday Logs

The document contains log messages from an application. It logs that several plugins were successfully imported. It then logs two errors - an IndexError occurred when trying to click a list result, and a TypeError occurred trying to cast an InputPeerChannel to an InputUser.

Uploaded by

MKI Unknown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

2020-09-06T09:39:16.774111+00:00 app[worker.

1]: Successfully (re)imported autoname


2020-09-06T09:39:16.774112+00:00 app[worker.1]: Successfully (re)imported
screencapture
2020-09-06T09:39:16.774112+00:00 app[worker.1]: Successfully (re)imported broadcast
2020-09-06T09:39:16.774112+00:00 app[worker.1]: Successfully (re)imported thumbnail
2020-09-06T09:39:16.774112+00:00 app[worker.1]: Successfully (re)imported deepfryer
2020-09-06T09:39:16.774113+00:00 app[worker.1]: Successfully (re)imported add
2020-09-06T09:39:16.774113+00:00 app[worker.1]: Successfully (re)imported
being_logical
2020-09-06T09:39:16.774113+00:00 app[worker.1]: Successfully (re)imported chain
2020-09-06T09:39:16.774114+00:00 app[worker.1]: Successfully (re)imported shout
2020-09-06T09:39:16.774120+00:00 app[worker.1]: Successfully (re)imported rain
2020-09-06T09:40:36.815870+00:00 app[worker.1]: Successfully (re)imported
antivirus2userbot/plugins/_inlinebot.py:75: SyntaxWarning: "is" with a literal. Did
you mean "=="?
2020-09-06T09:40:36.815879+00:00 app[worker.1]: if help_string is "":
2020-09-06T09:40:36.815880+00:00 app[worker.1]: 2020-09-06 09:40:36,814 -
telethon.client.updates - ERROR - Unhandled exception on cmd_list
2020-09-06T09:40:36.815881+00:00 app[worker.1]: Traceback (most recent call last):
2020-09-06T09:40:36.815882+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/client/updates.py", line 443, in
_dispatch_update
2020-09-06T09:40:36.815882+00:00 app[worker.1]: await callback(event)
2020-09-06T09:40:36.815883+00:00 app[worker.1]: File
"userbot/plugins/_helper.py", line 37, in cmd_list
2020-09-06T09:40:36.815883+00:00 app[worker.1]: await results[0].click(
2020-09-06T09:40:36.815883+00:00 app[worker.1]: IndexError: list index out of range
2020-09-06T09:40:45.254497+00:00 app[worker.1]: 2020-09-06 09:40:45,252 -
telethon.client.updates - ERROR - Unhandled exception on block
2020-09-06T09:40:45.254506+00:00 app[worker.1]: Traceback (most recent call last):
2020-09-06T09:40:45.254507+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/client/updates.py", line 443, in
_dispatch_update
2020-09-06T09:40:45.254508+00:00 app[worker.1]: await callback(event)
2020-09-06T09:40:45.254508+00:00 app[worker.1]: File
"userbot/plugins/pmpermit.py", line 37, in block
2020-09-06T09:40:45.254509+00:00 app[worker.1]: replied_user = await
event.client(GetFullUserRequest(event.chat_id))
2020-09-06T09:40:45.254510+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/client/users.py", line 30, in
__call__
2020-09-06T09:40:45.254510+00:00 app[worker.1]: return await
self._call(self._sender, request, ordered=ordered)
2020-09-06T09:40:45.254510+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/client/users.py", line 37, in
_call
2020-09-06T09:40:45.254511+00:00 app[worker.1]: await r.resolve(self, utils)
2020-09-06T09:40:45.254511+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/tl/functions/users.py", line 25,
in resolve
2020-09-06T09:40:45.254512+00:00 app[worker.1]: self.id =
utils.get_input_user(await client.get_input_entity(self.id))
2020-09-06T09:40:45.254512+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/utils.py", line 303, in
get_input_user
2020-09-06T09:40:45.254512+00:00 app[worker.1]: _raise_cast_fail(entity,
'InputUser')
2020-09-06T09:40:45.254513+00:00 app[worker.1]: File
"/usr/local/lib/python3.8/site-packages/telethon/utils.py", line 138, in
_raise_cast_fail
2020-09-06T09:40:45.254513+00:00 app[worker.1]: raise TypeError('Cannot cast {}
to any kind of {}.'.format(
2020-09-06T09:40:45.254513+00:00 app[worker.1]: TypeError: Cannot cast
InputPeerChannel to any kind of InputUser.

You might also like