Page 1 of 1

Packet test problem

Published: Dec 8, 2020 - 10:31
by t.heroult
Hello
, when I try to test a package locally (in PyScrypter, right-click on "Install" then Run), regardless of the package, I get the following:
Example here with CrystalDiskInfo:
Command Line: install "c:\waptdev\ln-crystaldiskinfo-8.7.0-wapt\WAPT\.."
Using config file: C:\Program Files (x86)\wapt\wapt-get.ini
Installing WAPT files c:\waptdev\ln-crystaldiskinfo-8.7.0-wapt
2020-12-08 10:03:30,767 WARNING 2020-11-04 is not valid SemVer string
2020-12-08 10:03:31,081 CRITICAL Unable to store status of update in DB: ValueError: invalid literal for int() with base 10: '11-04'

I should mention that I don't get any error messages when I try to "build & upload".
Thank you for your help!


WAPT Server version: 1.8.2 Community (Debian 10)
WAPT Agent version: 1.8.2.7321

Test PC: Windows 10 20H2

Re: Packet test problem

Published: Dec 11, 2020 - 2:50 PM
by dcardon
The version number in the control file needs to be corrected by removing the hyphen character "-". It was retrieved from the installation MSI or EXE during make-template, but this is not supported (see WAPT package numbering format)