My favorites | Sign in
Logo
             
Details: Show all Hide all

Last 7 days

  • Jan 04, 2010
    issue 104 (Screenshots are broken) reported by kns....@gmail.com   -   Please upload screenshots to googlecode. :)
    Please upload screenshots to googlecode. :)

Older

  • Nov 27, 2009
    issue 103 (Problem with giveing files priorety) commented on by lemonberry   -   Well, ~4500 doesn't sound too many... What's the 'memory_limit' set to in your php.ini? Maybe try increasing it. I think the default is 16MB but should be too much harm to increase to 128MB if your PC is less than 10 years old!
    Well, ~4500 doesn't sound too many... What's the 'memory_limit' set to in your php.ini? Maybe try increasing it. I think the default is 16MB but should be too much harm to increase to 128MB if your PC is less than 10 years old!
  • Nov 27, 2009
    issue 103 (Problem with giveing files priorety) commented on by luka.pivk   -   hmm not redicolus but lots of files ( 4494 files )
    hmm not redicolus but lots of files ( 4494 files )
  • Nov 27, 2009
    issue 103 (Problem with giveing files priorety) commented on by lemonberry   -   Does this torrent contain a ridiculous number of files??
    Does this torrent contain a ridiculous number of files??
  • Nov 27, 2009
    issue 103 (Problem with giveing files priorety) reported by luka.pivk   -   What steps will reproduce the problem? 1. Clicking on torrent details 2. 3. What is the expected output? What do you see instead? I expect all files to be shown like this http://www.shrani.si/? 1W/Yf/2v8OOcXy/screenshot109.jpg but instead i get http://www.shrani.si/?38/d/1vpgJTmr/screenshot110.jpg What version of the product are you using? On what operating system? Gentoo 2009.10 Please provide any additional information below.
    What steps will reproduce the problem? 1. Clicking on torrent details 2. 3. What is the expected output? What do you see instead? I expect all files to be shown like this http://www.shrani.si/? 1W/Yf/2v8OOcXy/screenshot109.jpg but instead i get http://www.shrani.si/?38/d/1vpgJTmr/screenshot110.jpg What version of the product are you using? On what operating system? Gentoo 2009.10 Please provide any additional information below.
  • Nov 26, 2009
    ubuntu_rtgui Wiki page commented on by yihsiung   -   Hi, there is a easy way to use rtGUI with apache. After you upgrade apache to 2.2.14, there is a new module: mod_proxy_scgi, we can use "ProxyPass /RPC2/ scgi://127.0.0.1:5000/" in httpd.conf. It solves my nighmare to run rtGUI under FreeBSD with apache2. I can't get mod_scgi to work when virtual hosts enabled in my configuration.
    Hi, there is a easy way to use rtGUI with apache. After you upgrade apache to 2.2.14, there is a new module: mod_proxy_scgi, we can use "ProxyPass /RPC2/ scgi://127.0.0.1:5000/" in httpd.conf. It solves my nighmare to run rtGUI under FreeBSD with apache2. I can't get mod_scgi to work when virtual hosts enabled in my configuration.
  • Nov 24, 2009
    ubuntu_rtgui Wiki page commented on by micahrl   -   I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: scgi_port = 127.0.0.1:5000 and I have added the following lines to httpd.conf: {{{ LoadModule scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000 }}} However, when I restart apache, I get this in the error logs: {{{ [Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2 }}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{ me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504) }}}
    I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: scgi_port = 127.0.0.1:5000 and I have added the following lines to httpd.conf: {{{ LoadModule scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000 }}} However, when I restart apache, I get this in the error logs: {{{ [Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2 }}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{ me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504) }}}
  • Nov 24, 2009
    ubuntu_rtgui Wiki page commented on by micahrl   -   I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: scgi_port = 127.0.0.1:5000 and I have added the following lines to httpd.conf: {{{ LoadModule? scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000 }}} However, when I restart apache, I get this in the error logs: {{{ [Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2 }}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{ me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504) }}}
    I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: scgi_port = 127.0.0.1:5000 and I have added the following lines to httpd.conf: {{{ LoadModule? scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000 }}} However, when I restart apache, I get this in the error logs: {{{ [Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2 }}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{ me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504) }}}
  • Nov 24, 2009
    ubuntu_rtgui Wiki page commented on by micahrl   -   I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: {{{scgi_port = 127.0.0.1:5000}}} and I have added the following lines to httpd.conf: {{{LoadModule scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000}}} However, when I restart apache, I get this in the error logs: {{{[Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2}}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504)}}}
    I'm trying to make this work on FreeBSD. I have installed apache22, mod_scgi, xmlrpc-c-devel, and rtorrent-devel. rtorrent works on the CLI; I can add torrents to it, etc. I have added the following line to .rtorrent.rc: {{{scgi_port = 127.0.0.1:5000}}} and I have added the following lines to httpd.conf: {{{LoadModule scgi_module libexec/apache22/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000}}} However, when I restart apache, I get this in the error logs: {{{[Tue Nov 24 17:15:56 2009] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdoc/default/RPC2}}} (That message is repeated about once per minute.) I can try to use the xmlrpc command line binary to connect, but it gives me an error message. (Note: I can't tell if I'm missing something or what, but FreeBSD's port for xmlrpc-c-devel doesn't seem to install the xmlrpc binary anywhere. I'm calling it from the build directory in my example below.) {{{me@server> /usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/tools/xmlrpc/xmlrpc localhost system.listMethods Failed. Call failed. HTTP response code is 404, not 200. (XML-RPC fault code -504)}}}
  • Nov 24, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by nikdoof   -   Allowing Apache to do the serving maybe the quickest way (low overhead, no php executions) it will require you to open your rtorrent output folder in Apache. People may see this as too open, but I guess it depends on the usage. Personally, Apache serving the content directly would make more sense as it reduces the extra code required (content mime type is a prime example in this patch). You can always secure the downloads with the related Auth settings.
    Allowing Apache to do the serving maybe the quickest way (low overhead, no php executions) it will require you to open your rtorrent output folder in Apache. People may see this as too open, but I guess it depends on the usage. Personally, Apache serving the content directly would make more sense as it reduces the extra code required (content mime type is a prime example in this patch). You can always secure the downloads with the related Auth settings.
  • Nov 16, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by lemonberry   -   What I might add is functionality to provide a link to view the file if a config.php variable is set, so that it uses the Apache dirlist to serve the file. I've got nothing against anyone using this patch if they need it!
    What I might add is functionality to provide a link to view the file if a config.php variable is set, so that it uses the Apache dirlist to serve the file. I've got nothing against anyone using this patch if they need it!
  • Nov 14, 2009
    issue 101 (Sorting order) commented on by shezq23   -   I think this is what you are looking for lemonberry. taken from functions.php: http://pastebin.com/f101823b9
    I think this is what you are looking for lemonberry. taken from functions.php: http://pastebin.com/f101823b9
  • Nov 14, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by herrlado   -   Some contras against dirlist. 1. With view.php you can see if a file is complete or not 2. During browsing some audio files in view.php I consider to download a one. Then I must enter something like /rtgui/listing and seek for this file in a dirlist and then click on it. 3. No rtgui look & feel. 4. No additional settings for dirlist enabling. Anyway I use this patch at the moment and it is online, so everyone interessted can use it ;)
    Some contras against dirlist. 1. With view.php you can see if a file is complete or not 2. During browsing some audio files in view.php I consider to download a one. Then I must enter something like /rtgui/listing and seek for this file in a dirlist and then click on it. 3. No rtgui look & feel. 4. No additional settings for dirlist enabling. Anyway I use this patch at the moment and it is online, so everyone interessted can use it ;)
  • Nov 14, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by lemonberry   -   I thought it might be something like this - while I'm not totally against it, it's really replicating standard Apache functions - why not allow directory listings (as per the Google groups discussion)? I like to use the "KISS" principle (Keep It Simple), and this is goes against that principle. ..Unless many rtGui users would really find this functionallity useful...
    I thought it might be something like this - while I'm not totally against it, it's really replicating standard Apache functions - why not allow directory listings (as per the Google groups discussion)? I like to use the "KISS" principle (Keep It Simple), and this is goes against that principle. ..Unless many rtGui users would really find this functionallity useful...
  • Nov 13, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by herrlado   -   Here my first version. We can also add download capability in dirbrwoser.php
    Here my first version. We can also add download capability in dirbrwoser.php
  • Nov 13, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by herrlado   -   Here my first firsion. Consider support download for dirbrowser.php...
    Here my first firsion. Consider support download for dirbrowser.php...
  • Nov 10, 2009
    issue 101 (Sorting order) commented on by lemonberry   -   Although I like the neater code, it doesn't appear to fix the problem. For example: if I sort by 'Status' the torrents are listed in order of status, but the names are not alphabetical... I can't find an easy way to fix this - I need a multi-dimensional sort-on-two-keys function....
    Although I like the neater code, it doesn't appear to fix the problem. For example: if I sort by 'Status' the torrents are listed in order of status, but the names are not alphabetical... I can't find an easy way to fix this - I need a multi-dimensional sort-on-two-keys function....
  • Nov 10, 2009
    issue 102 (Download Option for conten files of a Torrent Download) commented on by lemonberry   -   This has been discussed in Google Groups (http://groups.google.com/group/rtgui/ browse_thread/thread/7f176f400ac1e3bf), but I'd like to see how you achive this functionality - please post your patch :)
    This has been discussed in Google Groups (http://groups.google.com/group/rtgui/ browse_thread/thread/7f176f400ac1e3bf), but I'd like to see how you achive this functionality - please post your patch :)
  • Nov 10, 2009
    issue 102 (Download Option for conten files of a Torrent Download) reported by herrlado   -   After clicking on a torrent entry, a "Files"-popup comes up. It would be great to make the Files downloadable in this list (Clik). If you wish, I can provide a patch for this feature.
    After clicking on a torrent entry, a "Files"-popup comes up. It would be great to make the Files downloadable in this list (Clik). If you wish, I can provide a patch for this feature.
  • Oct 31, 2009
    CompilingRtorrent Wiki page commented on by myndphunkie   -   ps: Awesome work, I got it working with no issues thanks to your guide. Thanks!
    ps: Awesome work, I got it working with no issues thanks to your guide. Thanks!
  • Oct 31, 2009
    CompilingRtorrent Wiki page commented on by myndphunkie   -   @Lemonberry, Just the links to the latest rtorrent file and libtorrent file :-)
    @Lemonberry, Just the links to the latest rtorrent file and libtorrent file :-)
  • Oct 30, 2009
    CompilingRtorrent Wiki page commented on by lemonberry   -   @myndphunkie: in what way does it need updating? Please be specific :)
    @myndphunkie: in what way does it need updating? Please be specific :)
  • Oct 30, 2009
    CompilingRtorrent Wiki page commented on by myndphunkie   -   This needs to be updated for rtorrent 0.8.5
    This needs to be updated for rtorrent 0.8.5
  • Oct 16, 2009
    issue 101 (Sorting order) commented on by gaddressee   -   Accidently I thought that disturbing you with this little thing is not good idea. So theres solution I suggest - http://www.everfall.com/paste/id.php?ewlctf7028z5. This also makes code more readable and modifiable.
    Accidently I thought that disturbing you with this little thing is not good idea. So theres solution I suggest - http://www.everfall.com/paste/id.php?ewlctf7028z5. This also makes code more readable and modifiable.
  • Oct 16, 2009
    issue 101 (Sorting order) reported by gaddressee   -   Sorting order changes even if you selecting different column. Not lethal ofc, but still not how its supposed to be, I presume. v0.2.7
    Sorting order changes even if you selecting different column. Not lethal ofc, but still not how its supposed to be, I presume. v0.2.7
  • Sep 30, 2009
    issue 97 (PATCH: New do_xmlrpc function based on curl) commented on by skarcha   -   @lemonberry: It doesn't break anything... rtGui works fine with this patch. But it's true, introduces a new dependency, but it's in order to provide more compatibility. No problem anyway... Thanks for your answer. ;)
    @lemonberry: It doesn't break anything... rtGui works fine with this patch. But it's true, introduces a new dependency, but it's in order to provide more compatibility. No problem anyway... Thanks for your answer. ;)
  • Sep 25, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by shezq23   -   well i run a low power intel atom box.. not much horsepower there, so it's very possible that there may be trashing. as to why i get empty response strings via xml rpc, i dunno. its unlikely that rtorrent itself is at fault. note that i run linux x86, lighttpd + php fastcgi and xml rpc through a local unix socket. everything's up to date.
    well i run a low power intel atom box.. not much horsepower there, so it's very possible that there may be trashing. as to why i get empty response strings via xml rpc, i dunno. its unlikely that rtorrent itself is at fault. note that i run linux x86, lighttpd + php fastcgi and xml rpc through a local unix socket. everything's up to date.
  • Sep 24, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by lemonberry   -   I've tested rtGui on rTorrent 0.8.5/0.12.5 and can't find any problems. Is your server bery 'busy' doing other things, to the extent it's being thrashed? I'm wondering if something is timing out somewhere..
    I've tested rtGui on rTorrent 0.8.5/0.12.5 and can't find any problems. Is your server bery 'busy' doing other things, to the extent it's being thrashed? I'm wondering if something is timing out somewhere..
  • Sep 22, 2009
    CompilingRtorrent Wiki page commented on by zbytovsky   -   Works great on Debian squeeze/sid. But I encourage also Ubuntu users to using `checkinstall` instead of `make install`. Its much easier to maintain your system then. I also had to `apt-get remove librtorrent-dev`. Thanks!
    Works great on Debian squeeze/sid. But I encourage also Ubuntu users to using `checkinstall` instead of `make install`. Its much easier to maintain your system then. I also had to `apt-get remove librtorrent-dev`. Thanks!
  • Sep 22, 2009
    issue 100 (php.ini settings (needed for default gentoo install etc.)) Status changed by lemonberry   -   Hi I don't wish to get personal email for this project, which is why I haven't and won't be including my details in any install guide, thanks. I prefer to use either this issue list for bugs, and the Google Group that has been set up for discussion. The default PHP "allow_url_fopen" setting is "on", and "allow_url_include" will not have any effect on rtGui, so I won't be making any changes to the code. I have added a comment on the Ubuntu_rtgui wiki page (which is the most complete how-to for rtGui) with your observations. I feel the message "Can't connect to rtorrent :(" that is 'spat out' is a valid and true message to display when the rtGui software cannot make a connection to rtorrent for whatever reason.
    Status: Invalid
    Hi I don't wish to get personal email for this project, which is why I haven't and won't be including my details in any install guide, thanks. I prefer to use either this issue list for bugs, and the Google Group that has been set up for discussion. The default PHP "allow_url_fopen" setting is "on", and "allow_url_include" will not have any effect on rtGui, so I won't be making any changes to the code. I have added a comment on the Ubuntu_rtgui wiki page (which is the most complete how-to for rtGui) with your observations. I feel the message "Can't connect to rtorrent :(" that is 'spat out' is a valid and true message to display when the rtGui software cannot make a connection to rtorrent for whatever reason.
    Status: Invalid
  • Sep 22, 2009
    ubuntu_rtgui Wiki page commented on by lemonberry   -   Note for Gentoo (and possibly other) users: You might find the default "allow_url_fopen" set to "off" in php.ini - this must be set to "on" for rtGui to function. (thanks robin [at] emagine [dot] se)
    Note for Gentoo (and possibly other) users: You might find the default "allow_url_fopen" set to "off" in php.ini - this must be set to "on" for rtGui to function. (thanks robin [at] emagine [dot] se)
  • Sep 21, 2009
    issue 100 (php.ini settings (needed for default gentoo install etc.)) reported by ro...@emagine.se   -   hi. i didn't see any other way to contact the author so he could put a little notice in the install guide or such, so i post my shit here. rtgui doesn't work very well if these parameters are not set (to on) in php.ini (/etc/php/cgi-php5/php.ini): allow_url_fopen = On allow_url_include = On in gentoo, these are both set to "Off" and perhaps in other distributions aswell. maybe a little notice in the installation document, or maybe a function to detect these settings and spit out an error message instead of just "can't connect to rtorrent :(", which is kind of untrue.
    hi. i didn't see any other way to contact the author so he could put a little notice in the install guide or such, so i post my shit here. rtgui doesn't work very well if these parameters are not set (to on) in php.ini (/etc/php/cgi-php5/php.ini): allow_url_fopen = On allow_url_include = On in gentoo, these are both set to "Off" and perhaps in other distributions aswell. maybe a little notice in the installation document, or maybe a function to detect these settings and spit out an error message instead of just "can't connect to rtorrent :(", which is kind of untrue.
  • Sep 19, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by shezq23   -   This may or may not be related, but I used to get undefined index not just in this cased. I tracked it down to the fact that XML-RPC was returning NULLs, but the code doesn't check for empty responses, it checks for faults in XML-RPC (via is_xml_fault). My workaround for this was a do..while loop around the do_xmlrpc calls in functions.php. so change: $response = do_xmlrpc($request); to: do { $response = do_xmlrpc($request); while (!is_array($response)); There is probably a more elegant way of doing this, but I could use my spare evenings otherwise :)
    This may or may not be related, but I used to get undefined index not just in this cased. I tracked it down to the fact that XML-RPC was returning NULLs, but the code doesn't check for empty responses, it checks for faults in XML-RPC (via is_xml_fault). My workaround for this was a do..while loop around the do_xmlrpc calls in functions.php. so change: $response = do_xmlrpc($request); to: do { $response = do_xmlrpc($request); while (!is_array($response)); There is probably a more elegant way of doing this, but I could use my spare evenings otherwise :)
  • Sep 18, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by ioannis.koutras   -   I just got the same notice once again, even though I was using 0.8.4/0.12.4 Is there any way to track this down?
    I just got the same notice once again, even though I was using 0.8.4/0.12.4 Is there any way to track this down?
  • Sep 16, 2009
    issue 98 (Cannot connect to rtorrent while using alternative XMLRPC li...) commented on by elsilaso   -   i'm using latest one 0.8.5 version of rtorrent
    i'm using latest one 0.8.5 version of rtorrent
  • Sep 15, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by ioannis.koutras   -   You might be right, I have downgraded to 0.8.4/0.12.4, deleted a couple of torrents and I did not get any notice. Despite that please do consider adapting rtGui to the newest version of rTorrent. Thanks! John
    You might be right, I have downgraded to 0.8.4/0.12.4, deleted a couple of torrents and I did not get any notice. Despite that please do consider adapting rtGui to the newest version of rTorrent. Thanks! John
  • Sep 14, 2009
    issue 97 (PATCH: New do_xmlrpc function based on curl) Status changed by lemonberry   -   Thanks for the patch, but as far as I can see it breaks functionality of standard rtGui and introduces a dependency on cURL, so I won't be including this in the next release.
    Status: WontFix
    Thanks for the patch, but as far as I can see it breaks functionality of standard rtGui and introduces a dependency on cURL, so I won't be including this in the next release.
    Status: WontFix
  • Sep 14, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) commented on by lemonberry   -   This could be due to newer version of rTorrent. If possible, can you try version 0.8.4/0.12.4 ? I will install newer version, and adapt rtGui if necessary in near future. (I just need a spare evening!) -Simon
    This could be due to newer version of rTorrent. If possible, can you try version 0.8.4/0.12.4 ? I will install newer version, and adapt rtGui if necessary in near future. (I just need a spare evening!) -Simon
  • Sep 14, 2009
    issue 99 (Notice: Undefined index: query in control.php on line 123) reported by ioannis.koutras   -   This is not a feature/support request forum - use http://groups.google.com/group/rtgui for discussion or help of rtGui. Please ONLY report bugs here. What steps will reproduce the problem? 1. Open up rtGui's main page 2. Click X to delete a torrent (so the URL of the command is like that: https://path/to/rtgui/control.php?hash=xxxxx&cmd=delete What is the expected output? What do you see instead? The expected output would be to return to the main page and the selected torrent to be removed. Instead of that I get a blank page with the following message: "Notice: Undefined index: query in control.php on line 123". However, when I manually return to the main page, the torrent is indeed deleted. What version of the product are you using? On what operating system? I am using rTorrent 0.8.5/0.12.5 with rtGui v0.2.7 on Linux x86. Apache 2.2.11 with mod_scgi 1.12 and PHP 5.2.10. Please provide any additional information below. rTorrent was built against xmlrpc-c 1.18.02.
    This is not a feature/support request forum - use http://groups.google.com/group/rtgui for discussion or help of rtGui. Please ONLY report bugs here. What steps will reproduce the problem? 1. Open up rtGui's main page 2. Click X to delete a torrent (so the URL of the command is like that: https://path/to/rtgui/control.php?hash=xxxxx&cmd=delete What is the expected output? What do you see instead? The expected output would be to return to the main page and the selected torrent to be removed. Instead of that I get a blank page with the following message: "Notice: Undefined index: query in control.php on line 123". However, when I manually return to the main page, the torrent is indeed deleted. What version of the product are you using? On what operating system? I am using rTorrent 0.8.5/0.12.5 with rtGui v0.2.7 on Linux x86. Apache 2.2.11 with mod_scgi 1.12 and PHP 5.2.10. Please provide any additional information below. rTorrent was built against xmlrpc-c 1.18.02.
  • Sep 12, 2009
    issue 98 (Cannot connect to rtorrent while using alternative XMLRPC li...) Status changed by lemonberry   -   Please use Google groups for support... Your problem could be related to version of lib-/rtorrent?
    Status: Invalid
    Please use Google groups for support... Your problem could be related to version of lib-/rtorrent?
    Status: Invalid
  • Sep 12, 2009
    issue 98 (Cannot connect to rtorrent while using alternative XMLRPC li...) reported by elsilaso   -   Hello I have a problem with rtgui. It doesn't want to work with XMLRPC alternative library. What i only see it's a 'Cannot connect to rtorrent', but funny thing, Download and upload speed displayed on a top-right is correct. So i guess there is something wrong. Could someone confirm this issue? Best regards
    Hello I have a problem with rtgui. It doesn't want to work with XMLRPC alternative library. What i only see it's a 'Cannot connect to rtorrent', but funny thing, Download and upload speed displayed on a top-right is correct. So i guess there is something wrong. Could someone confirm this issue? Best regards
  • Sep 05, 2009
    issue 97 (PATCH: New do_xmlrpc function based on curl) commented on by jmayoralas   -   I can confirm the issue. Applied the patch and now is working right. Thanks skarcha !!
    I can confirm the issue. Applied the patch and now is working right. Thanks skarcha !!
  • Sep 04, 2009
    issue 97 (PATCH: New do_xmlrpc function based on curl) reported by skarcha   -   Hi! Due to a bug[1] in "stream_context_create()" function, I was having problems using rtgui with Cherokee web server. I've coded a new "do_xmlrpc" function that do the job using curl, and it solves my problems. If you think that it could be helpful (I hope), the patch is attached. Thanks... ;) [1] http://69.147.83.196/bug.php?id=43222
    Hi! Due to a bug[1] in "stream_context_create()" function, I was having problems using rtgui with Cherokee web server. I've coded a new "do_xmlrpc" function that do the job using curl, and it solves my problems. If you think that it could be helpful (I hope), the patch is attached. Thanks... ;) [1] http://69.147.83.196/bug.php?id=43222
  • Aug 25, 2009
    ubuntu_rtgui Wiki page commented on by kim.callis   -   The only issue that I am having now is that fact that I can't seem to add a torrent via URL. Could just be the URL that I am trying to submit just do not submit correctly.
    The only issue that I am having now is that fact that I can't seem to add a torrent via URL. Could just be the URL that I am trying to submit just do not submit correctly.
  • Aug 24, 2009
    ubuntu_rtgui Wiki page commented on by dabergman   -   I can not get this working. I think I had everything pretty good but my error.log says = [Tue Aug 25 01:26:13 2009] [error] [client 127.0.0.1] File does not exist: /var/www/RPC2 rtorrent starts up, reporting 444 functions. I guess that is a good thing. But when I test it right in console I get this: # xmlrpc localhost get_upload_rate Error: no element found (-503) I have the line in .rtorrent.rc and the two lines in 000-default. Shouldn't be a problem there... Help appreciated, I am totally stuck. :)
    I can not get this working. I think I had everything pretty good but my error.log says = [Tue Aug 25 01:26:13 2009] [error] [client 127.0.0.1] File does not exist: /var/www/RPC2 rtorrent starts up, reporting 444 functions. I guess that is a good thing. But when I test it right in console I get this: # xmlrpc localhost get_upload_rate Error: no element found (-503) I have the line in .rtorrent.rc and the two lines in 000-default. Shouldn't be a problem there... Help appreciated, I am totally stuck. :)
  • Aug 18, 2009
    issue 96 (adding link from isohunt.com doesn't work) Status changed by lemonberry   -   I can download torrents fine from Isohunt either using the 'Add Torrent -> URL' option in rtGui, or downloading the torrent direct into my rtorrent watch directory. Tested in Opera and Firefox. If you need more help, please use Google Groups http://groups.google.com/group/rtgui Cheers
    Status: Invalid
    I can download torrents fine from Isohunt either using the 'Add Torrent -> URL' option in rtGui, or downloading the torrent direct into my rtorrent watch directory. Tested in Opera and Firefox. If you need more help, please use Google Groups http://groups.google.com/group/rtgui Cheers
    Status: Invalid
  • Aug 17, 2009
    issue 96 (adding link from isohunt.com doesn't work) reported by martincx   -   What steps will reproduce the problem? 1. copied a link to torrent from isohunt.com 2. entered into URL field in Add Torrent Problem is that isohunt.com doesn't serve files as it should. rTorrent can't load link from isohunt.com nor wget can. I made an ugly fix in control.php (attachment) this simply reads entire .torrent file and put it inside torrent-looking directory, which is looked on by schedule command in rTorrent.
    What steps will reproduce the problem? 1. copied a link to torrent from isohunt.com 2. entered into URL field in Add Torrent Problem is that isohunt.com doesn't serve files as it should. rTorrent can't load link from isohunt.com nor wget can. I made an ugly fix in control.php (attachment) this simply reads entire .torrent file and put it inside torrent-looking directory, which is looked on by schedule command in rTorrent.
  • Aug 14, 2009
    issue 95 ("Active" tab) commented on by th...@miranda.im   -   Oh, I'm sorry for requesting it here, just installed rtGui today ;) Thanks a lot for the tip! Best regards, Alex
    Oh, I'm sorry for requesting it here, just installed rtGui today ;) Thanks a lot for the tip! Best regards, Alex
  • Aug 14, 2009
    issue 94 (Thanks!) Status changed by lemonberry   -   Thanks for the compliments :) Mass-set priorities of files is something that will be worked on in future. Please use Google Groups for discussion.
    Status: Invalid
    Thanks for the compliments :) Mass-set priorities of files is something that will be worked on in future. Please use Google Groups for discussion.
    Status: Invalid
 
Hosted by Google Code