versatile-data-kit icon indicating copy to clipboard operation
versatile-data-kit copied to clipboard

vdk-core: Error when running built-in version plugin

Open ivakoleva opened this issue 4 years ago • 0 comments

Describe the bug HTTP 404 response when running new_version_check_plugin.py check_version() for package name vdk-core and package index pipy.org

Steps To Reproduce Steps to reproduce the behavior:

  1. Run any vdk-core test in debug
  2. Set breakpoint to https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py#L65
  3. Evaluate new_package(package_index, package_name).check()

Expected behavior check() should result in boolean, so no exception is raised, and workflow for printing new version message is not interrupted

Screenshots Screenshot 2021-11-15 at 16 03 26

Version (please complete the following information):

  • OS: Mac OS X
  • Version: latest vdk-core

Additional context

ivakoleva avatar Nov 15 '21 14:11 ivakoleva