-
Notifications
You must be signed in to change notification settings - Fork 33
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
Time out. #32
Comments
Wow, it looks like it stopped working. It was working fine earlier. |
Fixed - will be on the registry in a bit. |
I have the same. |
I saw this happen Monday. I don't know how as I had only tested a few times. Will look again later this week. |
I wouldn't mind if the validation was on demand only instead of automatically re-validating with every code change... Just a thought... |
Unfortunately that's not how the Brackets Linting API works. I'd have to On Wed, Jun 24, 2015 at 8:42 AM, zsolt247 [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Hi Raymond, I'm seeing the same error message today. |
If you can, open up the dev tools and see if you are being blocked for On Tue, Jul 14, 2015 at 9:07 AM, LukeMcGurdy [email protected]
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
I am having the same problem today also. Only installed the extension yesterday, when it worked fine. Failed to load resource: the server responded with a status of 403 (Forbidden) |
Yep - nothing I can do about it for now - their API is blocking the On Thu, Jul 16, 2015 at 8:17 AM, Marcus Young [email protected]
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Hi Raymond, As of this moment it looks fine so there is nothing to check. I will add that a couple of days back my IP was blocked from the W3C validation site for 24 hours because I had apparently exceeded the max number of requests. I had been saving a lot that day so if I understand your response about the nature of the Brackets Linting API this might explain why my IP was blacklisted. I appreciate the extension all the same. |
Help! I have been using this extension fine for a couple of days with no problems, but suddenly I received a timeout "IP blocked due to re-requesting files too often" The specific type of abuse we observed is: re-requesting the same resource too frequently. Specifically, we received at least 500 requests for the same resource (URI) from your IP address within a ten-minute time interval. http://www.w3.org/Help/abuse-info/re-reqs.html |
Yep, known issue. Nothing I can really do about it for now. I've looked On Sat, Aug 29, 2015 at 6:04 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Hmmm... sad to hear, it's an awesome extension! Maybe something in the html file is triggering the bug? I was using it fine with files in one folder for two days. When I opened up a folder with tutorials from a couple of months ago, it triggered the error... One thing I can tell you, is that the files in the folder I just opened were missing "<!doctype html>" |
Not sure it is a bug per se - it uses the built in linting API for On Sat, Aug 29, 2015 at 6:11 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
One thing I can tell you, is that the files in the folder I just opened were missing "<!doctype html>" |
No promises, but this week Ill try to see if I can see Brackets doing On Sat, Aug 29, 2015 at 6:15 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Thanks, I was thinking of blocking Brackets on my Windows 7 firewall to prevent spurious packets from getting out +1: |
Just easier to disable my extension. :) On Sat, Aug 29, 2015 at 6:20 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Looks like a good opportunity to request a feature from the Brackets team, to allow a manual Brackets Linting API ... a feature like this this would be best served on demand like "remove white space on save". |
Noticed that another difference in the troublemaker files is that the html had inline style tags, unlike the earlier html files that gave no trouble. The good ones used the link tag to a stylesheet css file ... |
So, I did a bit of checking, and as far as I can see, Brackets isn't On Sat, Aug 29, 2015 at 6:42 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Thanks for checking! IMHO, to receive over 500 hits in a few minutes would imply a loop somewhere. I just reproduced the error (my IP now blocked for another 24 hours) with this html (I deliberately left out !doctype html, title, and meta tags, in order to generate some normal validation problems). http://codepen.io/JohnBW/pen/ojNzMq |
Trying the same file, I don't see anything weird. It returns problems from On Mon, Aug 31, 2015 at 9:33 AM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
I just downloaded today and am getting same error: W3CValidation has timed out after waiting for 10000 ms It worked a couple of times, but now keep getting this error. I am on Mac OSX 10.11.1 |
Getting the too many requests problem too. |
As I said, i was never able to reproduce the "hit the API a lot for one On Tue, Dec 15, 2015 at 5:47 AM, Snukii [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
This extension sounded like a very convenient time saver tool, and I thank the author for trying. But I have removed it, since I could not use it without getting my IP blocked. I have gone back to pasting my code into the W3C validation web pages. According to the author, the extension relies on a Brackets API. So something is not playing well together. Maybe the Brackets team can figure it out... |
So I added a quick console msg to let me know every time it hits the API.
If one of yall who hit the limit would like to test, I can share this mod On Tue, Dec 15, 2015 at 9:45 AM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Just a thought here, but what if the extension only hits the API once, but there is a condition where Brackets goes into a loop that generates multiple HTTP requests? |
Sure - but how? Right now it uses the built in linter api which I can't
If we can just find a way to recreate the "run a lot!" we would be golden. It is also possible the API is not telling the truth. On Tue, Dec 15, 2015 at 9:58 AM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Hi! Getting the too many requests problem too. Did you updated the plugin with your mod? |
Hum... It works again :-S |
The block by w3c is temporary so it makes sense it would return. And no - I On Wed, Jan 20, 2016 at 3:57 AM, Julien Jolly [email protected]
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Nevermind, it seems to work great again |
To be clear, this is an issue and it will hit you again. It's just that On Wed, Jan 20, 2016 at 9:07 AM, Julien Jolly [email protected]
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
I just installed the extension today and seem to also be getting the timeout error it worked for about 5 minutes |
Yep, to be clear, I don't think anyone needs to confirm this anymore On Mon, Jan 25, 2016 at 3:00 PM, Bray90820 [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Is a fix coming? |
As it is a big change, no, not any time soon. I want to, but honestly, as I On Mon, Jan 25, 2016 at 3:09 PM, Bray90820 [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Alright thanks for the info |
Did you find a better alternative to Brackets, or are you working with something other than HTML/CSS/Javascript? |
I'm using Visual Studio Code now. I won't say it is better, but I will say On Mon, Jan 25, 2016 at 3:20 PM, jbwCode [email protected] wrote:
Raymond Camden, Developer Advocate for MobileFirst at IBM Email : [email protected] |
Hi Raymond, thanks for your input! I did not mean to open a debate on the virtues of Brackets :-) There are plenty of other discussions on the web... I will take a look at VSCode. After looking at your website, reading some of your posts, and seeing your involvement in various advanced projects, it becomes apparent that your requirements go way beyond a client-side web editor. That is why I inquired as to what you are using now. Very cool! I have found Brackets to be the ultimate code editor for Front End Development (and appears to be limited to that scope). which is my focus for now. But I do wish to eventually move on to full stack, back end, as well as mobile development. I have tried Notepad++, Sublime, Atom, etc... I presume that it is the holy grail to find one code editor that can do it all... but an open source, cross platform, extensible, code editor that you can customize for all of your needs is going to be the best option. I look to the future to decide what can best fill that role :-) |
Isnt Brackets getting incorporated into Dreamweaver? |
It is being incorporated into DW, but not moving away from working by itself as well. More info here: http://blog.brackets.io/2015/10/05/update-from-the-adobe-brackets-team/ |
Hi, the W3C Validation stopped working, I get the following message:
"W3CValidation has timed out after waiting for 10000 ms"
Using the latest Brackets 1.3, everything is updated.
Your help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: