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

plotlysetup_online() command returns error #479

Open
ckarag opened this issue Nov 7, 2022 · 1 comment
Open

plotlysetup_online() command returns error #479

ckarag opened this issue Nov 7, 2022 · 1 comment

Comments

@ckarag
Copy link

ckarag commented Nov 7, 2022

Running the following command:
plotlysetup_online(username, API_key)

returns the following error:
plotly:notFound
Shoot! It looks like MATLAB is having trouble finding the current version
of Plotly. Please make sure that the Plotly API folder is in the same
directory as plotlysetup.m. Questions? Ask on https://community.plotly.com/c/api/matlab/

The solution is simple. Simply change line 31 of function plotlysetup_online(), from
plotlysetupPath = which('plotlysetup');
to
plotlysetupPath = which('plotlysetup_online');
I am reporting it as a bug for the developers in case somebody else hasn't, and I am also giving the solution for anyone who might be facing the same issue. Thank you.

@tvsunny
Copy link

tvsunny commented Mar 2, 2024

It's great, it's the problem I want to find. I installed it for half a day, but I didn't find it all afternoon. Only your answer is the most reliable. Thank you.

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

No branches or pull requests

2 participants