jasonrollins / shareplum

Pythonic SharePoint
MIT License
178 stars 97 forks source link

500 Server Error #196

Open fluro-sam opened 2 years ago

fluro-sam commented 2 years ago

Using the Shareplum function I have been getting the following error. Problem just started a couple weeks ago and not sure if there has been some changed to the shareplum function that could be causing the error

raise ShareplumRequestError("Shareplum HTTP Post Failed", err) shareplum.errors.ShareplumRequestError: Shareplum HTTP Post Failed : 500 Server Error: Internal Server Error for url:

AlexanderBodnar1 commented 2 years ago

I'm using Office365-REST-Python-Client and i have a similar problem. I cannot connect to the sharepoint anymore. I guess it's due to microsoft. They managed to change the GET method to POST method. I have no more information

gthieleb commented 1 year ago

For me the shareplum code works.

Can you please show a code snippet?

Btw. if you work with sp_list = site.List("list name") take care to use an existing list name on the sharepoint page otherwise you will get an 500.