Skip to content
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

Can't connect to qBittorrent #592

Closed
dasbootbee opened this issue Sep 5, 2022 Discussed in #589 · 34 comments
Closed

Can't connect to qBittorrent #592

dasbootbee opened this issue Sep 5, 2022 Discussed in #589 · 34 comments

Comments

@dasbootbee
Copy link

Discussed in #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 dasbootbee changed the title Can't connect to qBittorrent-nox 4.4.4 Can't connect to qBittorrent Sep 5, 2022
@mouzzampk2014
Copy link

Everyone having this issue

@dasbootbee
Copy link
Author

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.

@mouzzampk2014
Copy link

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

@GuyKh
Copy link

GuyKh commented Sep 6, 2022

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)

@xXx-st4cktr4c3-xXx
Copy link

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

qbittorrent/qBittorrent@10d75e2
qbittorrent/qBittorrent@d6c9270

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

Thank you!

@GH0STREAP3R
Copy link

GH0STREAP3R commented Sep 16, 2022

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

@Nedlinin
Copy link

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.

@mrhotio
Copy link

mrhotio commented Sep 25, 2022

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

@runaroundhome
Copy link

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)

@Hecsall
Copy link

Hecsall commented Oct 15, 2022

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

@GH0STREAP3R
Copy link

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

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

@sammcj
Copy link

sammcj commented Dec 16, 2022

Any update on a release @jesec ?

@Jarsky
Copy link

Jarsky commented Dec 24, 2022

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.

@GGG-KILLER
Copy link

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.

@Jarsky
Copy link

Jarsky commented Dec 24, 2022

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

@S-n-d
Copy link

S-n-d commented Jan 10, 2023

@jesec pretty please?

@lazerleif
Copy link

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 😄

@spyhuntergenral
Copy link

i'm guessing this project is abandoned? @jesec

@GH0STREAP3R
Copy link

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 :\

@Jarsky
Copy link

Jarsky commented Apr 1, 2023

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 😄

@GH0STREAP3R
Copy link

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.

@hausner
Copy link

hausner commented May 3, 2023

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?

@brezinajn
Copy link
Contributor

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

@Arelav
Copy link

Arelav commented May 16, 2023

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

@jeffbyrnes
Copy link

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.

@hausner
Copy link

hausner commented Nov 7, 2023

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

ShadyF added a commit to ShadyF/k8s-homelab that referenced this issue Dec 30, 2023
@Swazib0y
Copy link

Swazib0y commented Apr 7, 2024

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

@Jarsky
Copy link

Jarsky commented Apr 10, 2024

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.

@Monoboy4ik
Copy link

Monoboy4ik commented Apr 25, 2024

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

@cgobat
Copy link

cgobat commented Apr 25, 2024

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

@trim21
Copy link
Collaborator

trim21 commented Apr 25, 2024

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

I'm not familiar with this issue, is this already fixed in master branch?

@cgobat
Copy link

cgobat commented Apr 25, 2024

Yeah, the fix has been on master since September 2022

@trim21
Copy link
Collaborator

trim21 commented Apr 25, 2024

OK, I'll prepare a release these days

@trim21 trim21 closed this as completed Apr 25, 2024
@trim21
Copy link
Collaborator

trim21 commented Apr 25, 2024

please install latest flood 4.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests