You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I have a script I've been running for months that uses shareplum to update various columns of a SharePoint List using UpdateListItems(kind = 'Update'). It has suddenly stopped working and I've no idea why. I don't get any error messages but the changes are not showing up. Creating a new item is working fine, it's only when I try to update an existing list item. I use the Office365 version of SharePoint.
It's a relatively large list with over 500 items and over 100 columns. The maximum list item ID is 1051.
I can update the list items of other Lists, so it must be an issue with the List itself. Since I'm not getting any error message I don't know how to check what could be wrong. Any help would be appreciated.
UPDATE: When I print out the results of the response in the update_list_items() function, I get this error message: '0x80070057', 'Bad parameter passed to Web Server Extensions. Check the information you entered and try again.'
The text was updated successfully, but these errors were encountered:
I would suggest to do the same that I have done:
Create a new column on your list.
run a script for each item of your list to add a tag on that column.
Check the difference between the rows with and without tag.
Maybe someone can fix the library.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a script I've been running for months that uses shareplum to update various columns of a SharePoint List using UpdateListItems(kind = 'Update'). It has suddenly stopped working and I've no idea why. I don't get any error messages but the changes are not showing up. Creating a new item is working fine, it's only when I try to update an existing list item. I use the Office365 version of SharePoint.
It's a relatively large list with over 500 items and over 100 columns. The maximum list item ID is 1051.
I can update the list items of other Lists, so it must be an issue with the List itself. Since I'm not getting any error message I don't know how to check what could be wrong. Any help would be appreciated.
UPDATE: When I print out the results of the response in the update_list_items() function, I get this error message:
'0x80070057', 'Bad parameter passed to Web Server Extensions. Check the information you entered and try again.'
The text was updated successfully, but these errors were encountered: