-
Notifications
You must be signed in to change notification settings - Fork 143
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
Please verify syntax and try again. #40
Comments
btw, everything else works.. |
+history, +withdraw, +info, and +register all work, just wont tip, keeps msg'ing a syntax error.. i've attempted almost every variation of tipping i could think of. all i can think is that it maybe the regex somewhere.. |
here is a more updated log of whats happening.. really, everything works but tipping. its so strange. |
well, i fixed the traceback py errors, there was a %s missing in line 1099 of ctb_action.py but tip is still saying im not giving it the right syntax.. any ideas? |
also a typo (givetipt instead of givetip) |
I am having this same error, Did you ever fix this? +history, +withdraw, +info, and +register all work, just wont tip I edited the typo givetipt and changed to givetip. The bot messages me back with; |
yeah i cant get withdraw to work now, but tipping works just fine. |
ill upload my source code in a minute |
hey @josephdyland got an email address? i planned on going over this tonight to fix it, and get it up and running so i can take it off my to do list.. |
ok i think the issue i had with tipping was in ctb_action, sendtoaddr needed to be sendtoaddress |
it occurs twice, lines 656, and 662. let me know if that helps your tip issue. |
oh i meant to ask, whats the best way to get this to run in the background without screen? normally with nodejs id use forever, but im not sure how to daemonize this, so to speak. |
@justinvforvendetta , I ended up resolving my issues for now, I had many .. I now have all features of the bot working, I am running it in the background with command . nohup sh _start.sh & |
awesome! was the issue i listed above part of it? what was preventing tip? i cant figure out why i can tip but cant withdraw now, i started off with the opposite issue lol |
@josephdyland any idea on why everything but withdraw works? |
Is your coin symbol more then 3 letters? My install is for a coin with 5 letters. When I set it up in coin.yml I had defined it as a 3 letter coin and the only thing that works for withdraws is using that same 3 letter symbol. eg If coin.yml looks like dog: The Withdraw command would look like this. +withdraw ADDRESS AMOUNT DOG |
after i attempt to tip, it sends me a msg with a syntax issue.. ive pasted the debug..
http://pastebin.com/4Cq8BQCX
The text was updated successfully, but these errors were encountered: