php-runtastic icon indicating copy to clipboard operation
php-runtastic copied to clipboard

Runtastic returns error 500 for a certain user

Open ferranmarlet opened this issue 9 years ago • 0 comments

Hello, I've noticed that I cannot retrieve the workouts from a certain user.

The response I receive when doing the curl at the function getActivities is the following:

<html>
<head>
  <title>We're sorry, but something went wrong (500)</title>
  <style type="text/css">
    body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
    div.dialog {
      width: 25em;
      padding: 0 4em;
      margin: 4em auto 0 auto;
      border: 1px solid #ccc;
      border-right-color: #999;
      border-bottom-color: #999;
    }
    h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  </style>
</head>

<body>
  <!-- This file lives in public/500.html -->
  <div class="dialog">
    <h1>We're sorry, but something went wrong.</h1>
    <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  </div>
</body>
</html>

I'm not sure about what can be happening. I've tested the connection with many other users and it works fine, but it always fails for this user.

This user has a Runtastic Gold account, but I have tested other Runtastic Gold accounts and it seems to work.

Any clues on what can be happening?

Thank you all in advance.

ferranmarlet avatar May 05 '15 13:05 ferranmarlet