keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

New Crash Group for huedoku 1.1 (5) #43

Closed lexicography closed 8 years ago

lexicography commented 9 years ago

Timeout trying to send data to keen.

http://cl.ly/091g452B1Z0P?_ga=1.182769446.1852350949.1425422880

X-Eon-Dm: dm0208 Return-Path: 0000014be12a234e-ade75f62-a273-496d-95d9-3a71c3be2bbe-000000@amazonses.com Received: from a8-38.smtp-out.amazonses.com (a8-38.smtp-out.amazonses.com [54.240.8.38]) by dm0208.mta.everyone.net (EON-INBOUND) with ESMTP id dm0208.54ed0dd6.dd899c for fractal@maui.net; Tue, 3 Mar 2015 11:43:32 -0800 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1425411810; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=C1X+rQFbnqicGW8ZjCXNFWiKwgPnbgKMkgQ/b5lEE24=; b=J0PCVgiQ5uyd2v5wQkepF1ZgQGLcgd2RDw+QXCi7nEmUhw1z5t6Gi2Rr1cITyHpu 1yTZl5XHNFEFWLR8OSGtUXlbaVQAszwu6vBXTzTklcEhsecrjUIOhUX7uPMhbkmh4C7 7EbLxxTS32TVOZRNIWU62NAVelbBSDn6vfWTQoy8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=jivsh7bfp4m6jigp3jpzsonmbsz3s7dl; d=hockeyapp.net; t=1425411810; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding; bh=C1X+rQFbnqicGW8ZjCXNFWiKwgPnbgKMkgQ/b5lEE24=; b=Sd44VKggBdc6mgicuo0u3POL1+D9Q9A1D/llHJlhWP4zjAEVC9kWttugb3FJwO02 TL4e4hQvybs4WyrhpKbeIattnXsyP5TPK34/UDiaT1szr09PfWRmncW05TW7gFfYLa7 VCN9JnzsZbgM9q6LHt987g7s7s8rjbqNebcTdfTE= Date: Tue, 3 Mar 2015 19:43:30 +0000 From: HockeyApp notification@hockeyapp.net To: fractal@maui.net Message-ID: 0000014be12a234e-ade75f62-a273-496d-95d9-3a71c3be2bbe-000000@email.amazonses.com Subject: New Crash Group for huedoku 1.1 (5) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_54f60ee2cde1_46fff2e0f4730e3"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SES-Outgoing: 2015.03.03-54.240.8.38 Feedback-ID: 1.us-east-1.oTMZEeVd2+LMait86PfB2/S1KcIyX4fprYdxw8oBSqU=:AmazonSES Sender: 0000014be12a234e-ade75f62-a273-496d-95d9-3a71c3be2bbe-000000@amazonses.com

----==_mimepart_54f60ee2cde1_46fff2e0f4730e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit

HockeyApp created a new crash group for this app: huedoku 1.1 (5)

Reason: java.lang.RuntimeException: java.net.ConnectException: failed to connect to api.keen.io/108.168.254.131 (port 443) after 30000ms: connect failed: ENETUNREACH (Network is unreachable)

Location: io.keen.client.java.KeenClient.handleFailure, line 1345

View on HockeyApp: https://rink.hockeyapp.net/manage/apps/103879/crash_reasons/29510737?no_iphone_ui=true

If you have any questions, please contact us at support@hockeyapp.net or support.hockeyapp.net.

----==_mimepart_54f60ee2cde1_46fff2e0f4730e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

<!DOCTYPE html>

huedoku 1.1 (5)

Platform: Android
Release Type: Beta

Db495b655fd2bbf4c2ed1e0ce4f821e7

HockeyApp created a new crash group.

Reason:
java.lang.RuntimeException: java.net.ConnectException: failed to connect to api.keen.io/108.168.254.131 (port 443) after 30000ms: connect failed: ENETUNREACH (Network is unreachable)

Location:
io.keen.client.java.KeenClient.handleFailure, line 1345

View on HockeyApp

If you have any questions, please contact us at support@hockeyapp.net or support.hockeyapp.net.

----==_mimepart_54f60ee2cde1_46fff2e0f4730e3--

Geeber commented 9 years ago

Hmm, the KeenClient code shouldn't throw exceptions unless KeenClient.setDebugMode(true) has been called. (See https://github.com/keenlabs/KeenClient-Java#logging.) Could you please double-check that you're not calling that somewhere in your app's code?

tbarn commented 8 years ago

Closing for now. We can definitely reopen if you want to dig into the issue more.