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
found the self.RemoteServicesCache first {} dict type,then bool type . Just add this code ,can enter into the local console.
def CheckForService(self, service): query_args = { "method":"system.listService", "session":self.SessionID, "params":None, "id":self.ID } log.info("Rservicecache: {}".format(self.RemoteServicesCache)) if self.RemoteServicesCache == False: // add here return False // add here if not len(self.RemoteServicesCache): self.RemoteServicesCache = self.SendCall(query_args) if self.RemoteServicesCache == False: return False if service == 'dump': return
see rroller/dahua#6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
found the self.RemoteServicesCache first {} dict type,then bool type .
Just add this code ,can enter into the local console.
see rroller/dahua#6
The text was updated successfully, but these errors were encountered: