Closed (cannot reproduce)
Project:
Video
Version:
7.x-2.x-dev
Component:
Zencoder
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 13:35 UTC
Updated:
2 Jun 2012 at 16:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Jorrit commentedThis text is displayed when the postback URL setting is not correct. Please check this setting.
Comment #2
benjarlett commentedThanks Jorrit
The post back url setting I didn't change, it is as default: http://www.benjarletttest.co.uk/postback/jobs
I'm assuming it's because I can't set the permissions to allow encoder access because the permission's tick box isn't there.
Ben
Comment #3
Jorrit commentedThe allow access permission has been removed, it is no longer needed. The tutorial is outdated. It appears that the server can't reach the postback URL.
I see that http://www.benjarletttest.co.uk/ is a test site. Can I get administrator access to debug this problem?
Comment #4
Jorrit commentedClosed because of lack of response.
Comment #5
kartonnade_ commentedHey there,
My 2 cts : I had the same problem due to a htpasswd preventing access.
Comment out the following in htaccess :
#AuthType Basic
#AuthName "pre-production SITE.ORG"
#AuthUserFile /srv/data/web/vhosts/preprod.site.org/.htpasswd
#Require valid-use
Alternatively, use a condition to ask for PW only if visitor is not zencoder in htaccess.
Best