I struggled with this in JWplayer 5.7 as I was getting the "Task Queue failed at step 0: Error #2032" error message and a failure when I used the embed code or tried to render the video directly from a node template.

[jwplayer|config=|file=] - this failed because I specified 'Default' as the player name.

Somewhere else in the forums I found this code to embed in the node template, which also fails:

<?php
$config='Default' ;
$flashVars=array( 'file' => 'http://www.mediacollege.com/video-gallery/testclips/barsandtone.flv' );
print theme('jwplayermodule_render_player', $config, $flashVars);
?>

The trick for me was to get rid of the $config='Default' line which specifies the skin to use and it seems that "Default" doesn't work any more. If you leave config blank or set it to NULL then it works fine. Just thought I would post that here in case anyone else has the same issue with 5.7.

Comments

JW Player’s picture

Thanks for posting.

Just a note, $config in this case actually refers to the name of your custom player configurations and not the skin.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Preston McMurry’s picture

Don't know if this is true for everyone, but in my case I got the error due to a misnamed file that was included in the current Drupal 6 distro for this module. More details on the module developers site: http://www.longtailvideo.com/support/forums/open-video-ads/ova-for-jw-pl...

Bixbyte’s picture

Settings
Control Panel
Flash Player
Advanced
storage settings by site
Type in site name of the "URL" generating the error
Allow
Close
Now Reload the page
Done