[07:21:53] cool [07:22:15] im struggling to run the tests on #523 [07:22:51] its the coldstaking_spending one that fails in travis, but for me that one passes and coldstaking_fee fails with a timeout [07:23:04] on OSX [07:23:08] might try my Ubuntu VM [07:52:34] Craigs-MacBook-Pro-3:alex-core craigmacgregor$ ./qa/pull-tester/rpc-tests.py coldstaking_fee ................................................................................................................................................................................................................Traceback (most recent call last): File "./qa/pull-tester/rpc-tests.py", line 392, in runtests() File [07:52:34] "./qa/pull-tester/rpc-tests.py", line 255, in runtests (name, stdout, stderr, passed, duration) = job_queue.get_next() File "./qa/pull-tester/rpc-tests.py", line 316, in get_next (stdout, stderr) = proc.communicate(timeout=3) File "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 939, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File [07:52:35] "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1682, in _communicate self._check_timeout(endtime, orig_timeout) File "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 982, in _check_timeout raise TimeoutExpired(self.args, orig_timeout) subprocess.TimeoutExpired: Command [07:52:35] '['/Users/craigmacgregor/Projects/navcoin-core-project/alex-core/qa/rpc-tests/coldstaking_fee.py', '--srcdir=/Users/craigmacgregor/Projects/navcoin-core-project/alex-core/src', '--portseed=0']' timed out after 3 seconds [09:07:11] try killall -9 navcoind and repeat it [16:30:10] Hi! Has anyone tried the PR 469 in the windows platform? For me in linux it works, but in windows the curl function does not recover the data, then the prices do not update. I think I have found the cause and a solution, but before opening an issue, I would like to understand if it also happens to others or depends by software of my pc. [16:44:14] im not a win user so can't test it