Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I failed to retrieve pending data using web3j with a wss node, but the same node can retrieve the data successfully using nodejs. How can I resolve this? #1941

Open
WoidBrcDev opened this issue Aug 4, 2023 · 7 comments
Assignees
Labels
bug A bug in behaviour or functionality

Comments

@WoidBrcDev
Copy link

WoidBrcDev commented Aug 4, 2023

I failed to retrieve pending data using web3j with a wss node, but the same node can retrieve the data successfully using nodejs. How can I resolve this?
11

@WoidBrcDev WoidBrcDev added the bug A bug in behaviour or functionality label Aug 4, 2023
@WoidBrcDev WoidBrcDev reopened this Aug 4, 2023
@lichao1991
Copy link

I have also encountered the same problem. Have you resolved it?

@NickSneo
Copy link
Contributor

@WoidBrcDev @lichao1991
Can you provide some more details ->

  1. Steps to reproduce
  2. Web3j version
  3. Eth client
  4. Java version

@NickSneo NickSneo self-assigned this Sep 21, 2023
@NickSneo
Copy link
Contributor

NickSneo commented Oct 3, 2023

Waiting for a reply from @WoidBrcDev @lichao1991

@rgdzh1
Copy link

rgdzh1 commented Oct 19, 2023

I encountered it in BSC, but it has not been resolved yet.

@HyoJun-Jo
Copy link

I also get the same error.
ChainID uses the Avalanche Fuji Testnet. if i excute ‘pendingTransactionFlowable’, then error occurred ‘FilterException: Invalid request: the method eth_newPendingTransactionFilter is not available’

@lichao1991
Copy link

@WoidBrcDev @lichao1991 Can you provide some more details ->

  1. Steps to reproduce
  2. Web3j version
  3. Eth client
  4. Java version

2、4.8.4
4、JDK 1.8

@HyoJun-Jo
Copy link

solved. use rpc websocket instead https. (https:// -> wss://)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in behaviour or functionality
Projects
None yet
Development

No branches or pull requests

5 participants