Saturnix
Saturnix
This is the error I get: Traceback (most recent call last): File "node/tornadoloop.py", line 6, in from zmq.eventloop import ioloop, zmqstream ImportError: No module named zmq.eventloop /darkmarket-master/run.sh: line 12: [:...
Hi! I understand this program is incompatible with Windows: I tried running it and it gave me an error related to qpdf. So I installed qpdf but now it says...
I'm aware there is a way to update data of a dygraphs graph by providing a new data file. ```javascript g.updateOptions( { 'file': new_data } ); ``` However, I'm using...
``` opportunities = Opportunity.objects.filter(amount__gt=0, is_won=True) P_opportunities = opportunities.filter(opportunitylineitem__product2__pk="myid123123") noP_opportunities = opportunities.exclude(opportunitylineitem__product2__pk="myid123123") ``` `noP_opportunities` will always raise error. For example: `noP_opportunities.count()` gives: ``` File "C:\Users\XXX\PycharmProjects\SalesForceConsole\venv\lib\site-packages\salesforce\dbapi\driver.py", line 325, in raise_errors raise SalesforceError([err_msg],...
(Thanks for making this awesome piece of software!) I have a little problem: I run my media server on Windows, but I'm behind NAT. I also have a Linux VPS,...
sudo make /vanitygen-master/Makefile make: Nothing to be done for `/vanitygen-master/Makefile'. or sudo /vanitygen-master/Makefile /vanitygen-master/Makefile: line 1: -lcrypto: command not found /vanitygen-master/Makefile: line 2: -O3: command not found /vanitygen-master/Makefile: line 3:...
Manages most important blockchain.info error messages, which are not in JSON format but normal strings. More error messages might be needed: unfortunately, I've failed in finding any place where they're...
`BitcoinPublicKey("wrong")` result: `ValueError: Public key is not in proper format` `BitcoinPrivateKey("wrong")` result: `AssertionError` --- **Explanation**: Unless there are some reasons why this has been implemented this way, I believe `BitcoinPrivateKey`...
get_unspents("19SbDasdasdNEkwRqnBAv7Ewumy7XcCau9Wp4BH9") Expected behavior: result: [ ] Actual behavior: result: Exception('Invalid response from blockchain.info.') Reson: blockchain.info returns non-JSON response "No free outputs to spend" if the address is valid but with...
Running into this error when I try sbt assembly. ``` [info] Resolving com.github.katjahahn#portex;1.0.beta1.1 ... [warn] module not found: com.github.katjahahn#portex;1.0.beta1.1 [warn] ==== local: tried [warn] C:\Users\User\.ivy2\local\com.github.katjahahn\portex\1.0.beta1.1\ivys\ivy.xml [warn] ==== local-preloaded-ivy: tried [warn]...