I don't know what's caused this, but IIS will not start up for about 2 weeks now. Anyone else had this problem?
There doesn't seem to be any event logs for it either, so really hard to diagnose what the issue is?
Other developers with the same updates say it's working for them so i don't feel like rolling back an update will resolve anything.
The answer was to right click on iis and go to properties, then set the RUN property to maximize window. It must have been stuck on another window or something.
Related
I get this message every time my page loads for the first time. It really bugs me and my experience while I try to use console for testing my app. I tried looking for the solutions on google but didn't get them. I don't know if this is some basic issue so in case it is, I would really appreciate any help I get.
I expect to remove this message from my console using some setting or maybe by entirely fixing it.
Check your browsers extensions, it is usually caused by the ad-blocker or similar.
I am having a strange issue that I think might be Chrome related but wanted to post here for thoughts.
I have some users who when trying to log into my node.js application, they press enter or the log in button and it just sits and spins and never times out or anything. When looking at the Network tab when this issue occurred the POST never showed up. I then put some alerts on the button click with javascript and as long as the button was in the tag nothing showed up.
Completely deleting the users' profile (suggestion from Google) made it work...until chrome updated and then it happened again.
Using any other browser, no issues. Chrome Beta, the issue shows up. Chrome Canary, I have had 2 users testing for over a week and they have not seen the issue reappear. Incognito has the issue occur as well.
Google Support asked me to send a HAR file to them. The interesting thing was when I opened up developer tools, went to the network tab and then cleared the screen to start a recording, the issue disappeared for that moment only.
It is working for 80% of my users so I can't see how it could be a coding issue, this is also a login that I created over a year ago and have not touched since.
If anyone has any insights I would love to know what might be causing this.
Not a code question but its stopping me from writing any code. In Azure the maximize button on easy tables is missing in all browsers including Safari, Chrome and Firefox. Also emulating Internet Explorer and Edge in Safari gives the same result. Im on a Mac and don't have access to a windows machine. This button was right next to the close button, now its gone. Has anyone seen this issue or found a fix?
They removed it some time ago (not sure the reasoning behind this, annoying as hell). Nothing you can do about it. Well, you can créate a feedback ítem. thats about it.
I'm using a Windows\Centos laptop, so you can be sure your OS is not the issue.
update:
you can kinda work around it:
I found a fix just now. Grab the right side of the browser window and
drag to the left to make it small. The button appears! If you drag and
make the window larger the button disappears.
I am working with LUIS NLP service provided through website www.luis.ai. I am not able to open this website for few days, it hangs right on the account login page with message - "Please wait a few moments... Initializing". Is there some issue in LUIS or I am missing something? I have attached the image where this site hangs.
Any help will be appreciable. Thanks.
We're also seeing this issue, quite a lot. There site is quite buggy on the front-end.
What has worked for us was to use IE, it seems to run a bit better there. Also, if it gets stuck on 'initializing' for like 3 or 4 seconds, a refresh usually does the trick
Since about a week ago, I haven't been able to search for elements or the contents of an element in Google Chrome DevTools. Did the latest Chrome update break this functionality or has something else changed that I should be aware of?
I first thought I had accidentally changed some of the DevTools settings, but now the same thing started happening on my other dev machine as well, so I think it must be a bug in the latest update?
Is it just me? :)
EDIT: After a few days of wondering what could be possible causing this.. it just started working again after I restarted my Win 7 machine. The simplest fix the best fix, huh?
On another note, if the error starts happening again, I'll need to dig deeper as what might cause it and file a bug if necessary.
For now, it works and I'm happy :)
No results in DevTools element search. Here is a screenshot:
I solved that by disabling "Adblock Plus", it worked in 3 browsers I tried.
This is a legit bug. Thanks for reporting it. It's being tracked here: https://code.google.com/p/chromium/issues/detail?id=426815
As of November, it's been fixed in tip of tree (Canary) and has been merged to the beta branch (39).
(Originally answered by vsevik, an engineer who develops the DevTools, however the post was deleted by moderators.) :/
I had the same issue, search wasn't working, because I couldn't see the page. When I clicked on the page, under the Sources tab, I got a blank page. What worked for me was refreshing the page in Chrome. After that, the code showed up in Developer Tools, and I was able to search the code. This seems to be a Chrome bug.