online-judge-tools / oj

Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
MIT License
1.03k stars 92 forks source link

Improve the error handling for the cases which `oj submit` failed to open a browser #860

Open kmyk opened 3 years ago

kmyk commented 3 years ago

Summary / 概要

It seems that the error message is confusing and users may misunderstand that they failed to submit when they succeeded to submit but failed to open the pages on browsers.

Other notes / その他