Giter VIP home page Giter VIP logo

Comments (6)

glassez avatar glassez commented on June 29, 2024

"Set Location" doesn't seem to do anything.

So it should provide some messages in log that can be helpful. (Damn, why is everyone ignoring to provide a log in the Issue report?)

from qbittorrent.

xavier2k6 avatar xavier2k6 commented on June 29, 2024

(Damn, why is everyone ignoring to provide a log in the Issue report?)

Downfall of not enforcing it as a requirement.

from qbittorrent.

LEOcab avatar LEOcab commented on June 29, 2024

"Set Location" doesn't seem to do anything.

So it should provide some messages in log that can be helpful. (Damn, why is everyone ignoring to provide a log in the Issue report?)

Ah! Logs. Right. Those exist. Apologies. I found it, though, and here's what it has to say about me trying to set location:

(N) 2024-05-22T16:21:30 - Enqueued torrent move. Torrent: "My Torrent". Source: "/home/user/Downloads/S:\". Destination: "/mnt/host-special" (N) 2024-05-22T16:21:30 - Start moving torrent. Torrent: "My Torrent". Destination: "/mnt/host-special" (W) 2024-05-22T16:21:33 - Failed to move torrent. Torrent: "My Torrent". Source: "/home/user/Downloads/S:\". Destination: "/mnt/host-special". Reason: "My Torrent.torrent storage move failed. mkdir (/home/user/Downloads/S:\/My Torrent.torrent\WORKSHOP/BAKSCRIPT/gl\urls): Invalid argument" (N) 2024-05-22T16:21:40 - Torrent resumed. Torrent: "My Torrent" (N) 2024-05-22T16:21:40 - Torrent paused. Torrent: "My Torrent"

For some reason it's trying to 'mkdir' in the old directory (/home/user/Downloads/S:) instead of the new one (/mnt/host-special/). Not that it should, considering all of the files are already downloaded...

Where are the paths located? What file? Is there any way to manually edit it with a hex editor or something? This seems like it'd be such a simple fix if I could just replace those damn paths myself

from qbittorrent.

glassez avatar glassez commented on June 29, 2024

I just tried to reproduce it and I can't do. Perhaps there are some other unaccounted-for aspects...

24.05.2024 12:40 - Failed to restore torrent. Files were probably moved or storage isn't accessible. Torrent: "bittorrent-v1-v2-hybrid-test". Reason: "bittorrent-v1-v2-hybrid-test fast resume rejected. file_stat(/home/glassez/devel/build-qBittorrent/debug/C:\Users\glassez\Devel\qbittorrent\profiles\qBittorrent_test4\downloads/bittorrent-v1-v2-hybrid-test/Darkroom (Stellar, 1994, Amiga ECS) HQ.mp4): mismatching file size"

24.05.2024 12:41 - Enqueued torrent move. Torrent: "bittorrent-v1-v2-hybrid-test". Source: "/home/glassez/devel/build-qBittorrent/debug/C:\Users\glassez\Devel\qbittorrent\profiles\qBittorrent_test4\downloads". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

24.05.2024 12:41 - Start moving torrent. Torrent: "bittorrent-v1-v2-hybrid-test". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

24.05.2024 12:41 - Moved torrent successfully. Torrent: "bittorrent-v1-v2-hybrid-test". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

from qbittorrent.

LEOcab avatar LEOcab commented on June 29, 2024

I just tried to reproduce it and I can't do. Perhaps there are some other unaccounted-for aspects...

24.05.2024 12:40 - Failed to restore torrent. Files were probably moved or storage isn't accessible. Torrent: "bittorrent-v1-v2-hybrid-test". Reason: "bittorrent-v1-v2-hybrid-test fast resume rejected. file_stat(/home/glassez/devel/build-qBittorrent/debug/C:\Users\glassez\Devel\qbittorrent\profiles\qBittorrent_test4\downloads/bittorrent-v1-v2-hybrid-test/Darkroom (Stellar, 1994, Amiga ECS) HQ.mp4): mismatching file size"

24.05.2024 12:41 - Enqueued torrent move. Torrent: "bittorrent-v1-v2-hybrid-test". Source: "/home/glassez/devel/build-qBittorrent/debug/C:\Users\glassez\Devel\qbittorrent\profiles\qBittorrent_test4\downloads". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

24.05.2024 12:41 - Start moving torrent. Torrent: "bittorrent-v1-v2-hybrid-test". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

24.05.2024 12:41 - Moved torrent successfully. Torrent: "bittorrent-v1-v2-hybrid-test". Destination: "/home/glassez/devel/qBittorrent-profile/qBittorrent/downloads"

It wouldn't have been that easy to "reproduce". This is a 10+ year old data folder with dozens of torrents that's been through numerous versions of qBittorrent. God knows what the fuck is wrong with it. If this hasn't happened to anybody else before then I'm just SOL unless somebody who actually knows how the code works wants to walk me through it.

from qbittorrent.

glassez avatar glassez commented on June 29, 2024

unless somebody who actually knows how the code works wants to walk me through it.

It's not clear what you want to get out of this. You even ignore to specify the detailed information about your qBittorrent, which is required for a correct Issue, and which is easily accessible through the "Help > About" menu. Note that qBittorrent can use different libtorrent branches (1.2 or 2.0) that can have different behavior.

It wouldn't have been that easy to "reproduce". This is a 10+ year old data folder with dozens of torrents that's been through numerous versions of qBittorrent.

Isn't it reproducible for any of your torrents that you're trying to move to Linux?

from qbittorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.