Hi,
I tried creating a view for viddler video content types.

In that view, when tried to add a field for Viddler Image Thumbnail, I get the following errror:
Viddler API Get Details Error: session invalid Details: Method: viddler.videos.getDetails

(all other viddler fields i.e Default, full size video, preview video, embed code are working fine in the view)

Comments

jeremyheslop’s picture

Assigned: Unassigned » jeremyheslop

Do you still get this error?

joeystern’s picture

I got this error as well. However, I did the fix mentioned previously where you remove the https:// reference in the phpviddler.php to http://

i.e. from
var $viddlerRESTSSL = 'https://api.viddler.com/api/v2/';
to
var $viddlerRESTSSL = 'http://api.viddler.com/api/v2/';

iztok’s picture

OK I changed this line as well, but it does not feel right.

What is the info from module maintainer?