First time running #54

Closed
opened 2019-03-30 05:03:58 -07:00 by sanitariu · 12 comments
sanitariu commented 2019-03-30 05:03:58 -07:00 (Migrated from github.com)

Anyone knows what could be the reason for the following when i start the bot:

arbitrader_1 | 2019-03-30 12:02:06.009 WARN 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tradingService': Invocation of init method failed; nested exception is org.knowm.xchange.exceptions.ExchangeException: java.net.UnknownHostException: api.kraken.com
arbitrader_1 | 2019-03-30 12:02:06.032 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed
arbitrader_1 |

I filled correct my kraken keys.

Anyone knows what could be the reason for the following when i start the bot: ------------------ arbitrader_1 | 2019-03-30 12:02:06.009 WARN 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tradingService': Invocation of init method failed; nested exception is org.knowm.xchange.exceptions.ExchangeException: java.net.UnknownHostException: api.kraken.com arbitrader_1 | 2019-03-30 12:02:06.032 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed arbitrader_1 | ------------------- I filled correct my kraken keys.
scionaltera commented 2019-03-30 16:20:19 -07:00 (Migrated from github.com)

That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct.

Try going to https://api.kraken.com in your browser or with something like curl and see if that works.

That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct. Try going to https://api.kraken.com in your browser or with something like curl and see if that works.
sanitariu commented 2019-03-31 00:52:34 -07:00 (Migrated from github.com)

Thank you ! This fixed my problem.

Thank you ! This fixed my problem.
sanitariu commented 2019-04-01 02:54:43 -07:00 (Migrated from github.com)

Hello,
There are new kraken fees.
I think you should update the project.
Thanks for your efforts !

Regards,
Todor

On 31 Mar 2019, at 1:20, Peter Keeler notifications@github.com wrote:

That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct.

Try going to https://api.kraken.com https://api.kraken.com/ in your browser or with something like curl and see if that works.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478297856, or mute the thread https://github.com/notifications/unsubscribe-auth/AKoOdNVVlIzboCOeG6qwO2Gqp5ckBfmAks5vb_E0gaJpZM4cTtDJ.

Hello, There are new kraken fees. I think you should update the project. Thanks for your efforts ! Regards, Todor > On 31 Mar 2019, at 1:20, Peter Keeler <notifications@github.com> wrote: > > That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct. > > Try going to https://api.kraken.com <https://api.kraken.com/> in your browser or with something like curl and see if that works. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub <https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478297856>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKoOdNVVlIzboCOeG6qwO2Gqp5ckBfmAks5vb_E0gaJpZM4cTtDJ>. >
sanitariu commented 2019-04-01 03:02:47 -07:00 (Migrated from github.com)

Hello,
I meant liquid/quone not kraken sorry.

Regards,
Todor

On 31 Mar 2019, at 1:20, Peter Keeler notifications@github.com wrote:

That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct.

Try going to https://api.kraken.com https://api.kraken.com/ in your browser or with something like curl and see if that works.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478297856, or mute the thread https://github.com/notifications/unsubscribe-auth/AKoOdNVVlIzboCOeG6qwO2Gqp5ckBfmAks5vb_E0gaJpZM4cTtDJ.

Hello, I meant liquid/quone not kraken sorry. Regards, Todor > On 31 Mar 2019, at 1:20, Peter Keeler <notifications@github.com> wrote: > > That means your computer can’t look up api.kraken.com due to a DNS error. That is the same address I am using for Kraken so I think your configuration is probably correct. > > Try going to https://api.kraken.com <https://api.kraken.com/> in your browser or with something like curl and see if that works. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub <https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478297856>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKoOdNVVlIzboCOeG6qwO2Gqp5ckBfmAks5vb_E0gaJpZM4cTtDJ>. >
scionaltera commented 2019-04-01 21:45:29 -07:00 (Migrated from github.com)

XChange does not yet support querying Liquid/Quoine for trading fees dynamically so it will fall back to what you have configured in your application.yaml. It looks like the correct setting would be 0.001 now instead of 0.002.

XChange does not yet support querying Liquid/Quoine for trading fees dynamically so it will fall back to what you have configured in your `application.yaml`. It looks like the correct setting would be `0.001` now instead of `0.002`.
scionaltera commented 2019-04-01 21:55:26 -07:00 (Migrated from github.com)

Updated application.example.yaml with the new fee in #55 .

Updated `application.example.yaml` with the new fee in #55 .
sanitariu commented 2019-04-02 01:04:37 -07:00 (Migrated from github.com)

Hello,
Thank you.
Now i see other crash:

