altcointip icon indicating copy to clipboard operation
altcointip copied to clipboard

Please verify syntax and try again.

Open doged opened this issue 9 years ago • 16 comments

after i attempt to tip, it sends me a msg with a syntax issue.. ive pasted the debug..

http://pastebin.com/4Cq8BQCX

doged avatar May 07 '15 18:05 doged

btw, everything else works..

doged avatar May 09 '15 00:05 doged

+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..

doged avatar May 19 '15 20:05 doged

here is a more updated log of whats happening.. really, everything works but tipping. its so strange. http://pastebin.com/iN5rhuA2

doged avatar May 19 '15 21:05 doged

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?

doged avatar May 19 '15 23:05 doged

also a typo (givetipt instead of givetip)

doged avatar May 19 '15 23:05 doged

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; Please verify syntax and try again

josephdyland avatar Jul 12 '15 05:07 josephdyland

yeah i cant get withdraw to work now, but tipping works just fine.

justinvforvendetta avatar Jul 12 '15 16:07 justinvforvendetta

ill upload my source code in a minute

justinvforvendetta avatar Jul 12 '15 16:07 justinvforvendetta

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..

justinvforvendetta avatar Jul 13 '15 20:07 justinvforvendetta

ok i think the issue i had with tipping was in ctb_action, sendtoaddr needed to be sendtoaddress

justinvforvendetta avatar Jul 13 '15 20:07 justinvforvendetta

it occurs twice, lines 656, and 662. let me know if that helps your tip issue.

justinvforvendetta avatar Jul 13 '15 20:07 justinvforvendetta

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 avatar Jul 13 '15 21:07 justinvforvendetta

@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 &

josephdyland avatar Jul 14 '15 00:07 josephdyland

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

justinvforvendetta avatar Jul 14 '15 00:07 justinvforvendetta

@josephdyland any idea on why everything but withdraw works?

doged avatar Jul 25 '15 21:07 doged

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: enabled: true unit: dog name: Dogecoin Dark

The Withdraw command would look like this.

+withdraw ADDRESS AMOUNT DOG

josephdyland avatar Jul 27 '15 14:07 josephdyland