Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'secret' plots sometimes show up as 'private' on cloud #719

Closed
Kully opened this issue Mar 23, 2017 · 3 comments · Fixed by #814
Closed

'secret' plots sometimes show up as 'private' on cloud #719

Kully opened this issue Mar 23, 2017 · 3 comments · Fixed by #814
Labels
bug something broken

Comments

@Kully
Copy link
Contributor

Kully commented Mar 23, 2017

for _ in range(50):
    fig = dict(data=[{}], layout={})
    plot_url = py.plot(fig, filename='test_folder/title', fileopt='new', auto_open=False, sharing='secret')

^^^Running this code above makes a folder and puts secret graphs into that folder. Out of 50 plots I made, 4 of them were set to private in the cloud.

@Kully Kully added the bug something broken label Mar 23, 2017
@cldougl
Copy link
Member

cldougl commented Apr 7, 2017

fixed in #726

@cldougl cldougl closed this as completed Apr 7, 2017
@jordanmuraskin
Copy link

Even in the updated version of plot.ly this error is still occurring for a professional plan user.

@cldougl cldougl reopened this Aug 7, 2017
@cldougl
Copy link
Member

cldougl commented Aug 7, 2017

raise exceptions.PlotlyError(
is failing silently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants