Search found 32 matches

by support-all
Mon Jun 22, 2015 10:47 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL Cloud always returns same properties
Replies: 1
Views: 28173

Re: WURFL Cloud always returns same properties

HI, Are you using the last version of dll (1.2.0.0) ? In any case, just for a simple check, you can use the CloudDemo project. It is a simple ASP .NET Web Application that is able to test the cloud client, both with http context and user-agent. You can access to it here https://github.com/WURFL/wurf...
by support-all
Fri Jun 05, 2015 4:16 am
Forum: .NET API
Topic: The Free version of API is not working with .NET 2.0
Replies: 10
Views: 42400

Re: The Free version of API is not working with .NET 2.0

Hi virendrad,
in any case I suggest you to download the new version (1.2.0.0) of cloud client dll.
The great news is that project is now freely available at https://github.com/WURFL/wurfl-cloud-client-dotnet.
You can also directly download only the new dll through NUGET.

Cheers

Beppe
by support-all
Thu Jun 04, 2015 9:23 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi iceyp! I was running the project you had uploaded with Internet Explorer, and everything is ok! As confirmation, I can see that the requested capabilities are form_factor, is_tablet, is_wireless, resolution_heigth and resolution_width. I definitely sure that the error you see is, in a certain way...
by support-all
Thu Jun 04, 2015 5:43 am
Forum: .NET API
Topic: The Free version of API is not working with .NET 2.0
Replies: 10
Views: 42400

Re: The Free version of API is not working with .NET 2.0

Hi virendrad, It seems that the library (Newtonsoft.Json), for some reasons, is not able to SERIALIZE the cookie structure relative only to server version info. Can you please delete any reference to NewtonSoft.Json and run a clean application with another browser? (also the default browser - page i...
by support-all
Fri May 22, 2015 8:20 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Yes sure, the solution file.

Thanks
by support-all
Thu May 21, 2015 5:54 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi iceyp,

it is possible to have not only the sources but also the visual basic project file (.vbproj)?

Thank you

Cheers

Beppe
by support-all
Wed May 13, 2015 9:51 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi iceyp! it's a very strange behaviour! As I said, in the new version, there is no point in cloud client code where the exception (which message is "The WURFL Cloud service returned an unexpected response") is thrown. In order to replicate the problem, can I ask you what is the type of your project...
by support-all
Wed May 13, 2015 9:51 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi iceyp! it's a very strange behaviour! As I said, in the new version, there is no point in cloud client code where the exception (which message is "The WURFL Cloud service returned an unexpected response") is thrown. In order to replicate the problem, can I ask you what is the type of your project...
by support-all
Tue May 12, 2015 11:22 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi, just few questions in order to understand what's going on: - The version of the ScientiaMobile.WurflCloud dll is the 1.1.0.2? (just check the file details by right clicking on it ) - What is the content of DeviceInfo.Errors? Just below you can see a basic usage of the library as example (written...
by support-all
Fri May 08, 2015 3:44 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi,
the new version should not raise web exceptions. All the errors are now collected in DeviceInfo.Errors field, avoiding the crash.
It is possible that you have cached something?

Beppe
by support-all
Thu May 07, 2015 9:14 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: No API Key was provided
Replies: 25
Views: 168261

Re: No API Key was provided

Hi,
I'm Beppe, the .NET engineer of ScientiaMobile.
In the last version there should be the status code and the error description in case of unexpected response.
Can you tell me what is the entire error description?

Thank you

Beppe
by support-all
Thu Apr 23, 2015 6:15 am
Forum: .NET API
Topic: No API key was provided
Replies: 3
Views: 30713

Re: No API key was provided

Hi, I'm the .NET engineer of ScientiaMobile. When you want to use an explicit user-agent, you have to choose and set the two available capabilities from your account page. Try to use this sample code based on your default request to test the Cloud. using ScientiaMobile.WurflCloud.Request; var wurflR...
by support-all
Wed Feb 18, 2015 11:52 am
Forum: Java API
Topic: WURFL logging problem
Replies: 5
Views: 42113

Re: WURFL logging problem

Hi, currently it is possible to use the Java API without servlet. You can create a WURFLEngine and retrieve the device using getDeviceForRequest passing: - the plain user-agent (String) - or a WURFLRequest, if you want to pass the headers. For the last case you can do something like that: - Create a...
by support-all
Fri Jan 16, 2015 9:02 am
Forum: .NET API
Topic: High Memory Usage
Replies: 2
Views: 29391

Re: High Memory Usage

Hi, We have developed a simple test using standard configuration of Wurfl (no cache) with the settings you are using (filter groups="product_info" caps="resolution_width,is_smarttv") and we do not notice an increase of memory usage (the process use ~50 Mb). Some questions in order to offer you an ef...
by support-all
Tue Oct 21, 2014 5:33 pm
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Getting the best out of WURFL InFuze for Varnish-Cache
Replies: 7
Views: 44006

Re: Getting the best out of WURFL InFuze for Varnish-Cache

Hi Kirsten, if you already have upgraded your libwurfl and Varnish packages to 1.5.2.1, and supposing you're still using the capability filter outlined in your previous posts, then you'll need to add a few more mandatory capabilities to the list. This is the official mandatory capability list starti...
by support-all
Tue Oct 07, 2014 9:47 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Getting the best out of WURFL InFuze for Varnish-Cache
Replies: 7
Views: 44006

Re: Getting the best out of WURFL InFuze for Varnish-Cache

Hello Kirsten, the config file should meet your requirements and of course it highly depends both on what you're looking for and the behaviour you're expecting from your module. As long as the logic is okay and lets you sort the devices the way you want it to, I would say it is fine. That said, whic...
by support-all
Mon Aug 11, 2014 4:54 am
Forum: .NET API
Topic: WURFL in ASP .Net 4.0
Replies: 3
Views: 36005

Re: WURFL in ASP .Net 4.0

Hi, A default ASP.Net web application include AuthConfig.RegisterOpenAuth() and RouteConfig.RegisterRoutes(RouteTable.Routes) methods on Application_Start. Web_browsers_patch is no longer needed, so you can remove it. If you install WURFL API for .NET package by using NUGET, the wurfl-latest.zip is ...
by support-all
Fri Aug 08, 2014 11:13 am
Forum: .NET API
Topic: WURFL in ASP .Net 4.0
Replies: 3
Views: 36005

Re: WURFL in ASP .Net 4.0

Hi, WURFL API makes no difference between ASP.NET Web Forms and ASP.NET MVC. You can use the code snippet in http://wurfl.sourceforge.net/dotnet_index.php to test it. For example, in order to print simply the user_agent of a browser, you have to modify the Global.asax.cs Class like this: public clas...
by support-all
Tue Jul 22, 2014 9:15 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: .NET client and console application
Replies: 4
Views: 32379

Re: .NET client and console application

At the moment the Cloud Client is only supported in an ASP.NET environment.

A possible suggestion would be to write a web app that performs the queries on UAs and exposes results back to the console app via a plain HTTP endpoint.

Please let us know how it goes.

Regards
by support-all
Thu Jul 03, 2014 5:17 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: varnish process segfaulting out caused by the wurfl library
Replies: 2
Views: 32936

Re: varnish process segfaulting out caused by the wurfl libr

Hi Kirsten,

can you please post an extended extract of syslog please? I think that the syslog' logs starting from July 2, 06:45:00 would be sufficient.

Thank you,
Andrea