Hello,
I'm currently testing the installation of Fusion Inventory by only modifying the path to my server in the setup.py file. However, I'm encountering a problem; it's not working, and I'm getting the error message "KeyError: "There is no item named u'WAPT/signature' in the archive."
To help, here's my method:
1. I go to "Private Repositories" and import the "tis-fusioninventory" package from the repository.
2. Once imported, I right-click and select "Edit Package," which opens it in PyScripter.
3. I modify only the path to the server and save the changes.
4. I run the command and execute `wapt-get build-upload`.
5. I try to install it like any other package on a client machine, but it fails!
6. I get the following error message: "KeyError: "There is no item named u'WAPT/signature' in the archive."
Do you have any idea what the problem might be? I don't have this problem when I don't modify anything and use the package from the repository.
Thank you.
Installation error following package modification
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- Yvan Karmouta
- Messages: 34
- Registration: June 18, 2014 - 10:09
- Contact :
Good morning,
When you use the Wapt management console, it uses the wapt-get.ini file in your profile. This file is configured by the Wapt console to use your private key and sign packets.
When you use pyscripter or wapt-get commands, it is the file C:\wapt\wapt-get.ini that is used.
In this file, the variables:
If these parameters are not specified, the package is not signed and your computer refuses to install it (proving, incidentally, that any unvalidated package cannot be installed)
)
When you use the Wapt management console, it uses the wapt-get.ini file in your profile. This file is configured by the Wapt console to use your private key and sign packets.
When you use pyscripter or wapt-get commands, it is the file C:\wapt\wapt-get.ini that is used.
In this file, the variables:
- private_key="C:\private\key.pem"
- default_package_prefix="prefix of your wapt packages"
If these parameters are not specified, the package is not signed and your computer refuses to install it (proving, incidentally, that any unvalidated package cannot be installed)
Yvan Karmouta - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
.
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
-
Perfect-Dash
- Messages: 7
- Registration: Apr 10, 2015 - 10:10
Thank you very much, everything is working now 
