dict2inst Expected 1 arguments <- But I'm passing only 1 argument!

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Xyseer764

This one is best described with the picture:

enter image description here

Is this some arcane error, or am I doing something obviously stupid? For context, this is a JSON serializing script. The source is here.

:bust_in_silhouette: Reply From: Xyseer764

Turns out if you have unspecified arguments in your classes’ _inits, then the function dict2inst breaks.