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
with 2.4.1 gave no problems and updating to 2.4.3 get the error HTTPError: 404 Client Error: Resource Not Found for url... It seems the url that is being requested is wrongly parsed (now including twice the "/sites/mysite"), which I think is related to changes introduced in 2.4.2
The text was updated successfully, but these errors were encountered:
It seems there is a regression in version 2.4.3 using the
get_file_by_server_relative_path
using
with 2.4.1 gave no problems and updating to 2.4.3 get the error HTTPError: 404 Client Error: Resource Not Found for url... It seems the url that is being requested is wrongly parsed (now including twice the
"/sites/mysite"
), which I think is related to changes introduced in 2.4.2The text was updated successfully, but these errors were encountered: