-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not reading KEY AND SECRET #7
Comments
Could you post what code you're trying to run? It doesn't seem to be an issue the API keys text file. Are you running the |
Im running the same example you gave us in the front
Bittrex.java------ keys.txt------------
|
Hi,
Have you gotten the chance to view the code i posted on github? Have you ran the project lately with successful build?
I appreciate you helping me.
Sent from Blue<http://www.bluemail.me/r?b=11870>
On Jan 29, 2018, at 8:23 AM, Giorgio Momigliano <[email protected]<mailto:[email protected]>> wrote:
Could you post what code you're trying to run? It doesn't seem to be an issue the API keys text file. Are you running the setAuthKeysFromTextFile() method? For a keys.txt file in the source folder (and in the same package), run setAuthKeysFromTextFile("keys.txt") on the wrapper.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQC69Rjws3ZgB9twKyG6N7eEvbyxAmJHks5tPcZmgaJpZM4Rv_3N>.
|
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
The text was updated successfully, but these errors were encountered: