Stash-Reviewers-Chrome-Extension
Stash-Reviewers-Chrome-Extension copied to clipboard
CheckForUpdate is failing, Cant reach github message is showed
Hello! When I updated the plugin to 2.2.14 version(Mac 10.13.2) I got the following dialog:
New version of the extension (cant.reach.github)
Please check you added your bitbucket server domain to extension manifest.json
It seems like chrome can't reach github in order to check the last version of the plugin.
This request returns a undefined
response in data:
window.communication.runtime.sendMessage(window.chromeExtId, {
method: 'GET',
action: 'xhttp',
url: 'https://raw.githubusercontent.com/dragouf/Stash-Reviewers-Chrome-Extension/master/version'
}, function(data) {
if(!data) {
data = {
response: 'cant.reach.github'
};
}
But the endpoint works fine if i get this URL from chrome. It responses 2.2.14 version
How can solve it? I don't know how to add the bitbucket server to the manifest.
I'm getting this message, too.
I think this check is useless. It was used when this extension was self hosted. I will remove it.
I'm getting this message, too.
I stopped getting this message, but now I'm getting a new one related to the PR list view. I'll make a new issue around it.
Version 2.2.15 and this issue still occurs.