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

getplotlyfig() Error #480

Open
ckarag opened this issue Nov 16, 2022 · 0 comments
Open

getplotlyfig() Error #480

ckarag opened this issue Nov 16, 2022 · 0 comments

Comments

@ckarag
Copy link

ckarag commented Nov 16, 2022

Hi. I am using the latest Plotly MATLAB release (2.2.5). I am trying to retrieve a figure from my account, using getplotlyfig('userXYZ','80'). I am passing the number of the figure as a string (as shown in the user guide examples). Uploading new plotly graphs works as expected, however, when trying to retrieve graphs I am receiving the following error:

> Reference to non-existent field 'Content_Type'.
> Error in response_handler (line 6)
>         if (strcmp(extras.allHeaders.Content_Type, 'image/jpeg') || ...
> Error in plotlygetfile (line 26)
>     response_handler(response_string, extras);
> Error in plotlyfig/download (line 410)
>             plotlyfig = plotlygetfile(file_owner, file_id);
> Error in getplotlyfig (line 25)
> p.download(file_owner, file_id);

Can somebody help resolve this please?

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

1 participant