flood icon indicating copy to clipboard operation
flood copied to clipboard

Can't connect to qBittorrent

Open dasbootbee opened this issue 3 years ago • 26 comments

Discussed in https://github.com/jesec/flood/discussions/589

Originally posted by Izumiko August 27, 2022 flood works fine with qbittorrent-nox 4.4.3.1, but when I upgraded to the latest version 4.4.4, it reports "Cannot connect to the client". Has anyone ever had the same problem?

dasbootbee avatar Sep 05 '22 18:09 dasbootbee

Everyone having this issue

mouzzampk2014 avatar Sep 05 '22 18:09 mouzzampk2014

I did a search for qBittorrent in open issues and didn't find anything. Sorry if I made a dupe. For anyone having the issue, using qBittorrent 4.4.3 (or pulling an image with that tag) allows Flood to function again.

dasbootbee avatar Sep 05 '22 18:09 dasbootbee

Yes you are right 4.4.3 works fine. I think there are some API changes in newer version broke the flood connectivity.

I don't think its dupe so might be good idea to leave this open

mouzzampk2014 avatar Sep 05 '22 19:09 mouzzampk2014

Seeing the following in hte logs:

Error
    at t.default.updateAuthCookie (/usr/local/lib/node_modules/@jesec/flood/dist/index.js:3:1072292)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

GuyKh avatar Sep 06 '22 15:09 GuyKh

@jesec looks like 4.4.4 changed enforcement for HTTP methods, mainly to POST.

https://github.com/qbittorrent/qBittorrent/pull/17548/commits/10d75e299c97166c2352a0cf78dbf1e65854b7d5 https://github.com/qbittorrent/qBittorrent/commit/d6c92704a107f669ba51475c9af4578b7377be5d

Can this be quickly updated since switching to POST for those methods shouldn't cause any issues with previous versions.

Thank you!

xXx-st4cktr4c3-xXx avatar Sep 06 '22 17:09 xXx-st4cktr4c3-xXx

Any ETA when this will be fixed when using the latest qbittorrent version?

GH0STREAP3R avatar Sep 16 '22 01:09 GH0STREAP3R

Any ETA when this will be fixed when using the latest qbittorrent version?

This should be fixed on master. Need @jesec to cut a new release for most automated builders to build new images.

Nedlinin avatar Sep 19 '22 18:09 Nedlinin

@jesec Could you make us a new release? Pretty please...

mrhotio avatar Sep 25 '22 08:09 mrhotio

For docker users you can use image: jesec/flood:master in docker compose to pull the latest changes. (which do work with qbt v4.4.5, just tested it)

runaroundhome avatar Oct 02 '22 05:10 runaroundhome

For npm users, I managed to get everything working by installing the master branch version following the instructions found on the npm page

Installation ...

Or use @jesec/flood for cutting-edge builds.

A quick npm install @jesec/flood, and everything is working again. Hope this helps

Hecsall avatar Oct 15 '22 15:10 Hecsall

@jesec Could you make us a new release? Pretty please...

@jesec Any chance you could fulfill this request sometime soon please :)

GH0STREAP3R avatar Dec 08 '22 06:12 GH0STREAP3R

Any update on a release @jesec ?

sammcj avatar Dec 16 '22 10:12 sammcj

Any update on a release @jesec ?

Since we havent seen any progress on this, i've compiled the binaries and put them here: https://github.com/Jarsky/flood-releases/releases/tag/v4.7.0b

Just copy the flood-linux-x64 into your qflood docker container, rename it to flood, and change permissions. e.g

docker stop qflood
wget https://github.com/Jarsky/flood-releases/releases/download/v4.7.0b/flood-linux-x64
chmod 777 flood-linux-x64
docker cp ~/flood-linux-x64 qflood:app/flood
docker start qflood

It should then work.

Jarsky avatar Dec 24 '22 00:12 Jarsky

Any update on a release @jesec ?

Since we havent seen any progress on this, i've compiled the binaries and put them here: https://github.com/Jarsky/flood-releases/releases/tag/v4.7.0b

Just copy the flood-linux-x64 into your qflood docker container, rename it to flood, and change permissions. e.g

docker stop qflood
wget https://github.com/Jarsky/flood-releases/releases/download/v4.7.0b/flood-linux-x64
chmod 777 flood-linux-x64
docker cp ~/flood-linux-x64 qflood/app/flood
docker start qflood

It should then work.

For this the docker image jesec/flood:master can be used. And for npm, @jesec/flood can be used as well.

GGG-KILLER avatar Dec 24 '22 01:12 GGG-KILLER

Any update on a release @jesec ?

Since we havent seen any progress on this, i've compiled the binaries and put them here: https://github.com/Jarsky/flood-releases/releases/tag/v4.7.0b Just copy the flood-linux-x64 into your qflood docker container, rename it to flood, and change permissions. e.g

docker stop qflood
wget https://github.com/Jarsky/flood-releases/releases/download/v4.7.0b/flood-linux-x64
chmod 777 flood-linux-x64
docker cp ~/flood-linux-x64 qflood/app/flood
docker start qflood

