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

[Android] Operation not supported on transport endpoint, code 95 #200

Closed
proninyaroslav opened this issue Nov 21, 2021 · 4 comments
Closed

Comments

@proninyaroslav
Copy link
Contributor

I started migrating to a newer libtorrent4j version with Android 11 support and I'm getting the following error. Tested on API 25 - 31:

I: Peer fingerprint: -Lr3200-
I: User agent: LibreTorrent 3.2
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
E: Session error: Operation not supported on transport endpoint, code 95
I: [SESSION_LOG] update listen interfaces: 0.0.0.0:46849,[::]:46849
I: [SESSION_LOG] parsed listen interfaces count: 2, ifaces: 0.0.0.0:46849,[::]:46849
I: [SESSION_LOG] about to stop DHT, running: false
I: [SESSION_LOG] starting DHT, running: false, router lookups: 0
I: [SESSION_LOG] external address updated for 0.0.0.0:46849 [ new-ip: 37.235.201.30 type: 2 last-voter: 185.157.221.247 ]

It doesn't seem to affect downloads, i can still download torrents.

Full log: LibreTorrent - Debug_log_11-21-2021_18-57-17.txt

@aldenml
Copy link
Owner

aldenml commented Nov 22, 2021

ACK, I will look at this.

@proninyaroslav
Copy link
Contributor Author

proninyaroslav commented Jan 18, 2022

@aldenml
I can confirm it's still appears on 2.0.5-24.

@aldenml
Copy link
Owner

aldenml commented Jan 25, 2022

Hi @proninyaroslav, this message is harmless, it's just libtorrent reporting the fact that for that particular interface, android is unable bind a port. This is the expectation with the latest android restrictions.

@aldenml aldenml closed this as completed Jan 25, 2022
@proninyaroslav
Copy link
Contributor Author

Ok, I'll probably just put a filter on this message.

proninyaroslav added a commit to proninyaroslav/libretorrent that referenced this issue Jan 26, 2022
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

2 participants