Open zillazillo opened 6 years ago
Dear @zillazillo,
Thank you for using the Github platform for reporting your errors. This might help other users that have the same problem.
To start with, I edited a bit your comment above, (just putting before and after 3 back ticks (```)) so the commands and their output have the same format, as seen in your console.
The error you basically get is in the:
co2dice project report
command.
The problem must originate to the test key,
which it should have been expired.
To check this, type the following in your console:
(This command outputs the list with the public keys inside your AIO)
gpg -k
The output should be similar to the below:
[...]
-----------------------------------------------------
pub 1024R/CBBB52FF 2017-01-26 [expired: YYYY-MM-DD]
uid [ expired] CO2MPAS Test <JRC-CO2MPAS@ec.europa.eu>
[...]
In case you see a similar output ([expired: YYYY-MM-DD]
),
please copy the folowing and paste ([Shift]+[Insert])in the console:
printf 'expire\n6m\nsave\n' | gpg2 --batch --yes --command-fd 0 --status-fd 2 --edit-key 5464E04EE547D1FEDCAC4342B124C999CBBB52FF
which will extend the validity of your test key for a 6 month period.
(to adjust the period of the validity, you need to adjust the part: 'expire\n6m\nsave\n'
.
For example:
\n6m\
: is 6 months,
\n1y\
: is 1 year).
Let us know if you manage to solve your problem and proceed.
Kind regards.
thank you very much for your quick response (and editing my post) your advise has worked and I have been able to 'tag' my report thanks again!
hello, I have installed co2mpas, ran the demo 0 in TA mode in co2mpas. Afterwards I launch the console and start the dice process. Below is a copy of all entries from start to problem. First project init, the project append -i -o, then project report, and that is where I get the error.
(I have deleted co2mpas and reinstalled it, running 'install.vbs' each time before using co2mpas.)
Could somebody help with the issue I have? Thanks in advance!