Open wmodes opened 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?
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.
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
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?
@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?
@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).
When I add the package through
I get the following console error: