PennyDreadfulMTG / perf-reports

2 stars 2 forks source link

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918846609209589770, _channel_id=419901088700039168, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=306844239285977088, content='Yooo witch has [[Curse of the Swine]]! \n\nhttps://www.d20pfsrd.com/classes/base-classes/witch/hexes/hexes/common-hexes/swine-su/', timestamp=Timestamp(2021, 12, 10, 12, 48, 22, 980000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce='918846608362176512', pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None)) #58042

Open vorpal-buildbot opened 2 years ago

vorpal-buildbot commented 2 years ago

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918848391730049047, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 12, 55, 27, 966000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Feeding your pet', description='A soft chewing noise can be heard as your pet munches on the pet food.', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_fullness:752439481885524058> Fullness: 10 / 10 (+10)\n Credits: (-100)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918848423942320148, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 12, 55, 35, 646000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n8 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5865 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 486 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 5 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='374/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918848457735831592, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 12, 55, 43, 703000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n6 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5870 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 496 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 0 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='380/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853232288231515, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 14, 42, 45000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Feeding your pet', description='A soft chewing noise can be heard as your pet munches on the pet food.', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_fullness:752439481885524058> Fullness: 10 / 10 (+10)\n Credits: (-100)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853249837187123, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 14, 46, 229000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n6 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5875 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 443 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 5 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='386/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853273618890822, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 14, 51, 899000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n9 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5880 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 453 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 0 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='395/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853314844696677, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 15, 1, 728000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Feeding your pet', description='A soft chewing noise can be heard as your pet munches on the pet food.', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_fullness:752439481885524058> Fullness: 10 / 10 (+10)\n Credits: (-100)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853351511310367, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 15, 10, 470000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n5 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5885 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 463 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 5 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='400/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918853387737501766, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 78', timestamp=Timestamp(2021, 12, 10, 13, 15, 19, 107000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[{'type': 'rich', 'title': 'Wintry Walk', 'thumbnail': {'width': 0, 'url': 'https://cdn.tatsu.gg/core/undefined', 'proxy_url': 'https://images-ext-1.discordapp.net/external/ehey78rS4QwkBnw50phyy01FX4HZFp5F6gm39EQvgJY/https/cdn.tatsu.gg/core/undefined', 'height': 0}, 'footer': {'text': 'You can view all your pets with "t!tg nursery".'}, 'fields': [{'value': '<:pet_xp:752439283910049822> Exp: 5890 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 473 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 0 / 10 (-5)', 'name': 'Updated Attributes', 'inline': False}, {'value': '400/400 Crystal Snowflakes found on strolls today.', 'name': 'Crystal Snowflake', 'inline': False}], 'description': "As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n332 Credits", 'color': 28434}], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=918957545664704533, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 83', timestamp=Timestamp(2021, 12, 10, 20, 9, 12, 292000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Cleaning your pet...', description="You look around and start working on cleaning your Tatsugotchi's room.", color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_dirtiness:752439607559454801> Dirtiness: 0 / 14 (-7)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919048256107982859, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Viewing daily quests • [ CDM135#4832 ] 87', timestamp=Timestamp(2021, 12, 11, 2, 9, 39, 347000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Daily Quests', description="Today's daily quests refresh in 21h 51mins. \nCompleting 4 out of 5 daily quests will give you bonus tokens!\nMaintaining a voting streak can increase your quest rewards!\n \n Completion Status", color=15057152, url=None, timestamp=Timestamp(2021, 12, 11, 2, 9, 39, 275000, tzinfo=datetime.timezone.utc), fields=[EmbedField(name='Play Slots 11 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/11\nRewards: 214 credits\n\u200e', inline=False), EmbedField(name='Walk Your Pet 7 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/7\nRewards: 233 credits\n\u200e', inline=False), EmbedField(name='Catch 2 Fish', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/2\nRewards: 218 credits\n\u200e', inline=False), EmbedField(name='Earn 85 Credits', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/85\nRewards: 106 credits\n\u200e', inline=False), EmbedField(name='Train Your Pet 10 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/10\nRewards: 209 credits\n\u200e', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919048313918087268, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Claiming dailies • [ CDM135#4832 ] 87', timestamp=Timestamp(2021, 12, 11, 2, 9, 53, 130000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Claimed Daily!', description=' +397 credits <@!259399454220746753>\n - tokens<@!306844239285977088>\n\n Vote Reward Bonuses!\n+200 credits <@!306844239285977088>\n+25 tokens <@!306844239285977088>\n\n You have 87 activity rewards\nUse t!mail to view your mail or activity rewards.\n\n Fancy Starlight 2021 Present Rewards!\n+1 fancy starlight 2021 present<@!306844239285977088>\n <:starlight_snowglobe:789284394857922621> The Starlight Festival 2021 event is here! Type t!event to see more.\n\n Current Streak \n 1 more claims to bonus!', color=14869218, url=None, timestamp=None, fields=[])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919048329718022166, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Viewing Advent Calendar • [ CDM135#4832 ] 87', timestamp=Timestamp(2021, 12, 11, 2, 9, 56, 897000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='>>> Advent Calendar\nDay <:days_1:900087489203679272><:days_1:900087489203679272>', description=None, color=15417163, url=None, timestamp=None, fields=[])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[ActionRow(components=[Button(style=1, label='Claim Missed Presents', emoji={'name': 'advent_calendar_white', 'id': '900060806669041684', 'animated': True}, custom_id='prompt_one_true_true_306844239285977088', url=None, disabled=False, type=<ComponentTypes.BUTTON: 2>), Button(style=1, label="Claim Today's Present", emoji={'name': 'advent_calendar_white', 'id': '900060806669041684', 'animated': True}, custom_id='prompt_two_true_true_306844239285977088', url=None, disabled=False, type=<ComponentTypes.BUTTON: 2>)], type=<ComponentTypes.ACTION_ROW: 1>)], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919048427227217922, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Viewing Advent Calendar • [ CDM135#4832 ] 87', timestamp=Timestamp(2021, 12, 11, 2, 10, 20, 145000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='>>> Advent Calendar\nDay <:days_1:900087489203679272><:days_1:900087489203679272>', description=None, color=15417163, url=None, timestamp=None, fields=[])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[ActionRow(components=[Button(style=1, label='Claim Missed Presents', emoji={'name': 'advent_calendar_white', 'id': '900060806669041684', 'animated': True}, custom_id='prompt_one_true_true_306844239285977088', url=None, disabled=False, type=<ComponentTypes.BUTTON: 2>), Button(style=1, label='Claimed', emoji={'name': 'circle_checkmark_green', 'id': '900071832902852688'}, custom_id='prompt_two_true_true_306844239285977088', url=None, disabled=True, type=<ComponentTypes.BUTTON: 2>)], type=<ComponentTypes.ACTION_ROW: 1>)], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919139077490630697, _channel_id=416462285096222732, _thread_channel_id=None, _guild_id=416445391626698753, _author_id=734272194217115699, content="hello! recently, we've enabled <@224755717767299072> (a bot that spits out MTG cards & art) in ALL\ channels. the intent is so that whenever something is relevant, people can just [naturally call upon it] to weave things into the conversation at hand. obviously, this is not an invitation to spam its commands everywhere - if you want to toy with it, use <#416449297886740490>. and, as a tip: if you've accidentally summoned the bot, you can always react to its message with the ❎ emoji to delete the unintentional clutter.\n\n\except <#416451672303337483>. we may tweak all this stuff based on your feedback (which is always appreciated).", timestamp=Timestamp(2021, 12, 11, 8, 10, 32, 852000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce='925309858037628928', pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[224755717767299072], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232007123390546, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Viewing daily quests • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 19, 49, 3000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Daily Quests', description="Today's daily quests refresh in 9h 41mins. \nCompleting 4 out of 5 daily quests will give you bonus tokens!\nMaintaining a voting streak can increase your quest rewards!\n \nYou have unclaimed rewards! Type ?quest claim to redeem them!\n \n Completion Status", color=15057152, url=None, timestamp=Timestamp(2021, 12, 11, 14, 19, 48, 950000, tzinfo=datetime.timezone.utc), fields=[EmbedField(name='Play Slots 11 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/11\nRewards: 214 credits\n\u200e', inline=False), EmbedField(name='Walk Your Pet 7 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/7\nRewards: 233 credits\n\u200e', inline=False), EmbedField(name='Catch 2 Fish', value=' <:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 1/2\nRewards: 218 credits\n\u200e', inline=False), EmbedField(name='Earn 85 Credits', value=' 85/85\nRewards: 106 credits\n\u200e', inline=False), EmbedField(name='Train Your Pet 10 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/10\nRewards: 209 credits\n\u200e', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232047074115605, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 19, 58, 528000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232070784548895, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 4, 181000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5900 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 3 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232076958547998, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 5, 653000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232104116654101, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 12, 128000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='Your pet ran around you in circles. It is now resting on your lap!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5910 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 6 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232119199367229, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 15, 724000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232142762983485, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 21, 342000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='Your pet ran around you in circles. It is now resting on your lap!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5920 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 9 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232162274877480, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 25, 994000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232190443847691, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 32, 710000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='Your pet ran around you in circles. It is now resting on your lap!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5930 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 12 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232204708651058, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 36, 111000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232226795859989, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 41, 377000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='Your pet ran around you in circles. It is now resting on your lap!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5940 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 15 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232239219396720, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 44, 339000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232267572871198, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 51, 99000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5950 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 18 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232272899666011, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 20, 52, 369000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232295930585130, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 20, 57, 860000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5960 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 21 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232307301347338, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Claiming Field Trip Rewards • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 21, 0, 571000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Your Pets return from their Ski Trips...', description='Leghorn opens up its backpack in front of you, and inside it is...\n\n>>> 2x Fancy Starlight 2021 Present • Event <:event:734441009475223611>', color=28434, url=None, timestamp=None, fields=[EmbedField(name='<:e:744920435254100059> Flumpy', value='<:pet_xp:752439283910049822> Exp: 3033/4200 (+427)', inline=True), EmbedField(name='<:e:792924146392498189> ChillyClaw', value='<:pet_xp:752439283910049822> Exp: 925/2200 (+418)', inline=True), EmbedField(name='<:e:744906411946803269> BrinePool', value='<:pet_xp:752439283910049822> Exp: 2094/2200 (+592)', inline=True), EmbedField(name='<:e:744912611715317781> Leghorn', value='<:pet_xp:752439283910049822> Exp: 1441/2200 (+454)', inline=True), EmbedField(name='<:e:909326332725432361> FrostyFang', value='<:pet_xp:752439283910049822> Exp: 694/800 (+406)', inline=True), EmbedField(name='\u200e', value='\u200e', inline=True)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232417699627068, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Selecting Pet to Send on Field Trip • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 21, 26, 892000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Select a Tatsugotchi!', description='Choose from your pets in your daycare to send on Ski Trips! Each pet will cost 100 credits', color=28434, url=None, timestamp=None, fields=[EmbedField(name='<:e:736225653355184158> Send Many Pets', value='Send 5 random pets on Ski Trips\n<:common:734441009810767883> Recommend', inline=True), EmbedField(name='<:e:736225653371830293> FrostyFang', value='<:e:909326332725432361> Crystalline Fox\n<:event:734441009475223611> Event', inline=True), EmbedField(name='<:e:736225653233287229> ChillyClaw', value='<:e:792924146392498189> Frostwalker Shorthair\n<:event:734441009475223611> Event', inline=True), EmbedField(name='<:e:736225653556510872> BrinePool', value='<:e:744906411946803269> Ocean Blue Nebelung\n<:epic:734441009747853413> Epic', inline=True), EmbedField(name='<:e:736225652771913749> Flumpy', value='<:e:744920435254100059> Boxer\n<:uncommon:734441009479417867> Uncommon', inline=True), EmbedField(name='<:e:736225653279424612> Leghorn', value='<:e:744912611715317781> Leghorn Rooster\n<:uncommon:734441009479417867> Uncommon', inline=True), EmbedField(name='<:e:736225653484945549> Flapper', value='<:e:744912611627499671> Purple Starling\n<:common:734441009810767883> Common', inline=True), EmbedField(name='<:tw_blank:734440978869649469>', value='<:tw_blank:734440978869649469>', inline=True)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[ActionRow(components=[Select(options=[{'value': '1', 'label': 'Send Many Pets', 'emoji': {'name': 'tw1left', 'id': '736225653355184158'}}, {'value': '2', 'label': 'FrostyFang', 'emoji': {'name': 'tw2left', 'id': '736225653371830293'}}, {'value': '3', 'label': 'ChillyClaw', 'emoji': {'name': 'tw3left', 'id': '736225653233287229'}}, {'value': '4', 'label': 'BrinePool', 'emoji': {'name': 'tw4left', 'id': '736225653556510872'}}, {'value': '5', 'label': 'Flumpy', 'emoji': {'name': 'tw5left', 'id': '736225652771913749'}}, {'value': '6', 'label': 'Leghorn', 'emoji': {'name': 'tw6left', 'id': '736225653279424612'}}, {'value': '7', 'label': 'Flapper', 'emoji': {'name': 'tw7left', 'id': '736225653484945549'}}], custom_id='select_true_true_306844239285977088', placeholder=None, min_values=1, max_values=1, disabled=False, type=<ComponentTypes.SELECT: 3>)], type=<ComponentTypes.ACTION_ROW: 1>), ActionRow(components=[Button(style=4, label='Exit', emoji={'name': 'no', 'id': '390511503238758400'}, custom_id='prompt_exit_306844239285977088', url=None, disabled=False, type=<ComponentTypes.BUTTON: 2>)], type=<ComponentTypes.ACTION_ROW: 1>)], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232453447675905, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Sending Pets on Field Trip • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 21, 35, 415000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Here we go!', description="Your following 5 pets pick up their backpacks and board the bus.\n\n<:e:792924146392498189> Frostwalker Shorthair\n<:e:909326332725432361> Crystalline Fox\n<:e:744920435254100059> Boxer\n<:e:744906411946803269> Ocean Blue Nebelung\n<:e:744912611715317781> Leghorn Rooster\n\nIt's time for a ski trip!~\n\nCome back in 20 hours to fetch your pets and claim your rewards.\n\nWhen your pets return from their field trips during the event, they'll have a 50% chance to bring back a Starlight Present!", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Amount Spent', value=' 500 credits', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232530492850256, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 21, 53, 784000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232549140693083, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 21, 58, 230000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5970 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 22 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232552068349962, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Viewing daily quests • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 21, 58, 928000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Daily Quests', description="Today's daily quests refresh in 9h 39mins. \nCompleting 4 out of 5 daily quests will give you bonus tokens!\nMaintaining a voting streak can increase your quest rewards!\n \nYou have unclaimed rewards! Type ?quest claim to redeem them!\n \n Completion Status", color=15057152, url=None, timestamp=Timestamp(2021, 12, 11, 14, 21, 58, 815000, tzinfo=datetime.timezone.utc), fields=[EmbedField(name='Play Slots 11 Times', value=' <:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 8/11\nRewards: 214 credits\n\u200e', inline=False), EmbedField(name='Walk Your Pet 7 Times', value=' <:e:734441009639063694><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 0/7\nRewards: 233 credits\n\u200e', inline=False), EmbedField(name='Catch 2 Fish', value=' <:e:734441009819287672><:e:734441009819287672><:e:734441009819287672><:e:734441009349656617> 1/2\nRewards: 218 credits\n\u200e', inline=False), EmbedField(name='Earn 85 Credits', value=' 85/85\nRewards: 106 credits\n\u200e', inline=False), EmbedField(name='Train Your Pet 10 Times', value=' <:e:734441009819287672><:e:734441009349656617> 8/10\nRewards: 209 credits\n\u200e', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232587086569522, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 22, 7, 277000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232621865746433, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 22, 15, 569000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5980 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 25 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232632645115914, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 22, 18, 139000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232655919308872, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 22, 23, 688000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='You helped your pet to practice doing a front flip! Good job!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 5990 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 28 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232664576348211, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 22, 25, 752000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232688538386433, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 22, 31, 465000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Training Success!', description='Your pet ran around you in circles. It is now resting on your lap!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 6000 / 6200 (+10)\n<:pet_fatigue:752439576110432278> Fatigue: 31 / 519 (+3)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919232698550214706, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='[ l SLOTS ]\n------------------\n : : \n\n : : <\n\n : : \n------------------', timestamp=Timestamp(2021, 12, 11, 14, 22, 33, 852000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233371480154145, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 14, 291000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Feeding your pet', description='A soft chewing noise can be heard as your pet munches on the pet food.', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_fullness:752439481885524058> Fullness: 10 / 10 (+10)\n Credits: (-100)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233392254550068, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 19, 244000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Cleaning your pet...', description="You look around and start working on cleaning your Tatsugotchi's room.", color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_dirtiness:752439607559454801> Dirtiness: 0 / 14 (-9)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233413729378374, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 24, 364000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title="Petting your pet's head...", description='Fetch! Your pet retrieves the ball obediently. It seems to love playing with you!', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_love:752439451241807884> Affection: 12 / 12 (+12)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233445857734677, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 32, 24000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[{'type': 'rich', 'title': 'Wintry Walk', 'thumbnail': {'width': 0, 'url': 'https://cdn.tatsu.gg/core/undefined', 'proxy_url': 'https://images-ext-1.discordapp.net/external/ehey78rS4QwkBnw50phyy01FX4HZFp5F6gm39EQvgJY/https/cdn.tatsu.gg/core/undefined', 'height': 0}, 'footer': {'text': 'Wrapped Tatsugotchis are tradable, but not unwrapped ones.'}, 'fields': [{'value': '<:pet_xp:752439283910049822> Exp: 6005 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 32 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 5 / 10 (-5)', 'name': 'Updated Attributes', 'inline': False}, {'value': '7/400 Crystal Snowflakes found on strolls today.', 'name': 'Crystal Snowflake', 'inline': False}], 'description': 'You took your pet for a few rounds around the park. Looks like you found something.\nIt was... \n\n7 Crystal Snowflake\n311 Credits', 'color': 28434}], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233468335026196, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 37, 383000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n7 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 6010 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 42 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 0 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='14/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233522835795979, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 50, 377000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Feeding your pet', description='A soft chewing noise can be heard as your pet munches on the pet food.', color=1548647, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_fullness:752439481885524058> Fullness: 10 / 10 (+10)\n Credits: (-100)', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden

