-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Comments
If you have to add that header to compile, it suggested a mismatch between the libtorrent and rtorrent versions. |
Closing this as the above should be fixed and the code changed so much that a new ticket would be needed in any case. |
Closed
inste
added a commit
to inste/libtorrent
that referenced
this issue
Nov 2, 2013
rakshasa
pushed a commit
that referenced
this issue
Aug 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"
The text was updated successfully, but these errors were encountered: