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

Can't retrieve workouts!

Open renzodiaz opened this issue 8 years ago • 5 comments

The activity list returns empty.

renzodiaz avatar May 16 '16 15:05 renzodiaz

Hi @renzodiaz, i just tested the class with my runtastic profile. I dont have any problems. Could you specify your environment? Maybe the phpinfo() output of your system?

timoschlueter avatar May 17 '16 11:05 timoschlueter

Hi Timo Thanks for answer, I'm using your library for retrieve data from Runtastic but I can retrieve data once.

I have form.php this form have action to functions.php

$r = new Runtastic(); $r->setUsername('username')->setPassword('xxxxx');

$r->getActivities(null,null, date('Y'));

getactivities() only works once! What am I doing wrong?

-Best

On Tue, May 17, 2016 at 6:07 AM, Timo Schlüter [email protected] wrote:

Hi @renzodiaz https://github.com/renzodiaz, i just tested the class with my runtastic profile. I dont have any problems. Could you specify your environment? Maybe the phpinfo() output of your system?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/timoschlueter/php-runtastic/issues/19#issuecomment-219686937

renzodiaz avatar May 18 '16 14:05 renzodiaz

Hey it work's only once for me to ! The first time is ok but if you refresh it's over.
I'm on php server 5.6.2. (Mac OS Sierra - MAMP Server - Safari 11.0)

capture 2017-10-11 a 13 27 19

Riwak avatar Oct 11 '17 11:10 Riwak

same problem

caionorder avatar Dec 22 '17 13:12 caionorder

This repo is out of date and bugged ! Try with javascript instead of php (It work well with Node JS platform. )

https://github.com/terhuerne/runtastic-js

Riwak avatar Dec 22 '17 15:12 Riwak