-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I have been unable to connect to Algorithmia after many different attempts. I even created a new key with full access. The call below throws the exception below.
final AlgorithmiaClient client = Algorithmia.client("MY_KEY");
Exception in thread "main" java.lang.NoSuchFieldError: DEFAULT
at org.apache.http.impl.nio.client.HttpAsyncClientBuilder.build(HttpAsyncClientBuilder.java:666)
at com.algorithmia.client.HttpClient.(HttpClient.java:79)
at com.algorithmia.AlgorithmiaClient.(AlgorithmiaClient.java:19)
at com.algorithmia.Algorithmia.client(Algorithmia.java:49)
at com.steele.algorithmia.DataAPI.main(DataAPI.java:19)
Metadata
Metadata
Assignees
Labels
No labels