Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
https://flood.js.org
GNU General Public License v3.0
1.81k stars 173 forks source link

rtorrent crashes after starting Flood #264

Closed LufyCZ closed 7 years ago

LufyCZ commented 7 years ago

I succesfully setup Flood, I got into the web-interface (login screen, and loading screen), but nothing after that. I was getting a /api/stats 500 error, so I disabled rtorrent sock in config.js. It looks like I made a step forward, but rtorrent crashes right after loading Flood. I put alot of time into setting up Flood (maybe 5 hours of time), and I would like to get it to end. Thanks

rtorrent output - http://pastebin.com/t46Khm7m flood output - http://pastebin.com/0NxJr77j

LufyCZ commented 7 years ago

BananaCoke: No, it doesnt work. I dont have a problem reinstalling the OS, bcs its not my main machine, and its ment just and only for torrenting. And if that doesnt work, then what should I do ?

BananaCoke commented 7 years ago

Your box seems pretty borked atm, dunno what happened there. Anyways, if you are really set on reinstalling your seedbox's OS I would look into installing one of the following: FreeBSD (it's pretty performant, that's what the big goys at Netflix use) GNU/Debian LTS (if treated nicely it's a really nice OS to run) GNU/CentOS (aka RH for the poor)

Never fear, I is here.

TETYYS commented 7 years ago

please don't reinstall your OS because you discovered potential bug in libxmlrpc

LufyCZ commented 7 years ago

TETYYS: Yea ur right, but I would really like to get it running :-/

TETYYS commented 7 years ago

it's likely that same thing will happen again after reinstall, please run rtorrent in valgrind with your compiled libxmlrpc

albino commented 7 years ago

Let's try and get to the bottom of this. Can you post a screenshot of export not working?

On 14 February 2017 18:38:34 GMT+00:00, Lukyczk notifications@github.com wrote:

TETYYS: Yea ur right, but I would really like to get it running :-/

LufyCZ commented 7 years ago

Gimme a sec

LufyCZ commented 7 years ago

Oh, I see, I used "sudo", so it didnt work, it works without "sudo", im sorry

TETYYS commented 7 years ago

ughhhhhh

LufyCZ commented 7 years ago

I really didnt know that was going to happen

LufyCZ commented 7 years ago

Pastebin/AC9yRcs5

albino commented 7 years ago

Whatever, you know now. Try running rtorrent with our new xmlrpc then?

On 14 February 2017 18:57:50 GMT+00:00, Lukyczk notifications@github.com wrote:

I really didnt know that was going to happen

LufyCZ commented 7 years ago

Pastebin/AC9yRcs5

TETYYS commented 7 years ago

you're still using /usr/lib/i386-linux-gnu/libxmlrpc.so.3.33

LufyCZ commented 7 years ago

And wheres the new one located ?

albino commented 7 years ago

Wherever you installed it, probably /usr/local

On 14 February 2017 19:24:45 GMT+00:00, Lukyczk notifications@github.com wrote:

And wheres the new one located ?

TETYYS commented 7 years ago

and if you didn't install it, it should be in the source folder somewhere

LufyCZ commented 7 years ago

When I try to install rtorrent with debugging enabled (CFLAGS="-g --with-xmlrpc-c" ./configure" I get: rtorrent: XMLRPC not supported

LufyCZ commented 7 years ago

When I try to install rtorrent with debugging enabled (CFLAGS="-g --with-xmlrpc-c" ./configure" I get: rtorrent: XMLRPC not supported

LufyCZ commented 7 years ago

Dumb close issue button

TETYYS commented 7 years ago

CFLAGS="-g" ./configure --with-xmlrpc-c ?

LufyCZ commented 7 years ago

Flood started working ! Yay ! Idk why it was happening, but with the newer version of xmlrpc it works (i was using the superstable one before)

TETYYS commented 7 years ago

uhh... it would be very useful to find out which xmlrpc request would crash it, but whatever.

Solution: Update libxmlrpc

LufyCZ commented 7 years ago

It looks like its fixed in the newer versions, so I think they already knew bout it and fixed it

ShambaBanikIT commented 7 years ago

Well done everyone.

I am the true vine, and My Father is the keeper of the vineyard.

jfurrow commented 7 years ago

🎉

albino commented 7 years ago

@Lukyczk no, if they knew about the bug they would backport the fix to the superstable version.