Skip to content

Site creation fails when using Japanese characters for site name #50

@benlower

Description

@benlower

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions