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
In eb4b780, a log statement was added to log the reason behind a vnc.create_connection() failure when the reason is not empty (a failure occurs), which would cause an exception. Later in 5df9698, an attempt was made to correct the name as status, but an conversion pattern (i.e., %s) was still missing in the log message. As a result, an exception would still occur when the reason is not empty.
Bug
In eb4b780, a log statement was added to log the
reason
behind avnc.create_connection()
failure when thereason
is not empty (a failure occurs), which would cause an exception. Later in 5df9698, an attempt was made to correct the name asstatus
, but an conversion pattern (i.e.,%s
) was still missing in the log message. As a result, an exception would still occur when the reason is not empty.iCtrl version
5df9698
Environment
Windows
Reproduction steps
Observed in file https://github.com/junhaoliao/iCtrl/blob/main/application/routes/vnc.py#L107
The text was updated successfully, but these errors were encountered: