-
Notifications
You must be signed in to change notification settings - Fork 99
KeyError: 'Title' #55
Comments
I assume it's always there because I'm under the impression that it can't be deleted, just renamed. What version of Sharepoint are you using and how did you delete the 'Title' column? |
I also assumed it wasn't possible, but I find myself querying such a list. Sharepoint Server 2016. I un-commented the code you had right right below the lines above to get past that.
|
I am seeing a similar issue, but with u'Title'. The workaround above does not solve the issue in my case.
|
I'm closing this issue as it relates to SharePoint 2016 and adding it to SharePlum2. |
I'm also seeing this with Sharepoint Online. Simple fix is in #109 When the Title column is referenced in
|
Seems it may apply to other fields with aliases as well, not just Title. |
I encountered a Sharepoint list where the 'Title' field has been deleted or renamed. Looks like Shareplum always expects it to be there.
C:\ProgramData\Anaconda3\lib\site-packages\shareplum\shareplum.py in init(self, session, listName, url, verify_ssl, users, huge_tree, timeout)
The text was updated successfully, but these errors were encountered: