Search found 9 matches

by clementchiu
Mon Dec 08, 2014 1:31 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hi Elliot,

I'm able to perform a detection with the build you provided me.
Thank you so much for all your help!

Clement
by clementchiu
Thu Dec 04, 2014 5:44 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Thank you so much!!

This was really helpful :D

Clement
by clementchiu
Thu Dec 04, 2014 11:57 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hi Elliot, Steve, I'm simply passing the incoming HttpServletRequest through to the cloud client. The request being passed is a request that our application would serve, but we'd like to know if we need to drive a mobile workflow as opposed to a desktop workflow. I've looked into clearing the conten...
by clementchiu
Wed Dec 03, 2014 4:41 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Thanks Steve,

Any workaround?

Thanks,
Clement
by clementchiu
Wed Dec 03, 2014 1:31 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hi Elliot, I've captured the TCP stream through Wireshark - does anything stand out to you as problematic? I wonder if anything from the header can cause a rejection on your end (It appears that the 504 response is coming from 50.57.185.227 I've removed some of the data just in case... GET /v1/json/...
by clementchiu
Wed Dec 03, 2014 12:13 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hello Elliot, Here's the response from CURL HTTP/1.1 200 OK Server: nginx/1.1.19 Date: Wed, 03 Dec 2014 16:46:35 GMT Content-Type: application/json Connection: close X-Powered-By: HHVM/3.2.0 Cache-Control: no-cache, must-revalidate Expires: Mon, 26 Jul 1997 05:00:00 GMT {"apiVersion":"WurflCloud 1.5...
by clementchiu
Tue Dec 02, 2014 5:20 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hi Elliot, The server should be from Toronto. As for frequency, so far I have not been able to make a successful request from my development environment. I've only made a few requests though. It might be possible that it is something internal to us - although it would be nice to be able to verify th...
by clementchiu
Tue Dec 02, 2014 4:52 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Re: Getting 504 Gateway timeout and JSONParseException

Hi Elliotfehr, We have several environments. I'm using a free account at the moment. I think I've seen similar logs in production as well as development and QA environments (for sure development environment). As for code snippet: (Please ignore the log lines... psuedo code because we use our in hous...
by clementchiu
Tue Dec 02, 2014 3:31 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Getting 504 Gateway timeout and JSONParseException
Replies: 16
Views: 21189

Getting 504 Gateway timeout and JSONParseException

Hello, I've been running into issues with the WURFL cloud client where api.wurflcloud.com returns: < h t m l > < b o d y > < h 1 > 5 0 4 G a t e w a y T i m e - o u t < / h 1 > T h e s e r v e r d i d n ' t r e s p o n d i n t i m e . < / b o d y > < / h t m l > This wasn't apparent until I started ...