Issues in Octave with script databaseDownload.m
Follow these steps to reproduce:
- Download databaseDownload.m from: https://ecosystem.sonicom.eu/databases/74/download?
- Launch Octave, navigate to file folder.
- Run the following (simplified) code. These rows are part of databaseDownload.m:
serverURL=['https://ecosystem.sonicom.eu/databases/74/download?type=json'];
options=weboptions;
options.CertificateFilename=('');
jsonData = webread(serverURL, options)
returns the error:
error: octave_base_value::convert_to_str_internal (): wrong type argument '<unknown type>'
Tested with Octave 11.1.0 in Windows 11.
Issues in Octave with script databaseDownload.m
Follow these steps to reproduce:
returns the error:
error: octave_base_value::convert_to_str_internal (): wrong type argument '<unknown type>'Tested with Octave 11.1.0 in Windows 11.