Pages:
Author

Topic: 【 BOT 】 C.A.T. Cryptsy Automatic Trader 1 [email protected] (Old Topic Beta1-Beta3V8) - page 83. (Read 151159 times)

legendary
Activity: 2632
Merit: 1040
If there's a new time limit form each call i can change the retry time in the Code.....
but i hope john/vern are able to resolve the issue without needed to change my code.
maybe this can be added to user settings and hopefully we can find retry time big enough to avoid DDoS alarm, or, while the problem exists, add functionality to detect it and maybe offer the captcha to be filled so CAT can continue normally then.

How is CAT friendly with unexpected delays and crashes (network outages or unexpected crashes) when market conditions change significantly (like add two orders, crash, open CAT again and find out that one of the order has been fulfilled), so that the algorithm can continue and not start from beginning ignoring orders from previous run?


With error, adsl line down, etc is very strong.
But when you restart CAT he's not able to restart from previous situation.
member
Activity: 85
Merit: 10
If there's a new time limit form each call i can change the retry time in the Code.....
but i hope john/vern are able to resolve the issue without needed to change my code.
maybe this can be added to user settings and hopefully we can find retry time big enough to avoid DDoS alarm, or, while the problem exists, add functionality to detect it and maybe offer the captcha to be filled so CAT can continue normally then.

How is CAT friendly with unexpected delays and crashes (network outages or unexpected crashes) when market conditions change significantly (like add two orders, crash, open CAT again and find out that one of the order has been fulfilled), so that the algorithm can continue and not start from beginning ignoring orders from previous run?
legendary
Activity: 2632
Merit: 1040
If there's a new time limit form each call i can change the retry time in the Code.....
but i hope john/vern are able to resolve the issue without needed to change my code.
member
Activity: 90
Merit: 10
My tickets still waiting:

Being Processed since last 2 hrs 53 mins
legendary
Activity: 2632
Merit: 1040
legendary
Activity: 2632
Merit: 1040
previous version will take the same error?

Previous and Current Version are equals under this part of algorithm.
member
Activity: 90
Merit: 10
Ticket with Cryptsy is now open, lets see if we can get some idea whats going on.

Ticket No: #7055 CAT and Cryptsy

Is there a public url for watching ticket status?

Not that i can find
hero member
Activity: 595
Merit: 500
non può fare dump per sempre
legendary
Activity: 952
Merit: 1000
previous version will take the same error?
member
Activity: 103
Merit: 10
Ticket with Cryptsy is now open, lets see if we can get some idea whats going on.

Ticket No: #7055 CAT and Cryptsy

Is there a public url for watching ticket status?
legendary
Activity: 2632
Merit: 1040
This is a problem, not only for CAT, but for each person who use Cryptsy API, they must guaranteed that Capsula doesn't think that this is a DDOS Attack.
member
Activity: 90
Merit: 10
Ticket with Cryptsy is now open, lets see if we can get some idea whats going on.

Ticket No: #7055 CAT and Cryptsy
legendary
Activity: 2632
Merit: 1040
I suggest to open a ticket to Cryptsy.  Undecided
member
Activity: 80
Merit: 10
I think we have all the same problems  Undecided
And this time is not CAT and is not Cryptsy......is Capsula  Undecided
Don't know what to do......we must write to Cryptsy......

Any idea when this problem will get resolved?
legendary
Activity: 2632
Merit: 1040
I think we have all the same problems  Undecided
And this time is not CAT and is not Cryptsy......is Capsula  Undecided
Don't know what to do......we must write to Cryptsy......
member
Activity: 68
Merit: 10

CAT V5 has Frozen after about 17hrs of use was getting a current balance at the time of using.


same here
legendary
Activity: 2632
Merit: 1040
Hum.....this is bad, very very bad......  Embarrassed Embarrassed
It is never happens before.
Let's check if is only a temporary problems or we must contatc John/Vern
member
Activity: 90
Merit: 10
Hey Sampey,

CAT V5 has Frozen after about 17hrs of use was getting a current balance at the time of using.

Opened Task manager and killed it but know it wont reconnect to Cryptsy, Freezes when you hit enter.
Tried an earlier version and a computer restart, same result.

The error i get is:
http://pastebin.com/wPv1T7Te

EDIT: Same error as user above.



member
Activity: 103
Merit: 10
My "Console Error" log is spammed by messages like
Code:
2013-11-25 12:48:47 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:47 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:47 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:47 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:48 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:50 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:48:59 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:49:00 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:49:00 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -
2013-11-25 12:49:00 - Call Retry Json Exception A JSONObject text must begin with '{' at 1 [character 2 line 1] -

If i access an url like https://cryptsy.com/_Incapsula_Resource?CWUDNSAI=23&incident_id=184000690000000248-233690613696431195&edet=12&cinfo=b27aeb33957e4d0508000000 page asks for captcha. It seems that my CAT is banned by DDOS protection.

Can someone suggest what i can do.

PS: I run only one CAT instance and trade in 15 markets.
member
Activity: 68
Merit: 10
java.lang.NullPointerException
   at cryptsy.APIFrontEnd.CryptsyFE.getMyTrades(CryptsyFE.java:59)
   at cryptsy.singleMarketLookup.PP.SingleMarketBrain.updateMyTrades(SingleMarketBrain.java:88)
   at cryptsy.singleMarketLookup.PP.PPAlgo.lookup(PPAlgo.java:81)
   at cryptsy.singleMarketLookup.PP.PPAlgo$1.run(PPAlgo.java:325)
   at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
   at cryptsy.APIFrontEnd.CryptsyFE.getMyTrades(CryptsyFE.java:59)
   at cryptsy.singleMarketLookup.PP.SingleMarketBrain.updateMyTrades(SingleMarketBrain.java:88)
   at cryptsy.singleMarketLookup.PP.PPAlgo.lookup(PPAlgo.java:81)
   at cryptsy.singleMarketLookup.PP.PPAlgo$1.run(PPAlgo.java:325)
   at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
   at cryptsy.APIFrontEnd.CryptsyFE.getMyTrades(CryptsyFE.java:59)
   at cryptsy.singleMarketLookup.PP.SingleMarketBrain.updateMyTrades(SingleMarketBrain.java:88)
   at cryptsy.singleMarketLookup.PP.PPAlgo.lookup(PPAlgo.java:81)
   at cryptsy.singleMarketLookup.PP.PPAlgo$1.run(PPAlgo.java:325)
   at java.lang.Thread.run(Unknown Source)
Pages:
Jump to: