Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SublimeVideo cdn redirect is broken #144

Closed
koke opened this issue Feb 4, 2014 · 7 comments
Closed

SublimeVideo cdn redirect is broken #144

koke opened this issue Feb 4, 2014 · 7 comments
Labels
Milestone

Comments

Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
7 participants
@koke @anfedorov @TooTallNate @diracdeltas @meremagee @Xiller and others
@koke
Copy link

@koke koke commented Feb 4, 2014

The SublimeVideo.xml rule is redirecting https://cdn.sublimevideo.net to https://data.sublimevideo.net. However:

$ curl -sI https://cdn.sublimevideo.net/c/sa/2.2.13/sa.js | head -1
HTTP/1.1 200 OK
$ curl -sI https://data.sublimevideo.net/c/sa/2.2.13/sa.js | head -1
HTTP/1.1 404 Not Found

I only noticed this because it was breaking video embeds in CloudUp (like https://cloudup.com/iNV0ccD2ytL)

@diracdeltas diracdeltas added the bug label Feb 7, 2014
@diracdeltas diracdeltas added this to the 4.0 stable milestone Feb 7, 2014
@TooTallNate
Copy link

@TooTallNate TooTallNate commented May 29, 2014

Ping. Any resolution on this?

@diracdeltas
Copy link
Contributor

@diracdeltas diracdeltas commented May 29, 2014

Will be in the next release. I am away from the computer that can push to the main repo right now, but it's been noted. :)

@meremagee
Copy link

@meremagee meremagee commented Aug 11, 2014

Any ETA for the release?

@anfedorov
Copy link

@anfedorov anfedorov commented Sep 5, 2014

Appears to still be unfixed in the Chrome extension's 2014.8.22 release, unless I'm mis-reading this:

[rules] pwd
/Users/fedorov/Library/Application Support/Google/Chrome/Profile 1/Extensions/gcbommkclmclpchllfjekcdonpmejbdp/2014.8.22_0/rules
[rules] cat default.rulesets | xmllint --format - | grep sublimevideo
    <target host="*.sublimevideo.net"/>
    <rule from="^http://(my|www)\.sublimevideo\.net/" to="https://$1.sublimevideo.net/"/>
    <rule from="^https?://(?:cdn|data)\.sublimevideo\.net/" to="https://data.sublimevideo.net/"/>

@Xiller
Copy link

@Xiller Xiller commented Dec 2, 2015

@koke do you solved it? it is an issu of sublimeplayer (its closed) and you can switch to local installation: http://www.sublimevideo.net/user-player-download.html . But i have this problem now. I deleted the code part (with my 0 code knowledge) in the js file (code part: want a json file, but the download/Local version hasnt one). On my mobile device the local sublime player works fine, but chrome, opera.. dosnt. So i hope that someone here has a solution for the sublimeplayer problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment