truffle icon indicating copy to clipboard operation
truffle copied to clipboard

Error: PollingBlockTracker - encountered an error while attempting to update latest block

Open son-of-win opened this issue 3 years ago • 0 comments


Issue

I have tried to fix the error on my website with the suggestion in issue 3356

  • replace 'https' in the provider url with 'wss', but i still got the same error.
    Hope it helped!
  provider: () => new HDWalletProvider(mnemonic, `wss://data-seed-prebsc-1-s1.binance.org:8545`),
  network_id: 97,
  confirmations: 10,
  timeoutBlocks: 200,
  skipDryRun: true
}```  
What the issue is, in broad strokes.

## Steps to Reproduce

Please provide the shortest amount of steps to reproduce your issue.

## Expected Behavior

What you expected to happen.

## Actual Results

What actually happened. Please give examples and support it with screenshots, copied output or error messages.

## Environment

* Operating System: 
* Ethereum client:
* Truffle version (`truffle version`):
* node version (`node --version`):
* npm version (`npm --version`): 

son-of-win avatar Sep 21 '22 03:09 son-of-win