Error while Creating Stakepool

Hi all again,
I’m trying to run stakepool - according to tutorials:


but every time I got error while run the script ./createStakePool.sh:

failed to make a REST request
|-> node rejected request because of invalid parameters
|-> http://127.0.0.1:3101/api/v0/account/ecc3a685ff7b2340d92b62b9fdc01ae0823544b3209c3a43501be7fb82f99d57: Client Error: 404 Not Found
##1. Create the offline transaction file
##2. Add the Account to the transaction
##3. Add the certificate to the transaction
##4. Finalize the transaction
##5. Make the witness
error: Invalid value for '–account-spending-counter ': cannot parse integer from empty string
##5. Retrieve your stake pool id (NodeId)
b68ceec29ea403f42cda9a4938fe19d7dc994fe96ada72c7cb0ee6f239a51589
The Node ID is: b68ceec29ea403f42cda9a4938fe19d7dc994fe96ada72c7cb0ee6f239a51589
##6. Create the node_secret.yaml file

my node is running on version 0.7.5 (BETA network) and on my account there is 5 ADAs (thanks Psychomb :).

I will be grateful for any help or hint.

I checked - there are funds:
https://explorer.beta.jormungandr-testnet.iohkdev.io/address/ca1shkv8f59laajxsxe9d3tnlwqrtsgyd2ykvsfcwjr2qd707uzlxw4wl7tr7z

but when I’m trying run:
jcli rest v0 account get --debug ca1shkv8f59laajxsxe9d3tnlwqrtsgyd2ykvsfcwjr2qd707uzlxw4wl7tr7z -h http://127.0.0.1:3101/api

I get the same error :

Request {
method: GET,
url: “http://127.0.0.1:3101/api/v0/account/ecc3a685ff7b2340d92b62b9fdc01ae0823544b3209c3a43501be7fb82f99d57”,
headers: {},
}
Response {
url: “http://127.0.0.1:3101/api/v0/account/ecc3a685ff7b2340d92b62b9fdc01ae0823544b3209c3a43501be7fb82f99d57”,
status: 404,
headers: {
“content-length”: “0”,
“date”: “Thu, 28 Nov 2019 20:48:36 GMT”,
},
}
failed to make a REST request
|-> node rejected request because of invalid parameters
|-> http://127.0.0.1:3101/api/v0/account/ecc3a685ff7b2340d92b62b9fdc01ae0823544b3209c3a43501be7fb82f99d57: Client Error: 404 Not Found