Got this error with a plotly plot created with R:
ValueError: Invalid property specified for object of type plotly.graph_objs.Scatter: 'frame'
It is solved by deleting the "frame": null from the JSON file, which should be done manually now, but should be implemented in the vuegen code.