amandris / arbitrage-trading-bot

Bot to automate trading orders between Bitcoin exchanges to make some profit.
MIT License
42 stars 34 forks source link

The balances are not loading. #8

Open rafamadaloz opened 4 years ago

rafamadaloz commented 4 years ago

I am using the Bitstamp and Kraken APIs, with the correct keys, but the balance is not loading. Just get reset.

Follows the images of the program running on my local server.

print1

print2

print3

amandris commented 4 years ago

Does clicking on the refresh balances button have any effect? Let me know if any value shows up or if there is any js error.

I have just tried it out with those same exchanges and it worked for me.

rafamadaloz commented 4 years ago

Clicking refresh just keeps loading forever, but never gives any results, nothing is displayed on the console.

print4

This print was taken after 30 seconds I clicked refresh

amandris commented 4 years ago

Please, check if you have the balance/funds permissions in your api settings page. These are the links:

https://www.bitstamp.net/account/security/api/

https://www.kraken.com/u/settings/api

rafamadaloz commented 4 years ago

I think everything is ok. This is my configuration

Screenshot_2019-11-04-13-43-28 Screenshot_2019-11-04-13-43-25

z13gcarb commented 4 years ago

Yes, those permissions seem to be ok. Do you get any error on the console output while running bin/console bot:trade?

starloungeswitzerland commented 4 years ago

I have the same error on click on refresh balances button On my console:

Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://localhost:8000/balances-from-exchanges
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://localhost:8000/difference
z13gcarb commented 4 years ago

@starlounge That error is from the js console. Is there any error on the Symfony log?

starloungeswitzerland commented 4 years ago

@z13gcarb in the Synfony log we have an error 500 for calls on:

Garcicasti commented 4 years ago

@rafaelmadaloz Try to run "composer install" again, when all the configuration files are already modified accordingly. I think this also happenned to me while installing it and it was because the installation didnt finish well at first

starloungeswitzerland commented 4 years ago

I have try to reinstall, make configuration and run again composer install, but after OK message for cache cleared I have this warning:

Class SbS\AdminLTEBundle\Composer\ScriptHandler is not autoloadable, can not call symfony-scripts script

Sascha321 commented 3 years ago

I have try to reinstall, make configuration and run again composer install, but after OK message for cache cleared I have this warning:

Class SbS\AdminLTEBundle\Composer\ScriptHandler is not autoloadable, can not call symfony-scripts script

Hello starloungeswitzerland Hast Du das Tool zum laufen bekommen?

Gruss Sascha