What version are you running?
RBTools 3.1.2 (Python 3.8.14)
Perforce Rev. P4/NTX64/2022.2/2369846What steps will reproduce the problem?
- Create changelist in perforce
- Add atached file to changelist
- rbt post --diff-only -o 1234
What is the expected output? What do you see instead?
Expected:
Generating diff for pending changeset 1234
Review request #718 posted.http://xxx/r/718/
http://xxx/r/718/diff/Instead:
Generating diff for pending changeset 1234
CRITICAL: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respondWhat operating system are you using?
Windows 11
Attach the debug out from the command.
see rbt_ticket_debug.txt
Please provide any additional information below.
This exact combination of spaces, enters and text is causing the bug.
Puting the braces in next line helps.
Removing spaces from begining of methods also helps.