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

[Console] Fix 'move' command hanging when done #447

Closed
wants to merge 4 commits into from

Conversation

mhertz
Copy link
Contributor

@mhertz mhertz commented Mar 29, 2024

Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now.

@mhertz mhertz force-pushed the console-move branch 2 times, most recently from e99f334 to bb08949 Compare April 2, 2024 12:57
@mhertz mhertz force-pushed the console-move branch 2 times, most recently from e1352ac to e533c5c Compare August 29, 2024 19:22
@mhertz mhertz changed the title [Console] Fix move command stalling [Console] Fix 'move' command hanging when done Aug 29, 2024
@mhertz mhertz force-pushed the console-move branch 4 times, most recently from 1913169 to 3924972 Compare September 2, 2024 18:14
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message.
@mhertz mhertz closed this Sep 10, 2024
@cas--
Copy link
Member

cas-- commented Sep 10, 2024

You don't need to close this if you made a mistake, make the changes to your branch and force push it

@mhertz mhertz reopened this Sep 10, 2024
@mhertz
Copy link
Contributor Author

mhertz commented Sep 10, 2024

Appreciate you Cas. I used my phone for this, never done before, and got confused, sorry. I thought to try revert branch back and make change again, so single commit for you to merge, but as you kindly said can just change/force-push, then did that. I would have amend'ed the last commit, but that was the "sync fork" commit I pressed on phone(thought would be same as rebase in cli), after accepting review, so hence made new commit. Sorry about that. I will look into the linting error later, and change if can. Thanks!

Edit: Done.

Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now.

Co-authored-by: Calum Lind <[email protected]>
@cas-- cas-- closed this in 40d4f7e Sep 10, 2024
@mhertz mhertz deleted the console-move branch September 10, 2024 18:08
doadin pushed a commit to doadin/deluge that referenced this pull request Sep 21, 2024
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message.

Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now.

Co-authored-by: Calum Lind <[email protected]>
Closes: deluge-torrent#447
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

Successfully merging this pull request may close these issues.

2 participants