We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
リモートモードでRPAの接続先のリモートブラウザがないとき固まる ・タイムアウトを過ぎても処理が終了しない ・Ctrl+cが効かない Loginの__init__内で止まっている
majsoulrpa_remote_browserが起動していない状態で リモートモードのRPAを起動し、RPA.wait()を実行する
リモートモードでRPAの接続先のリモートブラウザがないときも ・タイムアウトを過ぎるとTimeoutErrorを投げる ・Ctrl+cを入力するとKeyboardinterruptを投げる
The text was updated successfully, but these errors were encountered:
macOSおよびLinuxで問題が発生するか調査する。 問題ない場合はZeroMQ起因の問題の可能性が高くなる。
Sorry, something went wrong.
Apricot-S
No branches or pull requests
概要
リモートモードでRPAの接続先のリモートブラウザがないとき固まる
・タイムアウトを過ぎても処理が終了しない
・Ctrl+cが効かない
Loginの__init__内で止まっている
再現手順
majsoulrpa_remote_browserが起動していない状態で
リモートモードのRPAを起動し、RPA.wait()を実行する
To Be
リモートモードでRPAの接続先のリモートブラウザがないときも
・タイムアウトを過ぎるとTimeoutErrorを投げる
・Ctrl+cを入力するとKeyboardinterruptを投げる
The text was updated successfully, but these errors were encountered: