EdLipson5117

Results 5 issues of EdLipson5117

I'm using logging in my programs. When testing in vscode's powershell terminal, the solarization is not reset between ic() output and logging output. Playing around after searching for answers, I...

Is there a way to access the Rules used with a device? I've been searching and not finding any methods which access rules or properties of devices where rules are...

I am reading a BLOB column. I can't seem to fetch the data. Searched all over, no luck in finding an answer. I get a java.io stream, how do I...

When I run this on Windows, the first connection works. All the others fail. `p8_dbs_connect_urls = [['d','jdbc:db2://HOST:PO00/DDDB:user=USER5m;password={0:s};sslConnection=false;'], ['d','jdbc:db2://HOST:PO02/DDDB:user=USER5m;password={0:s};sslConnection=false;'], ['d','jdbc:db2://HOST:PO00/DUDB:user=USER5m;password={0:s};sslConnection=false;'], ['p','jdbc:db2://l2p7.bnymellon.net:3600/DPDB:user=USER5m;password={0:s};sslConnection=false;']] jardb2 = [os.path.join(os.path.split(os.path.realpath(__file__))[0],"db2jcc4.jar"), os.path.join(os.path.split(os.path.realpath(__file__))[0],"db2jcc_license_cu.jar")] drvdb2 = "com.ibm.db2.jcc.DB2Driver" conn = []...

The context manager I'm using for write: with sopen(self.fitbitjsonfn, mode='wt', delete_failures=True) as jfile: jdump(self.fitbitjson, jfile) Error: FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\edlip\\Documents\\code\\vsc_ws\\fitbit_charge\\src\\main\\resources\\base\\json\\tmpcwbtnzjz' ->...