Skip to content

Error on running Plotly with batch jobs on remote server #1068

Closed
@apal90

Description

@apal90

I am a regular user of Plotly with python, but only on my own computer, where I don't run more than a couple of instances of plotly at the same time. However, I now need to run several copies of my program, which uses plotly, simultaneously on a remote server. I use the following lines at the top of my code:

import plotly.plotly as py
py.sign_in('id','key') ## necessary for server simulations
This has worked for me all along, but I now get the error message:

plotly.exceptions.PlotlyError: Sign in failed.

So, what is going on? Do I need to pay even for offline use of Plotly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions