Discord-S.C.U.M
Discord-S.C.U.M copied to clipboard
not specifying discord build number causes discum to throw a valueerror when writing to log
upon starting any discum bot, the following error appears:
Failed to write to log! Error: unsupported operand type(s) for +: 'ValueError' and 'str' You may need to change your log encoding to utf-8.
i believe that the error has something to do with commit d4ee943235e4eb09787cc9b4c434b3320b4009ac
where it reports that text
is a ValueError somehow.
Thanks, and I was saying what makes file logging not work, hopefully that fix will be added to Discum soon.
turns out its not actually a problem with the logging system, its a problem with getting the discord build numver. it throws a valueerror, which discum then attempts to log as a string, causi g th e error