thoeve / ptnotifications

41 stars 2 forks source link

ERROR GetOrders - Invalid response from http://localhost:8081 #30

Closed UWillC closed 6 years ago

UWillC commented 6 years ago

Cannot get rid of this... API keys are correct in application.properties and settings.properties, I had telegram bot configured in application.properties as well as in settings.properties, but still get these messages... any ideas ?

cupid-stunt commented 6 years ago

I had the same issue, when I changed localhost to the actual IP it cleared for me. Also check for whitespace around your keys if you pasted them in and make sure your random API key is the same as your bot.

UWillC commented 6 years ago

I checked both API keys and they are the same, I changed also localhost to the specific IP and the output was the same... but even if I am getting this ERROR I am receiving notifications on Telegram, but I am missing some. Can it be the issue that I configured the same bot in ProfitTrailer application.properties and in settings.properties ?

thoeve commented 6 years ago

Make sure there is no empty space behind any of your tokens or addresses.

UWillC commented 6 years ago

Checked all these fields, still no changes... other suggestions?

thoeve commented 6 years ago

There are 4 main reasons for this error:

  1. PT not running
  2. Address wrong
  3. server.api_token and instance_api_token not matching
  4. Spaces behind any token or address.

If according to you this is all correct please join the ProfitTrailer Discord for further support.

UWillC commented 6 years ago

Will try then... thanks ??

UWillC commented 6 years ago

After update to 1.0.2 ERROR messages are not shownig, thanks.