It should then work.

For this the docker image jesec/flood:master can be used. And for npm, @jesec/flood can be used as well.

Yeah hes using qflood docker though, which uses the latest release (@jesec/flood/releases/latest). It combines qBittorrent & Flood into a single container. I was just providing one already compiled if he wants the binary

Jarsky avatar Dec 24 '22 05:12 Jarsky

@jesec pretty please?

S-n-d avatar Jan 10 '23 21:01 S-n-d

Any update on a release @jesec ?

Since we havent seen any progress on this, i've compiled the binaries and put them here: https://github.com/Jarsky/flood-releases/releases/tag/v4.7.0b

Just copy the flood-linux-x64 into your qflood docker container, rename it to flood, and change permissions. e.g

docker stop qflood
wget https://github.com/Jarsky/flood-releases/releases/download/v4.7.0b/flood-linux-x64
chmod 777 flood-linux-x64
docker cp ~/flood-linux-x64 qflood:app/flood
docker start qflood

It should then work.

Thank you so much! This works for me. Has tried for two hours to get my qflood working without success, until now 😄

lazerleif avatar Feb 01 '23 02:02 lazerleif

i'm guessing this project is abandoned? @jesec

spyhunter493 avatar Mar 31 '23 00:03 spyhunter493

i'm guessing this project is abandoned? @jesec

Sure would be nice to see him cut a new release, its been just about 7 months since it stopped working :\

GH0STREAP3R avatar Mar 31 '23 01:03 GH0STREAP3R

i'm guessing this project is abandoned? @jesec

Sure would be nice to see him cut a new release, its been just about 7 months since it stopped working :\

I already compiled the fixed binaries, which you can get from the link below compiled back in December.....

Any update on a release @jesec ?

Since we havent seen any progress on this, i've compiled the binaries and put them here: https://github.com/Jarsky/flood-releases/releases/tag/v4.7.0b Just copy the flood-linux-x64 into your qflood docker container, rename it to flood, and change permissions. e.g

docker stop qflood
wget https://github.com/Jarsky/flood-releases/releases/download/v4.7.0b/flood-linux-x64
chmod 777 flood-linux-x64
docker cp ~/flood-linux-x64 qflood:app/flood
docker start qflood

It should then work.

Thank you so much! This works for me. Has tried for two hours to get my qflood working without success, until now 😄

Jarsky avatar Apr 01 '23 01:04 Jarsky

I already compiled the fixed binaries, which you can get from the link below compiled back in December.....

I seen and appreciate that, but it would be nice for him to cut a new updated release for people that use qflood images from other people like mrhotio without having to do your fix in case something messes up in the future.

GH0STREAP3R avatar Apr 05 '23 21:04 GH0STREAP3R

ed binaries, which you can get from the link below compiled back in December.....

A

Managed to get up to latest release because of this fix - thanks.

Cant believe the project is abandoned. This is the best UI i have seen so far for qbittorrent. Anyone know of any other active mobile UI friendly projects?

hausner avatar May 03 '23 13:05 hausner

ed binaries, which you can get from the link below compiled back in December.....

A

Managed to get up to latest release because of this fix - thanks.

Cant believe the project is abandoned. This is the best UI i have seen so far for qbittorrent. Anyone know of any other active mobile UI friendly projects?

vueTorrent

brezinajn avatar May 03 '23 20:05 brezinajn

I guess it's time to stay on ghcr.io/hotio/qflood:release-8c5d56f if using docker-compose until I'll decide to move into another webUI

Arelav avatar May 16 '23 15:05 Arelav

For docker users you can use image: jesec/flood:master in docker compose to pull the latest changes. (which do work with qbt v4.4.5, just tested it)

For anyone coming here nowadays like I just did, this is the fix if you’re running Flood using the jesec/flood image.

jeffbyrnes avatar Nov 07 '23 17:11 jeffbyrnes

i can recommend switching to Vuetorrent by WDaan (if thats allowed).

hausner avatar Nov 07 '23 18:11 hausner

Wondering if anyone can recommend a fix for a non docker install? I have installed via the PPA on ubuntu. Tnx

Swazib0y avatar Apr 07 '24 22:04 Swazib0y

Wondering if anyone can recommend a fix for a non docker install? I have installed via the PPA on ubuntu. Tnx

Refer my comment above for a link to the fixed binaries. You can just overwrite the binary with the appropriate one (linux x64) Its typically it will be in /etc/bin or /usr/bin.

Jarsky avatar Apr 10 '24 18:04 Jarsky

another trouble... cant add torrent via flood (qbit 4.6.4) i can see in docker logs 2024-04-25T11:12:29.884007530Z POST /api/torrents/add-files 403 6.231 ms - 47 , maybe api has changed

Monoboy4ik avatar Apr 25 '24 11:04 Monoboy4ik

@trim21, are you able to cut releases? It seems like @jesec has abandoned this project...

cgobat avatar Apr 25 '24 17:04 cgobat