From ecfe8ab3d6bd285fd6f8b70ac4073ea7bcfcc6ff Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:29:21 +0100 Subject: [PATCH] add error troubleshooting point --- documentation/dev-portal/src/events/ccc23/nym-vpn.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/dev-portal/src/events/ccc23/nym-vpn.md b/documentation/dev-portal/src/events/ccc23/nym-vpn.md index a8b08c0aee..cda7c6a8da 100644 --- a/documentation/dev-portal/src/events/ccc23/nym-vpn.md +++ b/documentation/dev-portal/src/events/ccc23/nym-vpn.md @@ -188,8 +188,8 @@ One of the main aim for the aplha demo is testing. Your share results will help 4. Turn off any existing VPN's and run `sudo sh ./tests.sh` 5. In case of errors, see [troubleshooting section](./nym-vpn.md#missing-jq-error) below 6. The script will print a JSON view of existing Gateways and prompt you to chose - - `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` (without `" "`) [here](https://nymvpn.com/en/ccc/api/gateways) - - `enter an exit address`: paste one of the values labeled with a key `"address"` (without `" "`) + - `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`) + - `enter an exit address`: paste one of the values labeled with a key `"address"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`) 7. The script shall run the tests and generate a folder called `tests_` and files `perf_test_results.log` or `two_hop_perf_test_results.log` as well as some temp files. This is how the directory structure will look like: ```sh nym-vpn-tests @@ -358,6 +358,10 @@ In that case, comment the `jq` check in the script as follows: #fi ``` +#### Error current_time: not found + +When running `sudo sh ./test.sh` you may see an error like: `93: current_time: not found`. This has something to do with the `current_time` setup of your system and on itself shall not have a negative impact on the test. It has nothing to do with the client at all as it only relates to the code in our testing script. + #### Not connecting to the endpoint In case the automatic download of all the Gateways fail (and it shouldn't), you do an easy manual work around: