XEMBook
XEMBook
I was also able to reproduce it relatively easily. http://18.195.160.73:3000/transactionStatus/9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68 ``` {"hash":"9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68","code":"Failure_LockHash_Unknown_Hash","deadline":"42309932708","group":"failed"} ``` http://18.195.160.73:3000/transactions/partial/9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68 ``` {"code":"ResourceNotFound","message":"no resource exists with id '9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68'"} ``` http://18.195.160.73:3000/lock/hash/9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68 ``` {"lock":{"version":1,"ownerAddress":"985B967F057904AACFB08B4B6584DA811E671E4733CA6F9E","mosaicId":"2CF403E85507F39E","amount":"10000000","endHeight":"187427","status":0,"hash":"9AFAF027A3CF9FC4205A04487930D15729AEAF3106201D9C8089A78591257D68"},"id":"604E21B56C1EC462E4E00ED8"} ``` I think 18.195.160.73 is...
this issue is all time happened. I've never been successful.
I'm sorry ,I was able to get it by setting the announcing node and the listening node to be the same. Is this a specification?
sorry again, this issue is no longer reproduced. Please keep it pending for a while.
It turns out. If the node that announces transaction and the node that sets Listener are the same, it works fine. If I set up listener on different nodes, it...
Is this phenomenon similar to this issue? https://github.com/nemtech/symbol-sdk-typescript-javascript/issues/776
I've found a strange phenomenon. After adding the following listeners, I was able to receive unconfirmedAdded notifications stably. ```js listener.status(alice).subscribe(x=>console.log(x)); ```
I appreciate your efforts. can we use db.collection.reIndex ? https://www.mongodb.com/docs/manual/reference/method/db.collection.reIndex/
@fboucquez > if not, we can advice the user to use the custom preset feature Could you please tell me how I set the createIndex using the custom preset function?...