arbitrader_1 | 2019-04-02 07:54:43.826 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : ***** ENTRY *****
arbitrader_1 | 2019-04-02 07:54:45.797 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Updated account balances: Quoine $66.56 + Kraken $46.16 = $112.72
arbitrader_1 | 2019-04-02 07:54:45.947 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Entry spread: 0.01119732
arbitrader_1 | 2019-04-02 07:54:46.097 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Exit spread target: -0.00100268
arbitrader_1 | 2019-04-02 07:54:46.244 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Long entry: Quoine XRP/USD 30.42750647 @ 0.32865 (0.00000 slip) = $10.0000000013655
arbitrader_1 | 2019-04-02 07:54:46.395 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Short entry: Kraken XRP/USD 30.09057262 @ 0.33234000 (-0.00001000 slip) = $10.0003009045308000
arbitrader_1 | 2019-04-02 07:54:46.912 ERROR 1 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task.
arbitrader_1 |
arbitrader_1 | org.knowm.xchange.exceptions.ExchangeException: {"message":"Please go to our Trading site (dashboard_url) to review Terms, Conditions and Trading Rules before continuing."}
arbitrader_1 | at org.knowm.xchange.quoine.service.QuoineBaseService.handleHttpError(QuoineBaseService.java:51)

Seems like i must confirm something but i can not find anything to confirm.
Also i think that bot is placing long order at liquid.
Do you have more information about this bug ?

If you prefer i can create an issue at your webpage ?

Regards,
Todor

On 2 Apr 2019, at 7:55, Peter Keeler notifications@github.com wrote:

Updated application.example.yaml with the new fee in #55 https://github.com/scionaltera/arbitrader/pull/55 .


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478844197, or mute the thread https://github.com/notifications/unsubscribe-auth/AKoOdFOv-h1hGgmY4nA7YcyZJHuZ2iZwks5vcuK_gaJpZM4cTtDJ.

Hello, Thank you. Now i see other crash: arbitrader_1 | 2019-04-02 07:54:43.826 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : ***** ENTRY ***** arbitrader_1 | 2019-04-02 07:54:45.797 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Updated account balances: Quoine $66.56 + Kraken $46.16 = $112.72 arbitrader_1 | 2019-04-02 07:54:45.947 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Entry spread: 0.01119732 arbitrader_1 | 2019-04-02 07:54:46.097 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Exit spread target: -0.00100268 arbitrader_1 | 2019-04-02 07:54:46.244 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Long entry: Quoine XRP/USD 30.42750647 @ 0.32865 (0.00000 slip) = $10.0000000013655 arbitrader_1 | 2019-04-02 07:54:46.395 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Short entry: Kraken XRP/USD 30.09057262 @ 0.33234000 (-0.00001000 slip) = $10.0003009045308000 arbitrader_1 | 2019-04-02 07:54:46.912 ERROR 1 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task. arbitrader_1 | arbitrader_1 | org.knowm.xchange.exceptions.ExchangeException: {"message":"Please go to our Trading site (dashboard_url) to review Terms, Conditions and Trading Rules before continuing."} arbitrader_1 | at org.knowm.xchange.quoine.service.QuoineBaseService.handleHttpError(QuoineBaseService.java:51) Seems like i must confirm something but i can not find anything to confirm. Also i think that bot is placing long order at liquid. Do you have more information about this bug ? If you prefer i can create an issue at your webpage ? Regards, Todor > On 2 Apr 2019, at 7:55, Peter Keeler <notifications@github.com> wrote: > > Updated application.example.yaml with the new fee in #55 <https://github.com/scionaltera/arbitrader/pull/55> . > > — > You are receiving this because you modified the open/close state. > Reply to this email directly, view it on GitHub <https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478844197>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKoOdFOv-h1hGgmY4nA7YcyZJHuZ2iZwks5vcuK_gaJpZM4cTtDJ>. >
sanitariu commented 2019-04-02 01:52:58 -07:00 (Migrated from github.com)

https://app.liquid.com/update-terms https://app.liquid.com/update-terms

This fixed the problem i think.
Sorry for the spam…..

Regards,
Todor

On 2 Apr 2019, at 11:04, Todor Neshev sani@gorna.net wrote:

Hello,
Thank you.
Now i see other crash:

arbitrader_1 | 2019-04-02 07:54:43.826 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : ***** ENTRY *****
arbitrader_1 | 2019-04-02 07:54:45.797 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Updated account balances: Quoine $66.56 + Kraken $46.16 = $112.72
arbitrader_1 | 2019-04-02 07:54:45.947 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Entry spread: 0.01119732
arbitrader_1 | 2019-04-02 07:54:46.097 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Exit spread target: -0.00100268
arbitrader_1 | 2019-04-02 07:54:46.244 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Long entry: Quoine XRP/USD 30.42750647 @ 0.32865 (0.00000 slip) = $10.0000000013655
arbitrader_1 | 2019-04-02 07:54:46.395 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Short entry: Kraken XRP/USD 30.09057262 @ 0.33234000 (-0.00001000 slip) = $10.0003009045308000
arbitrader_1 | 2019-04-02 07:54:46.912 ERROR 1 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task.
arbitrader_1 |
arbitrader_1 | org.knowm.xchange.exceptions.ExchangeException: {"message":"Please go to our Trading site (dashboard_url) to review Terms, Conditions and Trading Rules before continuing."}
arbitrader_1 | at org.knowm.xchange.quoine.service.QuoineBaseService.handleHttpError(QuoineBaseService.java:51)

