-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
How can I correct this trace back call #1
Comments
I have the same error. How to solve? |
It isn't working at all... Can anyone help. |
@Ben-maxwel could you please provide your |
help with trace back Traceback (most recent call last): |
During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I thought I had it running there for a second, it paused as if it were doing something, then it threw the below error.... NOTE: take out the 'https...' ('') so its just https... The rest should theoretically work, as I am running Bitcoind locally, however, @localhost: was a different and larger set of errors, hence the removal of the single quotation marks. How should I attempt to resolve the below? The .py I run with args from cmd line is as follows: During handling of the above exception, another exception occurred: Traceback (most recent call last): Thanks so much and appreciate you posting this! If it works I will send you a dev fee via btc if yiu send me your btc address to zapolator@gmail.com Suggested much needed improvements for next revision. Perhaps if we split off from rpc-url the username and pw such that you add two additional args: --rpc-url=https://xxx:xxx@127.0.0.1:8332 and possibly a change from --fee=0.03 to --paytxfee=0.03 (I believe paytaxfee is correct cmd(?)... Last, if you can setup a simple flag like we do in C++ as a #Define where its 0 or 1, such that 0 meaning use args via argsparse module, otherwise default to using Bitcoin.conf which would look something along these lines:
and as a suggestion, since we have the daemon, why not automate the Python script and setup the TXID and corresponding wallet address of the transaction being modified to send to new address...I am a C++ dev and not much of a Python dev but it should be fairly simple for any Python dev I would imagine to execute the following in real-time in code/script: a) Query blockchain for all unconfirmed transactions and if needed store to an xml or csv file and/or write into memory. Voile! - That is the kind of software that we need brother turn it on and let it go on auto... /Zap |
File "C:\Users\user\upmyfee\upmyfee.py", line 148, in How to solved? |
Traceback (most recent call last):
File "./upmyfee.py", line 147, in
upmyfee = UpMyFee(service_url, UNLOCK_TIMEOUT)
File "./upmyfee.py", line 14, in init
self.api = AuthServiceProxy(service_url=service_url, verify=False)
File "/data/data/com.termux/files/home/upmyfee/authproxy.py", line 53, in init
schema, username, password, hostport = re.search(r'^(.)://(.):(.)@(.)$', service_url).groups()
AttributeError: 'NoneType' object has no attribute 'groups'
$
The text was updated successfully, but these errors were encountered: