Download Symbols for test app

We are building an extension and doing the test app. We get the following when download symbols.

Any ideas on what we missed? Is anyone available for an hour of support?

[2019-12-13 13:08:52.36] Using reference symbols cache path: c:\Project\AddIn_iPaymentSystems\Test./.alpackages
[2019-12-13 13:08:52.37] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.38] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System Application&versionText=15.0.0.0)
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Base Application&versionText=15.0.0.0)
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Library Assert&versionText=15.0.0.0)
[2019-12-13 13:08:52.39] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.39] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System Application Test Library&versionText=15.0.0.0)
[2019-12-13 13:08:52.39] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.39] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Test Runner&versionText=15.0.0.0)
[2019-12-13 13:08:53.17] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Library%20Assert&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:08:53.19] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System%20Application%20Test%20Library&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:08:53.23] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Test%20Runner&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.14] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Any&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.14] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Tests-TestLibraries&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.73] Could not download reference symbols. Please ensure that:

  1. The correct server name and instance are specified in the launch.json file.
  2. The correct application version is specified in the app.json file.
  3. The dependencies are correctly specified in the app.json file.

Try to check your app.jason file. It has a lot of dependencies. Try to keep only the system and the base app and try again.

Literally just went through this today when I refreshed my sandbox.

  1. did you create a sandbox and are you able to log into it?

  2. check this tutorial: https://thinkaboutit.be/2018/11/how-do-i-develop-an-extension-in-business-central-saas/

In my case I re-created my sandbox and tried to download the symbols. I got errors. I looked and looked for a typo somewhere, checked my old config files, etc. Then it worked all of a sudden when I ran out of ideas and just hit F5 again. I think the environment took a few minutes to set up and I couldn’t download the symbols until it was finished…