Select_by_option giving SyntaxError: Unexpected end of JSON input

I am doing below
br.open_browser(“How much can be borrowed calculator | The Mortgage Works for Intermediaries”,headless=False)
br.select_options_by(’//*[@id=“MaxAmountBorrow-limitedCompany”]’,‘value’,‘no’)

This one is giving SyntaxError: Unexpected end of JSON input
The only things I have installed are rpaframework and robotframework-browser
I am on python 3.8. Anyone faced this issue?

The correct syntax for this is to have SelectAttribute.value instead if ‘value’