ai10 / videojs-b3

video.js HTML5 video player with meteor template and helper.
Other
1 stars 0 forks source link

GET http://vjs.zencdn.net/4.1/video.js.map 403 (Forbidden) #1

Open wmodes opened 9 years ago

wmodes commented 9 years ago

When I add the package through

meteor add mrt:videojs-b3

I get the following console error:

GET http://vjs.zencdn.net/4.1/video.js.map 403 (Forbidden)
ai10 commented 9 years ago

i changed the cdn version to 4.11 should try to fetch http://vjs.zencdn.net/4.11/video.js.map

have not tested. do you have open use case?

wmodes commented 9 years ago

When I try to fetch it, I get

<Error>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
    <RequestId>06E99C858DAFF8B4</RequestId>
    <HostId>
        vDOr+ol4S3iOHkX9DrfBhSAZdGPWavTd4tvBlLK8COQ4tKWPJSJCOnVYtLiaXrf8E7ns3RYTELM=
    </HostId>
</Error>

Currently deploying so you can look at the deployed result.

ai10 commented 9 years ago

This issue gets brought up every now and again on the main repo for the core video.js https://github.com/videojs/video.js/issues/737

its something to do with how the their CDN hosts the files

wmodes commented 9 years ago

Charming. Suggestion?

I wasn't able to deploy successfully to meteor's servers (some weird iron:router issue - see http://secrethistory.meteor.com). But looks like you found the problem.

Did you say you changed from 4.1 to 4.11? How to I make sure my app reflects that?

ai10 commented 9 years ago

@wmodes I cloned your secrethistory repo ; and well it seems like more than my package is out of date - for example meteor-jsonforms is like 2 years old. "Meteor" has changed a bit since then; particularly the deployment and package management. ... Are you trying tom resurrect an older project?

wmodes commented 9 years ago

@charlesjshort, yeah, seems like that's a problem with Meteor repackaging of 3rd party packages. People package them up and then they sit there, aging. And the version number reported by meteor seldom matches the version number of the module they are repackaging.

I am putting together a new project, but don't always know what the best package choices are. http://peoplesriverhistory.us is the main website (WP not nodeJS).

Autoform and jsonform were packages I tried out looking for the perfect json-to-form package. I ultimately settled on cunneen:json-editor (which itself is several major revs behind, but works).