Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions