sedrubal / brother_printer_fwupd

Script to update the firmware of some Brother printers
https://pypi.org/project/brother_printer_fwupd/
GNU General Public License v3.0
30 stars 5 forks source link

DCP-L3550CDW empty Sub5 #11

Closed Mousketeer closed 1 year ago

Mousketeer commented 1 year ago

Using version 0.4.2 (from pypi) I get this - not sure what it means

`brother_printer_fwupd --debug -p 192.168.1.32 [i] Querying printer info via SNMP. [i] Detected DCP-L3550CDW series with following firmware version(s): MAIN@Z2203011303:5323, SUB1@1.60, SUB5@1.00 [i] Querying firmware download URL from Brother update API. [d] Sending POST request to https://firmverup.brother.co.jp/kne_bh7_update_nt_ssl/ifax2.asmx/fileUpdate with following content:

MAIN LINUX 1 DCP-L3550CDW series 0103 MAIN Z2203011303:5323 SUB1 1.60 SUB5 1.00 1 2 1

[d] Response: <?xml version="1.0" encoding="UTF-8" ?> [!] Did not receive download url for MAIN. [!] Either this firmware part is up to date or there is a bug. [d] Sending POST request to https://firmverup.brother.co.jp/kne_bh7_update_nt_ssl/ifax2.asmx/fileUpdate with following content:

SUB1 LINUX 1 DCP-L3550CDW series 0103 MAIN Z2203011303:5323 SUB1 1.60 SUB5 1.00 1 2 1

[d] Response: <?xml version="1.0" encoding="UTF-8" ?>1SUB1 [i] Firmware part SUB1 seems to be up to date. [d] Sending POST request to https://firmverup.brother.co.jp/kne_bh7_update_nt_ssl/ifax2.asmx/fileUpdate with following content:

SUB5 LINUX 1 DCP-L3550CDW series 0103 MAIN Z2203011303:5323 SUB1 1.60 SUB5 1.00 1 2 1

[d] Response: <?xml version="1.0" encoding="UTF-8" ?>2SUB5 [!] Unknown versioncheck response for firmid=SUB5. [!] There seems to be a bug. [!] Open an issue with the full debug output: https://github.com/sedrubal/brother_printer_fwupd/issues/new [i] Done. `

sedrubal commented 1 year ago

Hi @Mousketeer, thanks for your report. It's difficult to debug these errors as I don't have a deeper understanding of the XML the tool is crafting and sending to the API and the responses. I'm sorry. I think there is nothing I can do right now.

Mousketeer commented 1 year ago

No problem, thanks anyway :-)