Skip to content
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

Open
doged opened this issue May 7, 2015 · 16 comments
Open

Please verify syntax and try again. #40

doged opened this issue May 7, 2015 · 16 comments

Comments

@doged
Copy link
Contributor

doged commented May 7, 2015

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

http://pastebin.com/4Cq8BQCX

@doged
Copy link
Contributor Author

doged commented May 9, 2015

btw, everything else works..

@doged
Copy link
Contributor Author

doged commented May 19, 2015

+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
Copy link
Contributor Author

doged commented May 19, 2015

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

@doged
Copy link
Contributor Author

doged commented May 19, 2015

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
Copy link
Contributor Author

doged commented May 19, 2015

also a typo (givetipt instead of givetip)

@josephdyland
Copy link

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

@justinvforvendetta
Copy link

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

@justinvforvendetta
Copy link

ill upload my source code in a minute

@justinvforvendetta
Copy link

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
Copy link

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

@justinvforvendetta
Copy link

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

@justinvforvendetta
Copy link

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.

@josephdyland
Copy link

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

@justinvforvendetta
Copy link

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

@doged
Copy link
Contributor Author

doged commented Jul 25, 2015

@josephdyland any idea on why everything but withdraw works?

@josephdyland
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants