zy681249 / test-analytics

Automatically exported from code.google.com/p/test-analytics
0 stars 0 forks source link

Cannot upload data to https://test-analytics.appspot.com/api/upload endpoint #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to upload data to test analytics but getting 500 Internal Server Error.
with body:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 INTERNAL_SERVER_ERROR</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: INTERNAL_SERVER_ERROR</h1>
</body></html>

Even using GET instead POST witch should be processed as 500 Internal Server 
Error: 
with body: 
<h1>GET is unsupported</h1>
To upload data, use POST.

returns wrong body:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 INTERNAL_SERVER_ERROR</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: INTERNAL_SERVER_ERROR</h1>
</body></html>

Original issue reported on code.google.com by mpokrase...@gmail.com on 9 Apr 2014 at 8:20

GoogleCodeExporter commented 8 years ago
I've seen the same problem and I'd like to know how to solve it

Original comment by laecho...@gmail.com on 16 Apr 2015 at 8:22