Skip to content

error in databaseDownload.m in Octave #236

Description

@isfmiho

Issues in Octave with script databaseDownload.m

Follow these steps to reproduce:

  1. Download databaseDownload.m from: https://ecosystem.sonicom.eu/databases/74/download?
  2. Launch Octave, navigate to file folder.
  3. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    data & toolsThis label refers to issues related to the databases and tools (not to the code).questionFurther information is requested

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions