View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 27 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Mon Aug 08, 2005 3:47 pm 
Offline
Joined: Sat Feb 05, 2005 2:18 am
Posts: 2
I've been having issues with torrentocracy as well. I get it to compile and install...however when I try to download torrents the information box says "inactive" and the "start torrent" and "stop torrent" buttons are not accessible.

I also get :
QObject::connect: No such signal QTextBrowser::sourceChanged(QTextBrowser*)
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'torrentocracy')

I tried setting the directory permissions by executing "chmod 777 /var/lib/torrentocracy -R" but it made no difference. Does anyone have any idea what I'm missing?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 12, 2005 2:43 am 
Offline
Joined: Wed Jun 30, 2004 4:08 pm
Posts: 31
i have a problem too

when i go to configure torrentocracy, Mythtv crashes and i must restart the frontend


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 18, 2005 10:30 am 
Offline
Joined: Sun Apr 03, 2005 2:45 pm
Posts: 22
Location: Lees Summit MO
I finally have it up and running with a lot of manual intervention in the Make files. I basically had to go through and change the qt3 path manually in all the make files. I also changed the install paths by taking out the /local/

I'm wondering if anyone knows how to change the download path? By default, they install to /var/lib/torrentocracy/active/ . I tried changing the path in the "main" file, but it doesn't seem to work.

The "main" file, by the way, is /etc/init.d/bittorrent. For those that were wordering what it meant.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 11, 2005 7:54 pm 
Offline
Joined: Tue May 18, 2004 11:24 am
Posts: 12
Location: Brasil
Hi peoples,

Torrentocracy is great. My MythTV Box is perfect (MythStream, MythFM, MythDVB, MythPhone, ...).

Thanks all,

Jaelson Lima
Brasil


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 12:53 am 
Offline
Joined: Fri May 27, 2005 8:13 am
Posts: 9
Does anyone else had this problem and could solve it?
I think I installed it correctly using all the guides in here and the Wiki. When I select the "Torrentocracy" plugin from the Mythtv menu, the frontend simply stalls. I have no idea what exactly causes this. Which log could I look at to get a clue what's wrong? I tried both the current version as well the CVS.
Oh, I'm not using KnoppMyth but Gentoo with 0.18.1 Mythtv which usually works perfectly for me.

Thanks,
Steve


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 7:44 pm 
Offline
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location: Washington
You have to go into the torrentocracy setup and add feeds before going into the plugin. It's a bug in the software. For that matter I found the entire plugin to be too buggy for my liking, but you may have better luck than me (I'm also running Gentoo with 0.18.1).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 19, 2005 1:58 pm 
Offline
Joined: Fri May 27, 2005 8:13 am
Posts: 9
Even when trying to enter the torrentocracy setup menu, Myth crashes. :(
Seems like this one has too many bugs to be really usefull.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 04, 2006 10:18 pm 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
Hi,
when I go in torrentocracy setup and try to add feeds by selecting an item and hit the space bar, nothing happen.

Anyone know why I can't select an item ?


Top
 Profile  
 
PostPosted: Sat Jan 07, 2006 11:31 am 
Offline
Joined: Mon Nov 14, 2005 5:57 pm
Posts: 2
Hi, I have been trying so hard to get this to work, but I get many errors when I run make. The first being that it cant find mythtv/inetcomms.h. I looked and it is not in my include directory and I can't even find it on my machine. Anyone know why this is? I have R5A22.


Top
 Profile  
 
 Post subject: Same Problem
PostPosted: Sat Jan 14, 2006 12:16 pm 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
I am also having the same problems running make with Torrentocracy. Anyone find a solution for this?


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 15, 2006 9:55 am 
Offline
Joined: Thu Apr 06, 2006 2:31 am
Posts: 41
Im also having problems with Make...

"torrentocracy.cpp:35:30: mythtv/inetcomms.h: No such file or directory
torrentocracy.cpp: In member function `void Torrentocracy::startTorrent()':
torrentocracy.cpp:976: error: invalid use of undefined type `struct
QUrlOperator'"

I know this thread is old, so hoped there was a solution now?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 10, 2007 8:17 am 
Offline
Joined: Thu Mar 22, 2007 9:08 am
Posts: 12
I got this working next way:
1. wget wget
http://heanet.dl.sourceforge.net/source ... 0.0.11.tgz
2.
tar zxvf torrentocracy-0.0.11.tgz
3.
cd torrentocracy
4.
edited torrentocracy/torrentocracy.cpp:
Code:
#include <mythtv/inetcomms.h>

-->
Code:
//#include <mythtv/inetcomms.h>
#include <mythtv/httpcomms.h>
#include <qurloperator.h>

5.
export QTDIR='/usr/share/qt3'
6.
edited settings.pro
Code:
"PREFIX = /usr/local"
"# FOR Debian"
"#PREFIX = /usr"

Code:
# PREFIX = /usr/local
# FOR Debian
PREFIX = /usr

7.
qmake torrentocracy.pro
8.
from files:
./i18n/Makefile
./torrentocracy/Makefile
./Makefile
changed
Code:
/usr/lib/qt-3.3/mkspecs...
to
Code:
/usr/share/qt3/mkspecs...

9.
make && make install
10.
continue with step 8 @ http://www.knoppmythwiki.org/index.php?page=TorrentocracyHowto


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu