Closed frioux closed 3 years ago
After installing lxml
the above issue was resolved, and I was successfully able to update my printer.
Thank you for your comment. Yes, we should not except all exceptions. I refactored the code with 643f5afa and added lxml
as dependency with 86efdb60. Can you test the program? I don't have access to a brother printer right now...
Seems to still work
On Mon, Dec 07, 2020 at 07:53:27AM -0800, sedrubal wrote:
Thank you for your comment. Yes, we should not except all exceptions. I refactored the code with 643f5afa and added
lxml
as dependency with 86efdb60. Can you test the program? I don't have access to a brother printer right now...-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/sedrubal/brother_printer_fwupd/issues/1#issuecomment-740005159
-- fREW Schmidt https://blog.afoolishmanifesto.com
Thanks 😉
I tried this on my MFC-J430W and got an error:
After reading the code, it was clear that it should have worked. I changed the error handling to actually capture and print the exception:
And now I get this:
Will figure out myself, but you might want to include this exception handling.