Seems like i must confirm something but i can not find anything to confirm.
Also i think that bot is placing long order at liquid.
Do you have more information about this bug ?

If you prefer i can create an issue at your webpage ?

Regards,
Todor

On 2 Apr 2019, at 7:55, Peter Keeler <notifications@github.com mailto:notifications@github.com> wrote:

Updated application.example.yaml with the new fee in #55 https://github.com/scionaltera/arbitrader/pull/55 .


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478844197, or mute the thread https://github.com/notifications/unsubscribe-auth/AKoOdFOv-h1hGgmY4nA7YcyZJHuZ2iZwks5vcuK_gaJpZM4cTtDJ.

https://app.liquid.com/update-terms <https://app.liquid.com/update-terms> This fixed the problem i think. Sorry for the spam….. Regards, Todor > On 2 Apr 2019, at 11:04, Todor Neshev <sani@gorna.net> wrote: > > Hello, > Thank you. > Now i see other crash: > > arbitrader_1 | 2019-04-02 07:54:43.826 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : ***** ENTRY ***** > arbitrader_1 | 2019-04-02 07:54:45.797 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Updated account balances: Quoine $66.56 + Kraken $46.16 = $112.72 > arbitrader_1 | 2019-04-02 07:54:45.947 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Entry spread: 0.01119732 > arbitrader_1 | 2019-04-02 07:54:46.097 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Exit spread target: -0.00100268 > arbitrader_1 | 2019-04-02 07:54:46.244 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Long entry: Quoine XRP/USD 30.42750647 @ 0.32865 (0.00000 slip) = $10.0000000013655 > arbitrader_1 | 2019-04-02 07:54:46.395 INFO 1 --- [ scheduling-1] c.r.arbitrader.service.TradingService : Short entry: Kraken XRP/USD 30.09057262 @ 0.33234000 (-0.00001000 slip) = $10.0003009045308000 > arbitrader_1 | 2019-04-02 07:54:46.912 ERROR 1 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task. > arbitrader_1 | > arbitrader_1 | org.knowm.xchange.exceptions.ExchangeException: {"message":"Please go to our Trading site (dashboard_url) to review Terms, Conditions and Trading Rules before continuing."} > arbitrader_1 | at org.knowm.xchange.quoine.service.QuoineBaseService.handleHttpError(QuoineBaseService.java:51) > > > Seems like i must confirm something but i can not find anything to confirm. > Also i think that bot is placing long order at liquid. > Do you have more information about this bug ? > > If you prefer i can create an issue at your webpage ? > > Regards, > Todor > > > > >> On 2 Apr 2019, at 7:55, Peter Keeler <notifications@github.com <mailto:notifications@github.com>> wrote: >> >> Updated application.example.yaml with the new fee in #55 <https://github.com/scionaltera/arbitrader/pull/55> . >> >> — >> You are receiving this because you modified the open/close state. >> Reply to this email directly, view it on GitHub <https://github.com/scionaltera/arbitrader/issues/54#issuecomment-478844197>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKoOdFOv-h1hGgmY4nA7YcyZJHuZ2iZwks5vcuK_gaJpZM4cTtDJ>. >> >
sanitariu commented 2019-04-08 00:26:43 -07:00 (Migrated from github.com)

Hello,
I’ve updated to latest git version.
I had crash.
Attaching screen.log file.

Regards,
Todor Neshev

Hello, I’ve updated to latest git version. I had crash. Attaching screen.log file. Regards, Todor Neshev
scionaltera commented 2019-04-08 07:18:11 -07:00 (Migrated from github.com)

Attaching screen.log file.

I don't see the attachment anywhere?

> Attaching screen.log file. I don't see the attachment anywhere?
sanitariu commented 2019-04-08 12:14:42 -07:00 (Migrated from github.com)

Hello,
I’ve updated to latest git version.
I had crash.
Attaching screen.log file.

screen.log

Hello, I’ve updated to latest git version. I had crash. Attaching screen.log file. [screen.log](https://github.com/scionaltera/arbitrader/files/3055913/screen.log)
scionaltera commented 2019-04-08 16:14:35 -07:00 (Migrated from github.com)

That is a bug that I'm working on in my current pull request #59 . I am hoping to be able to merge it tonight.

That is a bug that I'm working on in my current pull request #59 . I am hoping to be able to merge it tonight.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
scion/arbitrader#54
No description provided.