CodeMinion / another_brother

Another Brother Flutter SDK
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Error when printing PDF on iOs : ERROR_PRINTER_SETTING_NOT_SUPPORTED #66

Closed alaindeseine closed 12 months ago

alaindeseine commented 1 year ago

Hi @CodeMinion,

Got a problem today. The Android implementation of the print server work like a charm.

But when executed on iOs (iPad) printPDF function rturn this error :

{errorCode: {id: 38, name: ERROR_PRINTER_SETTING_NOT_SUPPORTED}, labelId: -1, labelType: -1, isACConnected: {id: -1, name: Unknown}, isBatteryMounted: {id: -1, name: Unknown}, batteryLevel: -1, batteryResidualQuantityLevel: -1, maxOfBatteryResidualQuantityLevel: -1}

Printer is a TD2125NWB.

can't find any feedback for this error on Google. Have you already have this problem ?

Sincerely

Alain Deseine.

CodeMinion commented 12 months ago

Hi @alaindeseine ,

Thanks for reaching out about this and apologies for the late reply.

It turned out the mapping for those printers was missing on the iOS side of another_brother. Version 1.0.3 of another_brother that was just published should resolve this.

I don't own one of those printers for testing so could I trouble you to give that version a try to see if the issue is resolved?

Thanks again for your support,

alaindeseine commented 12 months ago

Hi @CodeMinion

I just test with the 1.0.3 on a TD2125NWB printer and it work like a charm!

Thanks again for releasing this version.

Sincerely.

CodeMinion commented 12 months ago

Hi @alaindeseine ,

Glad to hear! Happy I could help.

Thanks again for reaching out about this and helping with the verification.