java.lang.IllegalStateException: Trying to download a piece while previous download not completed!
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by chrisawad
, 1 year agovia GitHub by Nosfert
, 1 year agovia GitHub by dessalines
, 1 year agojava.lang.IllegalStateException: Trying to download a piece while previous download not completed!
at com.turn.ttorrent.client.peer.SharingPeer.downloadPiece(SharingPeer.java:356)
at com.turn.ttorrent.client.SharedTorrent.handlePeerReady(SharedTorrent.java:704)
at com.turn.ttorrent.client.peer.SharingPeer.firePeerReady(SharingPeer.java:653)
at com.turn.ttorrent.client.peer.SharingPeer.handleMessage(SharingPeer.java:614)
at com.turn.ttorrent.client.peer.PeerExchange$IncomingThread.run(PeerExchange.java:346)