Skip to content

printing (too big) barcodes results in empty label #3

@craig

Description

@craig

barcodes are not being printed.

  1. Goto http://127.0.0.1:8000/barcode
  2. Type in 0250123
  3. PRINT
  4. The label is empty :(
Output:
$ python labelprinterServe.py
started httpserver...
127.0.0.1 - - [01/Mar/2016 15:42:50] "GET / HTTP/1.1" 200 -
self.path /
127.0.0.1 - - [01/Mar/2016 15:43:02] "GET /barcode HTTP/1.1" 200 -
self.path /barcode
127.0.0.1 - - [01/Mar/2016 15:44:26] "POST /barcode HTTP/1.1" 301 -
multipart/form-data {'boundary': '---------------------------1063370951714649856401658044'}
{'text': ['0250123'], 'barcodeType': ['code39'], 'barcodeHeight': ['100'], 'printMode': ['barcode'], 'barcodeRatio': ['3:1'], 'barcodeWidth': ['medium']}
0250123

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions