shareplum icon indicating copy to clipboard operation
shareplum copied to clipboard

Shareplum HTTP Post Failed : 500 Server Error:

Open rakeshishere opened this issue 3 years ago • 2 comments

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?

rakeshishere avatar Jan 10 '22 09:01 rakeshishere

You got the answer for this @rakeshishere?

prabakaran-Code avatar Jun 21 '22 11:06 prabakaran-Code

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?

Anupam042 avatar May 02 '23 13:05 Anupam042