Commit 8a2cabb
committed
fix: add default_encoder fallback to msgpack.packb in write_frame
numpy dtype objects are not MessagePack-serializable and caused
TypeError when calling getAttr('dtype'). The default_encoder fallback
converts non-serializable objects to str() to prevent crashes.1 parent 4d050de commit 8a2cabb
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments