Run Flood and torrent client on different platforms #195
Replies: 6 comments 8 replies
-
This is not a supported case. README very clearly notes that you have to run Flood and torrent client on the same machine. |
Beta Was this translation helpful? Give feedback.
-
ok but everything works this is the only issue, |
Beta Was this translation helpful? Give feedback.
-
Flood needs the same filesystem context, which is not achievable when Flood is not on the same platform as torrent client. You may get a minimally working web UI but many features DO break. |
Beta Was this translation helpful? Give feedback.
-
i understand that but none the less why do even need to add / in the path if it does not have one? why not add it before the user adds the torrent. actually can you message what features break in flood? |
Beta Was this translation helpful? Give feedback.
-
Because that’s how Unix path works. This is the expected behavior of path expansion function when executed on a Linux machine. It simply can’t go other way. Otherwise, things can break for people who do have a correct setup. Some features that break:
|
Beta Was this translation helpful? Give feedback.
-
Type: Bug Report
Your Environment
git --no-pager log -1
:Possible Solution
Remove the path correction code, Improve the path correction to recognize a windows path "A:/", Make path correction code Toggleable by the user.
Steps to Reproduce
Beta Was this translation helpful? Give feedback.
All reactions