<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>On 2017-01-23 2:04 PM, Fred van Stappen wrote:<br>
    </p>
    <blockquote
cite="mid:HE1P194MB01055D3DEEF26A066F3C1243B8720@HE1P194MB0105.EURP194.PROD.OUTLOOK.COM"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;"
        dir="ltr">When trying to access a url with op_test_url, ther is
        that error message:
        <p><span><br>
          </span></p>
        <p><span>error: op_test_file: -129</span></p>
        <p><span><br>
          </span></p>
        <p><span>What is error -129 (and how to know meaning of int
            messages) ?</span><br>
        </p>
      </div>
    </blockquote>
    <br>
    -129 is OP_EFAULT which is a null pointer or other generic internal
    error. You can find a complete list at
    <a class="moz-txt-link-freetext" href="https://opus-codec.org/docs/opusfile_api-0.7/group__error__codes.html">https://opus-codec.org/docs/opusfile_api-0.7/group__error__codes.html</a>
    or in the opusfile.h header file.<br>
    <br>
    Some of the method-specific documentation on that site gives
    additional guidance, but I don't see anything specific for
    `op_test_url`.<br>
    <br>
    HTH,<br>
     -r<br>
  </body>
</html>