Closed ScottMichaud closed 2 years ago
Sometimes, when Mega fails to connect, the logout in the finally statement will cause an unknown error to be caught. Wrap the logout statement with a check that you actually are logged in. (Whoops...)
Should be fixed in 2.9.0.
Sometimes, when Mega fails to connect, the logout in the finally statement will cause an unknown error to be caught. Wrap the logout statement with a check that you actually are logged in. (Whoops...)