Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

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

@koke
Copy link

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

Ping. Any resolution on this?

@diracdeltas
Copy link
Contributor

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

Any ETA for the release?

@anfedorov
Copy link

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 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants
@koke @anfedorov @TooTallNate @diracdeltas @meremagee @Xiller and others