LUXROBO / pymodi

Python API for controlling modular electronics, MODI

Home Page:https://pymodi.luxrobo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling display set_text method raises an error relating to json serialization.

jacob-an opened this issue · comments

  • pyMODI version:0.7.0
  • Python version:3.7
  • Operating System:Windows 10

Description

Calling "display.set_text('Hello')" raises an TypeError stating that a given json is not serializable.

What I Expected

The text 'Hello' should be printed on the display module, and it should not throw an error.

Please attach a relevant python script for reproducing the issue.

I've managed to reproduce the issue and it has been fixed now.