I have been trying to fix this for the last couple of days can you please help. So I'm trying to compile this program to see if it works. I added the key.txt file in the same folder as the source and then i added " - --
- apikey: "Key"
- secret: "secret"
(With the actual keys in there) But i keep getting this error i
Exception in thread "main" java.lang.NullPointerException
at com.example.bigboy.bittrexProfit.EncryptionUtility.calculateHash(EncryptionUtility.java:27)
at com.example.bigboy.bittrexProfit.Bittrex.getResponseBody(Bittrex.java:345)
at com.example.bigboy.bittrexProfit.Bittrex.getJson(Bittrex.java:263)
at com.example.bigboy.bittrexProfit.Bittrex.getMarketSummary(Bittrex.java:87)
at com.example.bigboy.bittrexProfit.MainActivity.main(MainActivity.java:17)
Can someone please help me
I have been trying to fix this for the last couple of days can you please help. So I'm trying to compile this program to see if it works. I added the key.txt file in the same folder as the source and then i added " - --
(With the actual keys in there) But i keep getting this error i
Exception in thread "main" java.lang.NullPointerException
at com.example.bigboy.bittrexProfit.EncryptionUtility.calculateHash(EncryptionUtility.java:27)
at com.example.bigboy.bittrexProfit.Bittrex.getResponseBody(Bittrex.java:345)
at com.example.bigboy.bittrexProfit.Bittrex.getJson(Bittrex.java:263)
at com.example.bigboy.bittrexProfit.Bittrex.getMarketSummary(Bittrex.java:87)
at com.example.bigboy.bittrexProfit.MainActivity.main(MainActivity.java:17)
Can someone please help me