Page 1 of 1

WAPT 1.8.2 - Build-upload issue

Published: August 19, 2020 - 11:25
by Geovariances
Good morning,

When I build a package via the WAPT "build-upload" command, I get the following error message:

Code: Select all

2020-08-19 11:17:44,568 WARNING Target package already exists, removing C:\waptdev\XXX-windows-terminal_1.0.1401.0-4.wapt
...done building. Package filename C:\waptdev\XXX-windows-terminal_1.0.1401.0-4.wapt
1 packages successfully built
0 packages failed
Building and uploading packages to https://XXXXXXXX
Please get login for https://XXXXXXXX/api/v3/upload_xxx:admin
Password:
C:\waptdev\XXX-windows-terminal_1.0.1401.0-4.wapt[================================] 18854143/18854143 - 00:00:00
Please get login for api/v3/upload_packages:admin
Password:
Please get login for api/v3/upload_packages:admin
Password:
FATAL ERROR : EWaptBadServerAuthentication: Authentication failed on server https://XXXXXXXXX for action api/v3/upload_packages
PS C:\waptdev\XXX-windows-terminal-wapt> & "C:/Program Files (x86)/wapt/Scripts/Activate.ps1"
(wapt) PS C:\waptdev\XXX-windows-terminal-wapt>
I have access to the console via my Windows 10 x64 machine, as well as to the package list. I also no longer get the small pop-up prompting me to enter my certificate password during the build-up process. I can no longer upload packages to my server. The password is correct.
I use Visual Studio Code for developing and launching the task.
Any idea what the problem might be?

Edit of 20/08/2020:
I am able to perform my build-upload correctly and without errors using the command

Code: Select all

wapt-get -i build-upload c:\waptdev\XXXX
in my command prompt.

Mickaël

Re: WAPT 1.8.2 - Build-upload problem

Published: August 25, 2020 - 4:19 PM
by dcardon
Hello Michael,

There's something weird about the exit:

Code: Select all

 & "C:/Program Files (x86)/wapt/Scripts/Activate.ps1"
Does the shell have any things added automatically?

Denis