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

Connection error #339

Open
KaliStudio opened this issue Feb 10, 2021 · 0 comments
Open

Connection error #339

KaliStudio opened this issue Feb 10, 2021 · 0 comments

Comments

@KaliStudio
Copy link

Hello when I try to run simplewallet once the daemon is synchronized I get this in the daemon (set_log 4):

`2021-Feb-10 01:22:17.891233 DEBUG [127.0.0.1:3312 INC] Interrupt connection
2021-Feb-10 01:22:17.896407 DEBUG [127.0.0.1:3312 INC] writeHandler finished
2021-Feb-10 01:22:17.902399 TRACE [127.0.0.1:3312 INC] CLOSE CONNECTION
2021-Feb-10 01:22:19.519636 TRACE RPC request came:
POST /json_rpc HTTP/1.1
Host: 127.0.0.1
content-length: 59
host: 127.0.0.1

{"jsonrpc":"2.0","method":"getlastblockheader","params":{}}
2021-Feb-10 01:22:19.546581 WARNING Connection error: bad function call
2021-Feb-10 01:22:19.557074 DEBUG Incoming connection from 127.0.0.1:3314
2021-Feb-10 01:22:19.566007 TRACE RPC request came:
POST /getinfo HTTP/1.1
Host: 127.0.0.1
content-length: 2
host: 127.0.0.1

{}
2021-Feb-10 01:22:19.588608 TRACE RPC request came:
POST /get_pool_changes_lite.bin HTTP/1.1
Host: 127.0.0.1
content-length: 56
host: 127.0.0.1

☺◄☺☺☺☺☻☺☺♦♂tailBlockId
Ç
2021-Feb-10 01:22:19.892469 DEBUG Connecting to 127.0.0.1:8080 (white=1, last_seen: never)...
2021-Feb-10 01:22:19.901631 TRACE [127.0.0.1:3316 INC] NEW CONNECTION
2021-Feb-10 01:22:19.908612 DEBUG [127.0.0.1:3316 INC] writeHandler started
2021-Feb-10 01:22:19.916064 DEBUG COMMAND_HANDSHAKE
2021-Feb-10 01:22:19.921878 DEBUG [127.0.0.1:3316 INC] msg 1:1001
2021-Feb-10 01:22:19.928412 DEBUG [127.0.0.1:3316 INC] msg 2:2008
2021-Feb-10 01:22:19.935381 TRACE [127.0.0.1:8080 OUT] REMOTE PEERLIST: TIME_DELTA: 0, remote peerlist size=0
2021-Feb-10 01:22:19.943402 TRACE [127.0.0.1:8080 OUT] REMOTE PEERLIST:
2021-Feb-10 01:22:19.951341 DEBUG [127.0.0.1:8080 OUT] CONNECTION HANDSHAKED OK AND CLOSED.
2021-Feb-10 01:22:19.959321 TRACE [127.0.0.1:3316 INC] Exception in connectionHandler: TcpConnection::read, WSAGetOverlappedResult failed, result=10054, Une connexion existante a d¹ Ûtre fermÚe par lÆh¶te distant.

2021-Feb-10 01:22:19.977302 DEBUG [127.0.0.1:3316 INC] Interrupt connection
2021-Feb-10 01:22:19.982866 DEBUG [127.0.0.1:3316 INC] writeHandler finished
2021-Feb-10 01:22:19.988848 TRACE [127.0.0.1:3316 INC] CLOSE CONNECTION
2021-Feb-10 01:22:21.979616 DEBUG Connecting to 127.0.0.1:8080 (white=1, last_seen: never)...
2021-Feb-10 01:22:22.009566 TRACE [127.0.0.1:3317 INC] NEW CONNECTION
2021-Feb-10 01:22:22.021514 DEBUG [127.0.0.1:3317 INC] writeHandler started
2021-Feb-10 01:22:22.039666 DEBUG COMMAND_HANDSHAKE
2021-Feb-10 01:22:22.048605 DEBUG [127.0.0.1:3317 INC] msg 1:1001
2021-Feb-10 01:22:22.057586 DEBUG [127.0.0.1:3317 INC] msg 2:2008
2021-Feb-10 01:22:22.064564 TRACE [127.0.0.1:8080 OUT] REMOTE PEERLIST: TIME_DELTA: 0, remote peerlist size=0
2021-Feb-10 01:22:22.071547 TRACE [127.0.0.1:8080 OUT] REMOTE PEERLIST:
2021-Feb-10 01:22:22.089142 DEBUG [127.0.0.1:8080 OUT] CONNECTION HANDSHAKED OK AND CLOSED.
2021-Feb-10 01:22:22.106610 TRACE [127.0.0.1:3317 INC] Exception in connectionHandler: TcpConnection::read, WSAGetOverlappedResult failed, result=10054, Une connexion existante a d¹ Ûtre fermÚe par lÆh¶te distant.

2021-Feb-10 01:22:22.139399 DEBUG [127.0.0.1:3317 INC] Interrupt connection
2021-Feb-10 01:22:22.147334 DEBUG [127.0.0.1:3317 INC] writeHandler finished
2021-Feb-10 01:22:22.150330 TRACE [127.0.0.1:3317 INC] CLOSE CONNECTION`

and this in simplewallet

2021-Feb-10 01:19:49.537814 DEBUG Pool union size 0, intersection size 0 2021-Feb-10 01:19:49.555659 ERROR Failed to query outdated pool transaction: NodeErrorCategory:3, Network error 2021-Feb-10 01:19:49.571623 INFO Retry in 5 seconds... 2021-Feb-10 01:19:54.583631 INFO Removing outdated pool transactions... 2021-Feb-10 01:19:54.593455 DEBUG Pool union size 0, intersection size 0 2021-Feb-10 01:19:56.409858 ERROR Failed to query outdated pool transaction: NodeErrorCategory:3, Network error 2021-Feb-10 01:19:56.419841 INFO Retry in 5 seconds... 2021-Feb-10 01:20:01.436199 INFO Removing outdated pool transactions... 2021-Feb-10 01:20:01.445145 DEBUG Pool union size 0, intersection size 0 2021-Feb-10 01:20:07.709528 ERROR Failed to query outdated pool transaction: NodeErrorCategory:3, Network error 2021-Feb-10 01:20:07.732644 INFO Retry in 5 seconds... 2021-Feb-10 01:20:12.748838 INFO Removing outdated pool transactions... 2021-Feb-10 01:20:12.757729 DEBUG Pool union size 0, intersection size 0 2021-Feb-10 01:20:12.773687 ERROR Failed to query outdated pool transaction: NodeErrorCategory:3, Network error 2021-Feb-10 01:20:12.779671 INFO Retry in 5 seconds...

please help me I'm on windows 10

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

No branches or pull requests

1 participant