Closed GoogleCodeExporter closed 8 years ago
Regarding your first issue: It looks like you have a disconnected session
without a username. This could be the services session (session 0) or another
system session that it wouldn't make sense to log off. Try skipping sessions
like that in your script, or catch and discard the exception that is thrown.
Regarding your second issue: That error ("The RPC server is unavailable") is
the one you would expect when trying to connect to a server that is down. You'd
need to catch and handle that exception.
Original comment by danports
on 28 Dec 2012 at 2:37
Original issue reported on code.google.com by
flau...@gmail.com
on 18 Dec 2012 at 9:03