GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: Muhammad Rizki <[email protected]>
Cc: GNU/Weeb Mailing List <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>
Subject: Re: [PATCH v2 0/3] New Discord bot and full refactor scripts
Date: Sat, 3 Sep 2022 17:34:05 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

On 9/3/22 5:32 PM, Ammar Faizi wrote:
> I got other errors when the bot is broadcasting the email to a Discord
> channel. Will send that in a separate email.

I don't have the reproducer for these errors, so let's ignore it at the
moment unless you exactly understand what the cause of these:

Execution of job "Listener.__run (trigger: interval[0:00:30], next run at: 2022-09-03 17:22:44 WIB)" skipped: maximum number of running instances reached (1)
   [send_text_email]
   Traceback (most recent call last):
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 50, in __run
       await self.__handle_atom_url(url)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 69, in __handle_atom_url
       await self.__handle_mail(url, mail)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 77, in __handle_mail
       await self.__send_to_discord(url, mail,
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 121, in __send_to_discord
       await m.reply(f"{d}/{f}", file=File(f))
     File "/home/ammarfaizi2/.local/lib/python3.10/site-packages/discord/file.py", line 97, in __init__
       self.fp = open(fp, 'rb')
   FileNotFoundError: [Errno 2] No such file or directory: '0001-io_uring-cleanly-separate-request-types-for-iopoll.patch'

   [__run]: Running...
   [send_patch_email]
   [send_text_email]
   [send_patch_email]
   [send_patch_email]
   [send_text_email]
   [send_text_email]
   [send_text_email]
   [send_text_email]
   [send_text_email]
   [__run]: Running...
   [__run]: Running...
   [__run]: Running...
   [__run]: Running...
   [send_text_email]
   Traceback (most recent call last):
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 50, in __run
       await self.__handle_atom_url(url)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 69, in __handle_atom_url
       await self.__handle_mail(url, mail)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 77, in __handle_mail
       await self.__send_to_discord(url, mail,
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 121, in __send_to_discord
       await m.reply(f"{d}/{f}", file=File(f))
     File "/home/ammarfaizi2/.local/lib/python3.10/site-packages/discord/file.py", line 97, in __init__
       self.fp = open(fp, 'rb')
   FileNotFoundError: [Errno 2] No such file or directory: 'config'

   [__run]: Running...
   [send_text_email]
   Traceback (most recent call last):
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 50, in __run
       await self.__handle_atom_url(url)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 69, in __handle_atom_url
       await self.__handle_mail(url, mail)
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 77, in __handle_mail
       await self.__send_to_discord(url, mail,
     File "/home/ammarfaizi2/app/lore-daemon.dev/daemon/dscord/mailer/listener.py", line 121, in __send_to_discord
       await m.reply(f"{d}/{f}", file=File(f))
     File "/home/ammarfaizi2/.local/lib/python3.10/site-packages/discord/file.py", line 97, in __init__
       self.fp = open(fp, 'rb')
   FileNotFoundError: [Errno 2] No such file or directory: 'Screenshot 2022-09-03 at 5.55.41 PM.png'

   [__run]: Running...


-- 
Ammar Faizi

  reply	other threads:[~2022-09-03 10:34 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27  3:02 [PATCH v2 0/3] New Discord bot and full refactor scripts Muhammad Rizki
2022-08-27  3:02 ` [PATCH v2 1/3] Move the Telegram bot source code Muhammad Rizki
2022-08-27  3:02 ` [PATCH v2 2/3] First release Discord bot Muhammad Rizki
2022-09-03  0:29   ` Ammar Faizi
2022-08-27  3:02 ` [PATCH v2 3/3] Full refactor bot scripts Muhammad Rizki
2022-08-27 10:40 ` [PATCH v2 0/3] New Discord bot and full refactor scripts Ammar Faizi
2022-08-27 16:00   ` Muhammad Rizki
2022-08-29  3:39     ` Ammar Faizi
2022-09-03  0:42     ` Ammar Faizi
2022-09-03  0:45       ` Ammar Faizi
2022-09-03  1:01         ` Muhammad Rizki
2022-09-03  9:44           ` Ammar Faizi
2022-09-03  9:46             ` Ammar Faizi
2022-09-03 10:05             ` Muhammad Rizki
2022-09-03 10:32               ` Ammar Faizi
2022-09-03 10:34                 ` Ammar Faizi [this message]
2022-09-03 10:40                   ` Ammar Faizi
2022-09-03 10:58                     ` Muhammad Rizki
2022-09-03 10:52                   ` Muhammad Rizki
2022-09-03 10:43                 ` Muhammad Rizki
2022-09-03  0:56       ` Muhammad Rizki
2022-09-03  1:00         ` Ammar Faizi
2022-09-03  0:29 ` Ammar Faizi
2022-09-03  1:28 ` Ammar Faizi
2022-09-03  3:09   ` Muhammad Rizki
2022-09-03  9:56   ` Alviro Iskandar Setiawan
2022-09-03  9:58     ` Ammar Faizi
2022-09-03 10:06       ` Alviro Iskandar Setiawan
2022-09-03 10:12         ` Ammar Faizi
2022-09-03 10:43           ` Alviro Iskandar Setiawan
2022-09-03 11:09             ` Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox