Doc protocol example tx format

yop, erreur 1002 reproduite,
quand j’envois du bouzin, 500 fois le caratere A dans tx: (et 1 fois A aussi sort l’erreur 1002)

#!/bin/bash
dom=“g1.duniter.org:10901
tx=$(perl -e “printf 'A’x500”)
echo "tx" ev=(python -c “import urllib; print urllib.quote_plus(‘’‘$tx\n’‘’)” ) [erreur 1002 avec et sans le \n]
echo “”
echo “”
echo “$ev”
echo “”
echo “”
curl -v -H “Content-Type: application/x-www-form-urlencoded; charset=utf-8” -X POST -d “transaction=$ev” http://$dom/tx/process

ucode": 1002,
“message”: “Cannot read property ‘push’ of undefined”

1 Like