vorpal-buildbot commented 2 years ago

Bot error MessageCreate(override_name=None, bot=<discordbot.bot.Bot object at 0x7fd77c4bf6d0>, message=Message(id=919233544432283678, _channel_id=419928536967806976, _thread_channel_id=None, _guild_id=419757004316344320, _author_id=172002275412279296, content='> Interacting with Pet • [ CDM135#4832 ] 91', timestamp=Timestamp(2021, 12, 11, 14, 25, 55, 526000, tzinfo=datetime.timezone.utc), edited_timestamp=None, tts=False, mention_everyone=False, mention_channels=None, attachments=[], embeds=[Embed(title='Wintry Walk', description="As you cleaned up your pet's poop, you notice something embedded in it.\nIt was... \n\n9 Crystal Snowflake", color=28434, url=None, timestamp=None, fields=[EmbedField(name='Updated Attributes', value='<:pet_xp:752439283910049822> Exp: 6015 / 6200 (+5)\n<:pet_fatigue:752439576110432278> Fatigue: 52 / 519 (+10)\n<:pet_fullness:752439481885524058> Fullness: 5 / 10 (-5)', inline=False), EmbedField(name='Crystal Snowflake', value='23/400 Crystal Snowflakes found on strolls today.', inline=False)])], reactions=[], nonce=None, pinned=False, webhook_id=None, type=<MessageTypes.DEFAULT: 0>, activity=None, application=None, application_id=None, message_reference=None, flags=<MessageFlags.NONE: 0>, interaction=None, components=[], sticker_items=None, _mention_ids=[], _mention_roles=[], _referenced_message_id=None))

() {} []

Reported on discordbot by discord user

Forbidden 403|Forbidden: (50001) Missing Access Stack Trace: ``` Python traceback File "/penny/mtgbot/run.py", line 185, in cli() File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/penny/mtgbot/.venv/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/penny/mtgbot/run.py", line 42, in discordbot bot.init() File "/penny/mtgbot/discordbot/bot.py", line 396, in init client.start(configuration.get_str('token')) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 504, in start self.loop.run_until_complete(self.login(token)) File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 628, in run_until_complete self.run_forever() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 595, in run_forever self._run_once() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/base_events.py", line 1873, in _run_once handle._run() File "/home/discord/.asdf/installs/python/3.10.1/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/client.py", line 361, in _async_wrap await _coro(_event, *_args, **_kwargs) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/listener.py", line 13, in __call__ return await self.callback(*args, **kwargs) File "/penny/mtgbot/discordbot/bot.py", line 92, in on_message_create await command.respond_to_card_names(event.message, self) File "/penny/mtgbot/discordbot/command.py", line 51, in respond_to_card_names await message.channel.trigger_typing() File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/models/discord_objects/channel.py", line 299, in trigger_typing await self._client.http.trigger_typing_indicator(self.id) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_requests/channels.py", line 304, in trigger_typing_indicator return await self.request(Route("POST", f"/channels/{channel_id}/typing")) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 162, in request await self._raise_exception(response, route, result) File "/penny/mtgbot/.venv/src/dis-snek/dis_snek/http_client.py", line 195, in _raise_exception raise Forbidden(response, response_data=result, route=route) ```

Exception_hash: ab004a8d8114fe80a79079ffb3c463b5122aa9ac

Labels: discordbot; Forbidden