Trying to create a site with the following:
sites = "遊び場"
new_site = TSC.SiteItem(name=site, content_url=site.replace(" ", ""), admin_mode=TSC.SiteItem.AdminMode.ContentAndUsers)
server.sites.create(new_site)
This errors with:
409002: Resource Conflict
A site already exists with the content URL '遊び場'
The site doesn't exist on my server.