I started having this issue recently

Options

I started having this issue recently, and I do not know why.

price_df = ld.get_data(
universe=ric_list,
fields=['TR.PriceClose.Date', 'TR.PriceClose'],
parameters={
'SDate': '2010-01-01',
'EDate': '2025-01-01',
}
)

LDError: 'dict' object has no attribute 'url'. I am also having trouble to start a new session (it normally only works after the first try). Please advise.