Skip to content

Notebook 5.2.x produces sprintf error when trying to open a Notebook #3235

@rwmajor2

Description

@rwmajor2

We have a sandbox environment for sample Notebooks and when we try to open an existing sample (http://notebooks.esri.com/notebooks/samples/03_org_administrators/move_existing_user_content_to_a_new_user.ipynb), it generates the following error:

image

It appears to be having a problem parsing parts of the Notebook file. However, we do not experience this issue when working with Notebook 5.0.x.

Web browser console reports the following:

image

 /**
     * Success callback for loading a notebook from the server.
     * 
     * Load notebook data from the JSON response.
     * 
     * @param {object} data JSON representation of a notebook
     */
    Notebook.prototype.load_notebook_success = function (data) {
        var failed, msg;
        try {
            this.fromJSON(data);
        } catch (e) {
            failed = e;
            console.error("Notebook failed to load from JSON:", e);
        }

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions