Search found 6 matches

by paramita
Fri Nov 27, 2015 2:37 pm
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

Re: WURFLCloudClientException: No API key was provided

Hi Elliot The call via cloud java client consistently failed for my user agent. But it worked for yours. The issue is consistent. Let me attach my wurfl properties file. thanks Paramita This site did not allow me to upload the properties, so I paste the entire file content here: # # Copyright (c) Co...
by paramita
Fri Nov 20, 2015 6:56 pm
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

Re: WURFLCloudClientException: No API key was provided

Hello Elliot,

Yes the curl command works.

thanks
paramita
by paramita
Tue Nov 17, 2015 6:50 pm
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

Re: WURFLCloudClientException: No API key was provided

Hi Elliot, pasted my debug logs below: 15:49:17.247 [main] INFO c.s.wurflcloud.CloudClientLoader - Setting cache type to HashMap 15:49:17.255 [main] INFO c.s.w.cache.HashMapPremiumCloudCache - Created HashMap Cache with initial capacity: 40000 load factor: 0.75 concurrent writes: 16 15:49:17.256 [ma...
by paramita
Mon Nov 16, 2015 4:08 pm
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

Re: WURFLCloudClientException: No API key was provided

Hello Elliot, Thanks very much for your help. Here is my code: import com.scientiamobile.wurflcloud.CloudClientLoader; import com.scientiamobile.wurflcloud.ICloudClientManager; import com.scientiamobile.wurflcloud.device.AbstractDevice; public class Detect { public static void main(String[] args) { ...
by paramita
Mon Nov 16, 2015 11:50 am
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

Re: WURFLCloudClientException: No API key was provided

Hello Elliot Thanks for posting your reply. Your code with hardcoded user agent string works for me too. But if you replace the user agent string with mine below you will be able to reproduce the error in your code too: String user_agent = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHT...
by paramita
Fri Nov 13, 2015 1:33 pm
Forum: General API Questions
Topic: WURFLCloudClientException: No API key was provided
Replies: 11
Views: 48237

WURFLCloudClientException: No API key was provided

Hello I wanted to test and demo WURFL device capabilities. I downloaded the java WURFL cloud client (https://github.com/WURFL/wurfl-cloud-client-java) and setup everything as mentioned. I am using my API Key in the below code: ICloudClientManager manager = null; CloudClientLoader loader = null; Stri...