M5_UGL2 Throws error in block 9

JSONDecodeError: Invalid control character at: line 1 column 86 (char 85)

graphic_designer_agent_result = graphic_designer_agent(
trend_insights=market_research_result,
)

Here’s the line in context.

JSONDecodeError                           Traceback (most recent call last)
Cell In[10], line 1
----> 1 graphic_designer_agent_result = graphic_designer_agent(
      2     trend_insights=market_research_result,
      3 )

Hello @TomFoolery,

I just ran the “original version” of the lab and found no problem. Should we try our quick troubleshooting - “Restore Original Version” first?

At the top right corner, click the three-dot icon and the “Restore Original Version” is there, but it won’t be responsive if, as seen in the top left corner, it has the “Original Version status”. To make the button responsive, click the “Save” button and that status will be gone, then you can click the “Restore Original Version” button, read the warning (and do the backup), click “Restore Original” and wait for the new file, and try running the code again.

Cheers,
Raymond