plotly / plotly_matlab

Plotly Graphing Library for MATLAB®
https://plot.ly/matlab/
MIT License
377 stars 166 forks source link

Plotly SSL certificate #61

Open matag opened 9 years ago

matag commented 9 years ago

Hi

I am trying to use MATLAB-api on Octave 4.0. But when I try a simple test script: x=[1 2 3] y = [2 4 6] plotly(x,y)

I got the following error message: error: urlread: Peer certificate cannot be authenticated with given CA certificates error: called from makecall at line 24 column 14 plotly at line 28 column 10

Signin function did not return any error message before.

BRONSOLO commented 9 years ago

Interesting - I'll take a look. What OS are you using @matag?

matag commented 9 years ago

Hi

I am using Windows 7 Pro 64 bits with SP1.

mikeperrotta commented 8 years ago

Anything further with this issue? I am having the same issue matag reported in issue #60 . I am using Octave 4.0.0 and MATLAB Plotly API wrapper 2.2.3. Whenever I try to follow a simple plotting example, I get this message:

octave:7> fig2plotly() error: findobj: properties and options must be strings error: called from findobj at line 195 column 7 update at line 464 column 16 plotlyfig at line 203 column 17 fig2plotly at line 44 column 3

BRONSOLO commented 8 years ago

Thanks for reporting @mikeperrotta. We haven't actually done much testing with newer releases Octave lately. Some of the functionality that we use to crawl the MATLAB figures are pretty low level, and might not be supported in Octave. Hopefully we can get to this in the near future!

mikeperrotta commented 8 years ago

Okay, thanks! I look forward to hearing about a fix.

pbellec commented 8 years ago

Is there any news on the Octave front? I tried to setup the API today with Octave 4.0.0 and got the following error:

Octave users: Automatic Plotly API embedding coming soon!

Saving username/api_key credentials ...

Octave:undefined-function'java' undefined near line 12 column 20
emdupre commented 5 years ago

Pinging just to see if there's any recent development, here !