Steve Scott

Results 8 comments of Steve Scott

I am getting this error too. It is not a bug, it is probably a security configuration from the SharePoint tenant hosting the site.

This is my error: ``` File "\\local\path\sharepoint_upload.py", line 159, in upload_from_session payload, size_chunk, print_upload_progress).execute_query() ^^^^^^^^^^^^^^^ File "C:\Users\me\Anaconda3\envs\my_folder\Lib\site-packages\office365\runtime\client_object.py", line 52, in execute_query self.context.execute_query() File "C:\Users\me\Anaconda3\envs\my_folder\Lib\site-packages\office365\runtime\client_runtime_context.py", line 191, in execute_query self.pending_request().execute_query(qry) File...

It is interesting to note that I do not get a 401 error when calling ctx.web.get_folder_by_server_relative_url(target_url). 401 error means unauthenticated, but is it possible I do not have permission? If...

I am even getting a 401 error when I try execute_request_direct: This is my old code, just added the "Authorization" header ```python def upload_data(ctx : ClientContext, endpoint_url : str, payload,...

I was hoping to use this for MSSQL. I guess I will avoid it.

Also having this problem. I tried to resolve this by allowing traffic on port 8086, but 1) this is all internal to my server 127.0.0.1 , and 2) it didn't...

I am also getting this error on port 3100.

I was able to resolve this by setting the repository to ```testdasi/grafana-unraid-stack:stable-amd64```