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.
When attempting a query on Created or Modified using a datetime, the following error is given:
Failed to download list items Argument must be bytes or unicode, got 'datetime'
I've made adjustments and attempted to pass the datetime as a string, a date. These two fields are Sharepoint generated, I believe. They are labelled as datetimes in the Sharepoint list.
Attempting to use integers yields the same error but with "got 'int'".
I don't see anyone mentioning this.
When attempting a query on Created or Modified using a datetime, the following error is given:
Failed to download list items Argument must be bytes or unicode, got 'datetime'
I've made adjustments and attempted to pass the datetime as a string, a date. These two fields are Sharepoint generated, I believe. They are labelled as datetimes in the Sharepoint list.
Attempting to use integers yields the same error but with "got 'int'".
Attempting a string shows the following:
Failed to download list items Shareplum HTTP Post Failed : 500 Server Error: Internal Server Error for url: https://xxxx.sharepoint.com/sites/xxxxx/_vti_bin/lists.asmx
The text was updated successfully, but these errors were encountered: