Kevin Douglass

Results 2 issues of Kevin Douglass

When making a request to scrape a profile, a successful result is missing `followers` in the `profile` object. The rest of the data for "name, headline, location, summary, connections" exists.

If Craft is set up to use Postgres,`$localAssets->orderBy('RAND()');` in `Fields.php` will throw exception `'SQLSTATE[42883]: Undefined function: 7 ERROR: function rand() does not exist` Replacing it with `$localAssets->orderBy('random()');` seems to be...