You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever i run revup upload or revup upload --no-self-authored-only i get an RuntimeError. Though the code gets uploaded to github as a pr, the error seems to be just a warning
Expected behavior
No such warning to occur
To Reproduce
1.) Windows 11 ( Beta Insiders )
2.) Used the following code
Note : The Repo i am adding PR to is not mine, i am one of the contributors.
Logs
Terminal output from the command. If possible, rerun the command with revup -v to get more verbose logs.
(env) D:\Projects\musique>revup upload --no-self-authored-only
Branch main not found, falling back to "master". We recommend you set this in .revupconfig
W: Couldn't find an existing label named masterTopic: authy → origin/master self.close() File "c:\users\hp\.pyenv\pyenv-win\versions\3.8.10\lib\asyncio\proactor_events.py", line 108, in close self._loop.call_soon(self._call_connection_lost, None) File "c:\users\hp\.pyenv\pyenv-win\versions\3.8.10\lib\asyncio\base_events.py", line 719, in call_soon self._check_closed() File "c:\users\hp\.pyenv\pyenv-win\versions\3.8.10\lib\asyncio\base_events.py", line 508, in _check_closed raise RuntimeError('Event loop is closed')RuntimeError: Event loop is closed
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever i run
revup upload
orrevup upload --no-self-authored-only
i get an RuntimeError. Though the code gets uploaded to github as a pr, the error seems to be just a warningExpected behavior
No such warning to occur
To Reproduce
1.) Windows 11 ( Beta Insiders )
2.) Used the following code
Note : The Repo i am adding PR to is not mine, i am one of the contributors.
Logs
Terminal output from the command. If possible, rerun the command with
revup -v
to get more verbose logs.The text was updated successfully, but these errors were encountered: