Hi All. I'm trying to pull data back with the Access Example app from https://github.com/Refinitiv-API-Samples/Example.DataLibrary.python, file GetData.ipynb, using VS Code.
I created an app key, and can open the session, but
rd.get_data(['LSEG.L', 'VOD.L'])
Gives error
Failure retrieving snapshot form <refinitiv.data.content.pricing.Stream object at 0x1b929f5e320 {name='['LSEG.L', 'VOD.L']'}>
File "...\get_data.py", line 253, in _get_snapshot
stream.open(with_updates=False)
File "\stream.py", line 104, in open state = self._stream.open(with_updates=with_updates)
...
IndexError: list index out of range
I assume the index is out of range b/c no data is being returned, but there's no better error msg. Can someone give tips on troubleshooting? Thanks!