Post
Topic
Board Project Development
Re: Bitcointalk Account price estimator
by
The Legendary
on 27/08/2017, 13:22:33 UTC
Succesfully I ran the project offline:

OP, I was getting this error but at the end it counted my posts:

Code:
Queue has 1 requests
Processing request e38j5sa2
Added request e38j5sa2 to queue.
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(Unknown Source)
        at java.util.ArrayList.get(Unknown Source)
        at com.achow101.bctalkaccountpricer.server.AccountPricer.checkForTrust(AccountPricer.java:636)
        at com.achow101.bctalkaccountpricer.server.AccountPricer.getAccountData(AccountPricer.java:155)
        at com.achow101.bctalkaccountpricer.server.ProcessPricing.run(ProcessPricing.java:53)