Active
Project:
Viddler
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Mar 2011 at 00:41 UTC
Updated:
29 Jun 2011 at 13:11 UTC
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
Comment #1
jeremyheslop commentedDo you still get this error?
Comment #2
joeystern commentedI 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/';
Comment #3
iztok commentedOK I changed this line as well, but it does not feel right.
What is the info from module maintainer?