Jupyter Lab - UnicodeEncodedError

Hello,

Perhaps this issue has been addressed already in this forum, but I’m at a bit of an impasse, as I’ve never experienced this error before. I’m trying to attempt a simple get_bars() function in Jupyter Lab, and my syntax is correct, my API keys are working, and yet I’m getting the following error message:

UnicodeEncodeError: ‘latin-1’ codec can’t encode character ‘\u201c’ in position 0: ordinal not in range(256)

I’m still new to Python/Pandas and using APIs, so if anyone knows how to resolve this issue, it would be greatly appreciated!