cfjedimaster / brackets-w3cvalidation

Simple W3C Validator for Brackets
84 stars 33 forks source link

Sticks on gathering results #5

Open schadeck opened 11 years ago

schadeck commented 11 years ago

Whenever I try to use this plugin on Brackets 27 it appears to get stuck on "Gathering results..." and does not display any additional data.

schadeck commented 11 years ago

It appears to be an issue with w3c... please close this issue.

cfjedimaster commented 11 years ago

Well, maybe the issue is that my extension should notice a bad result and show something at least, eh? Can you capture the result error?

On Mon, Jul 15, 2013 at 1:23 PM, schadeck notifications@github.com wrote:

It appears to be an issue with w3c... please close this issue.

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/5#issuecomment-20991724 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

schadeck commented 11 years ago

It's as I stated before. The plugin does not do anything at all and just sits on the "Gathering results..." tab: Example Image

Thanks for looking into this.

cfjedimaster commented 11 years ago

No what I meant was - maybe you could capture the network results using Bracket's DevTools.Don't worry though - I will check it. :)

On Mon, Jul 15, 2013 at 1:48 PM, schadeck notifications@github.com wrote:

It's as I stated before. The plugin does not do anything at all and just sits on the "Gathering results..." tab: Example Image http://i.imgur.com/mQXVaEM.png

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/5#issuecomment-20993881 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

cfjedimaster commented 11 years ago

Heh,a nd of course, now it is working. ;) Well, if you see it again, let me know.

On Mon, Jul 15, 2013 at 1:54 PM, Raymond Camden raymondcamden@gmail.comwrote:

No what I meant was - maybe you could capture the network results using Bracket's DevTools.Don't worry though - I will check it. :)

On Mon, Jul 15, 2013 at 1:48 PM, schadeck notifications@github.comwrote:

It's as I stated before. The plugin does not do anything at all and just sits on the "Gathering results..." tab: Example Image http://i.imgur.com/mQXVaEM.png

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/5#issuecomment-20993881 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

schadeck commented 11 years ago

Interesting. validate.w3c.org is still down for me, therefore the plug still fails. This is what I am getting from the network tab in devtools:

Screen shot from network tab

cfjedimaster commented 11 years ago

Query - if you try it on a different HTML page does it work? Can you put your HTML into a Gist and share the url?

On Mon, Jul 15, 2013 at 2:09 PM, schadeck notifications@github.com wrote:

Interesting. validate.w3c.org is still down for me, therefore the plug still fails. This is what I am getting from the network tab in devtools:

Screen shot from network tab http://i.imgur.com/0v6pKcZ.png

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/5#issuecomment-20995907 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

schadeck commented 11 years ago

I have tried it with a few HTML files on my local drive, and each time I end up with the same result. When I get the time, I will post a gist. I would think that just having a notification that lets the user know that the application cannot reach validator.w3.org would suffice.