fabacab / fetlife-export

Backup the history (and related contexts) of a FetLife.com user account.
18 stars 7 forks source link

Error on line 210 #3

Open devlone opened 9 years ago

devlone commented 9 years ago

When I run the script it seems to download the first page of the activity feed fine, then crashes our complaining of an error on line 210. Line 210 is:

$mech->get($next);

I'm not much of a Perl person, but I am going to see if I can fix it. I thought I would inform you because odds are I won't lol

fabacab commented 9 years ago

It's possible FetLife's changed some of their output; I haven't kept up to date with it much. shrug Patches would be welcome, I don't really have the time or desire to maintain this much. Most functionality this script provides can be replicated or reproduced with libFetLife which is PHP-based.

devlone commented 9 years ago

Some experimenting shows that even with a full valid url for the "view more" link, that calling it from a browser and not the link on the pages generates a server error message. My quick look didn't show how they they could determine the difference.

If I get some spare time to figure out how to get around this, and then how to code it in perl I will submit a patch. It is more likely I will use libFetLife

FL-user commented 7 years ago

Meant to start a new issue...