Hi Chris, On Sat, Jan 20 2024, Christopher Baines wrote:
> I hopefully mitigated the port encoding issue [3] by switching from > using the display procedure to log to using string->utf8 and > put-bytevector. > > [...] > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62590 Could the error be due to the 7-bit encoding in HTTP headers? [1] The "84" is EILSEQ from errno.h. [2] Wingo added the functionality here. [3] I left that comment in your bug, and in Bug#59510. [4] I also submitted a patch to resolve the errno in the future. [5] Then I wrote here in case anyone sees the error again. Thank you for your hard work on the Guix infrastructure! Your generous contributions serve as inspirations to many. Kind regards Felix [1] https://lists.gnu.org/archive/html/guile-user/2020-09/msg00015.html [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/asm-generic/errno.h#n67 [3] https://git.savannah.gnu.org/cgit/guile.git/commit/?id=43b6feeb1adafe54170304e7cc3c29a15c1d3808 [4] https://issues.guix.gnu.org/59510 [5] https://debbugs.gnu.org/68624