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

timeout at TrackerManager #2

Closed
TheLinker opened this issue Nov 21, 2011 · 2 comments
Closed

timeout at TrackerManager #2

TheLinker opened this issue Nov 21, 2011 · 2 comments

Comments

@TheLinker
Copy link

Compiled master libtorrent and rtorrent. Short after start running this message appears:

rtorrent: TrackerManager::receive_timeout() called but m_tracker_list->has_active() == true.

rTorrent 0.8.9/0.12.9

Configure options :

libtorrent

./configure --enable-ipv6 --enable-static --disable-shared --prefix=/home/axel/libtorrent/torrent-bins --disable-debug

rtorrent

libtorrent_LIBS='-L/home/axel/libtorrent/torrent-bins/lib -lpthread -ltorrent -lcrypto'
libtorrent_CFLAGS=-I/home/axel/libtorrent/torrent-bins/include
./configure --enable-ipv6 --enable-static --disable-shared --disable-debug

I had to add this to make it compile:

diff --git a/src/core/download.h b/src/core/download.h
index 6939e8d..e5cd7b6 100644
--- a/src/core/download.h
+++ b/src/core/download.h
@@ -43,6 +43,7 @@
#include <torrent/hash_string.h>
#include <torrent/tracker_list.h>
#include <torrent/data/file_list.h>
+#include <torrent/data/download_data.h>
#include <torrent/peer/connection_list.h>

#include "globals.h"

@rakshasa
Copy link
Owner

If you have to add that header to compile, it suggested a mismatch between the libtorrent and rtorrent versions.

@rakshasa
Copy link
Owner

rakshasa commented Dec 7, 2011

Closing this as the above should be fixed and the code changed so much that a new ticket would be needed in any case.

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