karpotkin
karpotkin
same issue
[alik0211](https://github.com/alik0211) is there any solution?
Hey @huyphams. Any news on this issue?
> ``` > connectionRetries: 2, > requestRetries: 2, > autoReconnect: false, > ``` > > can you put theses to 5 and true and see if the error stays? I...
> > I've pushed a potential fix to the latest version, can you try it out? I've been trying to reproduce the issue but I'm not able to. > >...
[painor](https://github.com/painor) same issue, but when I'm trying to download the file (client.downloadFile): ``` const mediaBuf = await client.downloadFile( new Api.InputPhotoFileLocation(location), { dcId: photo.dcId } ); ``` Error Trace: ``` Error:...
First you need to create a transaction(s) (https://github.com/bcndev/bytecoin/wiki/Bytecoin-Wallet-Daemon-JSON-RPC-API#10-create-transaction) and then send it (https://github.com/bcndev/bytecoin/wiki/Bytecoin-Wallet-Daemon-JSON-RPC-API#11-send-transaction). Example of an object to create: `{ 'any_spend_address': true, 'change_address': '', 'fee_per_byte': '', 'transaction': { 'amount': 0,...