shareplum
shareplum copied to clipboard
Shareplum HTTP Post Failed : 500 Server Error:
Since today morning, I've been getting Shareplum HTTP Post Failed : 500 Server Error: for a list which has been working fine so far. Upon further analysis, when a filter query is passed with a date parameter it fails and other filters seems to work.
e.g. (the below query fails - 500 server error) query = {'Where': [('Eq', 'Raised On Date', datetime.datetime(2022,1,10))]} sp_data = sp_list.GetListItems(fields=fields, query=query, row_limit=2)
but this one succeeds query = {'Where': [('Contains', 'Title', 'abc')]} sp_data = sp_list.GetListItems(fields=fields, query=query, row_limit=2)
Anyone have any idea why this behaves in this manner?
You got the answer for this @rakeshishere?
Was this resolved ? I'm having the same issue, the script is working fine for weeks and all of the sudden 500 Server Error showed up. I tried with different credentials, changed queries, even tried removing all queries and row limits, nothing seems to be working.
Anyone figured this out yet?