Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Packet filtering problem or invalid server response.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David  
View profile  
 More options Jun 7 2012, 12:46 pm
From: David <da...@xeoncross.com>
Date: Thu, 7 Jun 2012 09:46:27 -0700 (PDT)
Local: Thurs, Jun 7 2012 12:46 pm
Subject: Packet filtering problem or invalid server response.

It seems the crunchbase API servers are having trouble. Over the last
couple days I've occasional noticed problems with companies that include a
lot of data such as apple. <http://api.crunchbase.com/v/1/company/apple.js>

After testing, it seems the servers are not sending all of the response -
and then closing the connection inappropriately. Since making the request
directly in the browser seems to work more often, I'm assuming that either
tools like cURL or wget are having trouble negotiating the headers, or your
servers are expecting a USER AGENT string which matches a normal browser.

david@server:~$ wget -v http://api.crunchbase.com/v/1/company/apple.js
--2012-06-07 11:43:14--  http://api.crunchbase.com/v/1/company/apple.js
Resolving api.crunchbase.com... 107.21.104.179
Connecting to api.crunchbase.com|107.21.104.179|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 109852 (107K) [text/javascript]
Saving to: `apple.js.1'

22% [=======>                               ] 24,341      --.-K/s   in 74s

2012-06-07 11:44:29 (328 B/s) - Connection closed at byte 24341. Retrying.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anthony Nguyen  
View profile  
 More options Jun 7 2012, 2:07 pm
From: Anthony Nguyen <anwngu...@gmail.com>
Date: Thu, 7 Jun 2012 11:07:20 -0700 (PDT)
Local: Thurs, Jun 7 2012 2:07 pm
Subject: Re: Packet filtering problem or invalid server response.

Please try the following: wget -O apple.js.gz --header "Accept-Encoding:
gzip,defalte" http://api.crunchbase.com/v/1/company/apple.js


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincent BARBEROT  
View profile  
 More options Jun 7 2012, 3:35 pm
From: Vincent BARBEROT <v.barbe...@networkvb.com>
Date: Thu, 07 Jun 2012 21:35:00 +0200
Subject: Re: Packet filtering problem or invalid server response.
I have the same problem with my web application. How can I do in this  
case, please ?

Anthony Nguyen <anwngu...@gmail.com> a écrit :

--
" Network Vincent BARBEROT ® " : Your international solution on demand at
http://www.networkvb.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David  
View profile  
 More options Jun 11 2012, 11:53 am
From: David <da...@xeoncross.com>
Date: Mon, 11 Jun 2012 08:53:31 -0700 (PDT)
Local: Mon, Jun 11 2012 11:53 am
Subject: Re: Packet filtering problem or invalid server response.

Thanks Anthony, setting that header worked perfectly. Should be noted in
the documentation perhaps.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anthony  
View profile  
 More options Jun 12 2012, 10:57 pm
From: Anthony <anwngu...@gmail.com>
Date: Tue, 12 Jun 2012 19:57:29 -0700 (PDT)
Local: Tues, Jun 12 2012 10:57 pm
Subject: Re: Packet filtering problem or invalid server response.

Hi Vincent,

Could you elaborate on the issue you are having with your web app? Or
include a snippet of code along with the server response error if any.
Here's some sample code using jQuery: https://gist.github.com/2921495

--Anthony

On ...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »