2024-03-30 18:38:46,609 - [Gojo_Satoru] - ERROR - Genius api not found lyrics command will not work 2024-03-30 18:38:47,098 - [Gojo_Satoru] - INFO - Initialized Database!
2024-03-30 18:39:03,863 - [Gojo_Satoru] - INFO - Adding job tentatively -- it will
be properly scheduled when the scheduler starts 2024-03-30 18:39:03,863 - [Gojo_Satoru] - INFO - Adding job tentatively -- it will be properly scheduled when the scheduler starts 2024-03-30 18:39:03,866 - [Gojo_Satoru] - INFO - Added job "clean_my_db" to job store "default" 2024-03-30 18:39:03,866 - [Gojo_Satoru] - INFO - Added job "send_wishish" to job store "default" 2024-03-30 18:39:03,866 - [Gojo_Satoru] - INFO - Scheduler started 2024-03-30 18:39:04,463 - [Gojo_Satoru] - INFO - Bot Started Successfully!
2024-03-30 18:42:41,916 - [Gojo_Satoru] - INFO - Loaded admins for chat -
1002052534978 in 0.123s due to 'lock' 2024-03-30 18:54:19,326 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.152s due to 'blacklist_watcher' 2024-03-30 19:12:14,725 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-30 19:13:07,897 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.095s due to 'lock' 2024-03-30 19:22:34,018 - [Gojo_Satoru] - INFO - Initialized User Document for 650217904 2024-03-30 19:43:24,110 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.133s due to 'lock' 2024-03-30 19:44:30,665 - [Gojo_Satoru] - INFO - Initialized User Document for 6315325458 2024-03-30 19:52:49,567 - [Gojo_Satoru] - INFO - Initialized User Document for 5787456522 2024-03-30 19:56:02,701 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-30 19:58:37,776 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-30 20:00:54,274 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-30 20:20:50,609 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.08s due to 'lock' 2024-03-30 21:00:16,539 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.266s due to 'lock' 2024-03-30 21:05:20,409 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.071s due to 'lock' 2024-03-30 21:30:00,001 - [Gojo_Satoru] - INFO - Running job "clean_my_db (trigger: cron[hour='3', minute='0', second='0'], next run at: 2024-04-01 03:00:00 IST)" (scheduled at 2024-03-31 03:00:00+05:30) 2024-03-30 21:30:00,410 - [Gojo_Satoru] - ERROR - Job "clean_my_db (trigger: cron[hour='3', minute='0', second='0'], next run at: 2024-04-01 03:00:00 IST)" raised an exception Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/apscheduler/executors/ base_py3.py", line 30, in run_coroutine_job retval = await job.func(*job.args, **job.kwargs) File "/app/Powers/plugins/scheduled_jobs.py", line 31, in clean_my_db start = time.time() AttributeError: type object 'datetime.time' has no attribute 'time' 2024-03-30 21:31:59,303 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.098s due to 'lock' 2024-03-30 22:00:57,710 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.101s due to 'lock' 2024-03-30 22:34:20,403 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.299s due to 'lock' 2024-03-30 23:22:58,218 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.099s due to 'lock' 2024-03-30 23:23:25,403 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.093s due to 'blacklist_watcher' 2024-03-30 23:41:04,087 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.085s due to 'lock' 2024-03-31 00:08:55,911 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.116s due to 'lock' 2024-03-31 00:39:59,503 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.131s due to 'lock' 2024-03-31 01:01:03,351 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 01:01:04,279 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 01:10:57,130 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.099s due to 'lock' 2024-03-31 01:39:01,835 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 1.472s due to 'lock' 2024-03-31 01:39:02,086 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.289s due to 'lock' 2024-03-31 01:43:38,563 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 02:12:21,494 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.108s due to 'lock' 2024-03-31 02:12:21,527 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 02:17:56,826 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 02:17:57,659 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 02:20:24,442 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 02:28:41,896 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 02:31:16,307 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 02:45:10,623 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.099s due to 'lock' 2024-03-31 02:50:44,288 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 02:51:44,692 - [Gojo_Satoru] - INFO - 6459418207 muted 6239219885 in - 1002052534978 2024-03-31 02:52:02,742 - [Gojo_Satoru] - INFO - 6459418207 banned 6239219885 in - 1002052534978 2024-03-31 02:52:29,917 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 03:05:59,462 - [Gojo_Satoru] - ERROR - Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") 2024-03-31 03:05:59,466 - [Gojo_Satoru] - ERROR - Traceback (most recent call last): File "/app/Powers/plugins/muting.py", line 594, in unmute_usr statu = (await m.chat.get_member(user_id)).status File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/types/user_and_chats/ chat.py", line 818, in get_member return await self._client.get_chat_member( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat_member.py", line 80, in get_chat_member r = await self.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.bad_request_400.UserNotParticipant: Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") Traceback (most recent call last): File "/app/Powers/plugins/muting.py", line 594, in unmute_usr statu = (await m.chat.get_member(user_id)).status File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/types/user_and_chats/ chat.py", line 818, in get_member return await self._client.get_chat_member( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat_member.py", line 80, in get_chat_member r = await self.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.bad_request_400.UserNotParticipant: Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") 2024-03-31 03:05:59,507 - [Gojo_Satoru] - INFO - 6498551799 unmuted 6239219885 in - 1002052534978 2024-03-31 03:15:11,044 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.108s due to 'lock' 2024-03-31 03:17:16,829 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.078s due to 'lock' 2024-03-31 03:30:57,507 - [Gojo_Satoru] - INFO - Replied with None to buy in - 1002052534978 2024-03-31 03:45:11,891 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.091s due to 'lock' 2024-03-31 03:45:52,906 - [Gojo_Satoru] - INFO - Replied with None to buy in - 1002052534978 2024-03-31 03:46:55,493 - [Gojo_Satoru] - INFO - Replied with None to ib in - 1002052534978 2024-03-31 03:46:59,499 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 03:47:27,062 - [Gojo_Satoru] - INFO - Replied with None to ib in - 1002052534978 2024-03-31 03:47:33,606 - [Gojo_Satoru] - INFO - Replied with None to ib in - 1002052534978 2024-03-31 03:47:43,314 - [Gojo_Satoru] - INFO - Replied with None to ib in - 1002052534978 2024-03-31 03:47:47,636 - [Gojo_Satoru] - INFO - Replied with None to buy in - 1002052534978 2024-03-31 03:49:18,373 - [Gojo_Satoru] - INFO - Replied with None to ib in - 1002052534978 2024-03-31 03:49:25,893 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.173s due to 'lock' 2024-03-31 03:51:33,026 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 03:57:10,287 - [Gojo_Satoru] - INFO - Initialized User Document for 1857417752 2024-03-31 04:01:12,550 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:03:26,944 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.079s due to 'lock' 2024-03-31 04:08:46,357 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:08:47,216 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:10:35,610 - [Gojo_Satoru] - INFO - Replied with None to buy in - 1002052534978 2024-03-31 04:17:01,748 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.144s due to 'lock' 2024-03-31 04:18:08,275 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:20:32,460 - [Gojo_Satoru] - INFO - Initialized User Document for 6027460020 2024-03-31 04:27:01,999 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:28:04,087 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:28:17,449 - [Gojo_Satoru] - INFO - Initialized User Document for 1266448244 2024-03-31 04:28:46,076 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:30:16,915 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:31:44,296 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:31:44,709 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:35:18,872 - [Gojo_Satoru] - INFO - 5154912723 used ping cmd in - 1002052189895 2024-03-31 04:35:21,452 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052189895 in 0.657s due to 'lock' 2024-03-31 04:37:00,857 - [Gojo_Satoru] - INFO - 5154912723 used ping cmd in - 1002052189895 2024-03-31 04:39:50,952 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:41:45,886 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:43:51,172 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.089s due to 'lock' 2024-03-31 04:43:51,297 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:46:51,829 - [Gojo_Satoru] - INFO - 6498551799 trying to mute 5154912723 (SUPPORT_STAFF) in -1002052534978 2024-03-31 04:47:03,906 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 1.288s due to 'lock' 2024-03-31 04:47:04,151 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.292s due to 'lock' 2024-03-31 04:48:44,541 - [Gojo_Satoru] - ERROR - [Errno 2] No such file or directory: '/app/downloads/sticker.webm.temp' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/shutil.py", line 815, in move os.rename(src, real_dst) FileNotFoundError: [Errno 2] No such file or directory: '/app/downloads/sticker.webm.temp' -> '/app/downloads/sticker.webm'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/stickers.py", line 314, in get_sticker_from_file upp = await repl.download() File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/types/messages_and_media /message.py", line 3478, in download return await self._client.download_media( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ messages/download_media.py", line 185, in download_media return await downloader File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/client.py", line 806, in handle_download shutil.move(temp_file_path, file_path) File "/app/.heroku/python/lib/python3.10/shutil.py", line 835, in move copy_function(src, real_dst) File "/app/.heroku/python/lib/python3.10/shutil.py", line 434, in copy2 copyfile(src, dst, follow_symlinks=follow_symlinks) File "/app/.heroku/python/lib/python3.10/shutil.py", line 254, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: '/app/downloads/sticker.webm.temp' 2024-03-31 04:50:10,270 - [Gojo_Satoru] - INFO - Replied with 7 to punjabi in - 1002052534978 2024-03-31 04:51:42,953 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:56:31,962 - [Gojo_Satoru] - INFO - 6498551799 muted 6890537651 in - 1002052534978 2024-03-31 04:56:55,948 - [Gojo_Satoru] - ERROR - Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") 2024-03-31 04:56:55,948 - [Gojo_Satoru] - ERROR - Traceback (most recent call last): File "/app/Powers/plugins/muting.py", line 594, in unmute_usr statu = (await m.chat.get_member(user_id)).status File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/types/user_and_chats/ chat.py", line 818, in get_member return await self._client.get_chat_member( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat_member.py", line 80, in get_chat_member r = await self.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.bad_request_400.UserNotParticipant: Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") Traceback (most recent call last): File "/app/Powers/plugins/muting.py", line 594, in unmute_usr statu = (await m.chat.get_member(user_id)).status File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/types/user_and_chats/ chat.py", line 818, in get_member return await self._client.get_chat_member( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat_member.py", line 80, in get_chat_member r = await self.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.bad_request_400.UserNotParticipant: Telegram says: [400 USER_NOT_PARTICIPANT] - The user is not a member of this chat (caused by "channels.GetParticipant") 2024-03-31 04:56:55,982 - [Gojo_Satoru] - INFO - 5154912723 unmuted 6890537651 in - 1002052534978 2024-03-31 04:58:59,128 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 04:59:29,283 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:59:29,323 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 04:59:29,336 - [Gojo_Satoru] - ERROR - 'NoneType' object has no attribute 'id' Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 464, in is_approved_user if m.from_user.id in ul or m.from_user.id in SUDO_LEVEL or m.from_user.id in admins_group or m.from_user.id == Config.BOT_ID: AttributeError: 'NoneType' object has no attribute 'id' 2024-03-31 05:04:12,545 - [Gojo_Satoru] - INFO - Initialized User Document for 1172075137 2024-03-31 05:14:30,122 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002122149322 in 0.086s due to 'blacklist_watcher' 2024-03-31 05:16:04,768 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 05:16:07,964 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 05:16:52,959 - [Gojo_Satoru] - INFO - Replied with None to buy in - 1002052534978 2024-03-31 05:17:05,420 - [Gojo_Satoru] - INFO - Loaded admins for chat - 1002052534978 in 0.089s due to 'lock' 2024-03-31 05:17:09,554 - [Gojo_Satoru] - INFO - Initialized User Document for 6776515572 2024-03-31 05:18:27,885 - [Gojo_Satoru] - ERROR - Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") Traceback (most recent call last): File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/Powers/plugins/locks.py", line 488, in lock_del_mess is_approved = await is_approved_user(c,m) File "/app/Powers/plugins/locks.py", line 463, in is_approved_user x_chat = (await c.get_chat(m.forward_from_chat.id)).linked_chat File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/chats/ get_chat.py", line 81, in get_chat r = await self.invoke(raw.functions.channels.GetFullChannel(channel=peer)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/ advanced/invoke.py", line 79, in invoke r = await self.session.invoke( File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 389, in invoke return await self.send(query, timeout=timeout) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/session/ session.py", line 357, in send RPCError.raise_it(result, type(data)) File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/errors/ rpc_error.py", line 91, in raise_it raise getattr( pyrogram.errors.exceptions.not_acceptable_406.ChannelPrivate: Telegram says: [406 CHANNEL_PRIVATE] - The channel/supergroup is not accessible (caused by "channels.GetFullChannel") 2024-03-31 05:18:30,998 - [Gojo_Satoru] - INFO - Replied with None to if in - 1002122149322 2024-03-31 05:18:59,868 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 05:19:27,230 - [Gojo_Satoru] - INFO - HTTP Request: POST https://translate.google.com/translate_a/single? client=gtx&sl=auto&tl=en&dt=t&ie=utf-8&oe=utf-8&dj=1&q=Hvordan%20kan%20du%20s %C3%A5%20mange%20spr%C3%A5k%20egentlig%3F "HTTP/1.1 200 OK" 2024-03-31 05:19:27,326 - [Gojo_Satoru] - INFO - HTTP Request: POST https://translate.google.com/translate_a/single? client=gtx&sl=auto&tl=en&dt=t&ie=utf-8&oe=utf-8&dj=1&q=Hvordan%20kan%20du%20s %C3%A5%20mange%20spr%C3%A5k%20egentlig%3F "HTTP/1.1 200 OK" 2024-03-31 05:19:34,731 - [Gojo_Satoru] - INFO - Replied with None to dm in - 1002052534978 2024-03-31 05:20:09,458 - [Gojo_Satoru] - INFO - HTTP Request: POST https://translate.google.com/translate_a/single? client=gtx&sl=auto&tl=en&dt=t&ie=utf-8&oe=utf-8&dj=1&q=Anong%20hindi. "HTTP/1.1 200 OK" 2024-03-31 05:20:09,547 - [Gojo_Satoru] - INFO - HTTP Request: POST https://translate.google.com/translate_a/single? client=gtx&sl=auto&tl=en&dt=t&ie=utf-8&oe=utf-8&dj=1&q=Anong%20hindi. "HTTP/1.1 200 OK" 2024-03-31 05:21:00,111 - [Gojo_Satoru] - INFO - Uploading logs before stopping...!