-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Chrome applescript execution error #469
Comments
What do you mean? Ejecting obviously should work, it’s a first-class feature. 😄
If it’s consistently reproducible it is a pretty high priority. |
Appreciate that! I kinda assumed that once you eject and start tweaking stuff, support for core functionality becomes much harder to guarantee. But yeah, to clarify, everything was working fine post-eject until it wasn't; seemingly at random I started experiencing this issue. I'm totally unfamiliar with applescript / working with OS applications, but I'll poke around and see if I can at least figure out where the problem lies :) |
Can you reproduce this with master? |
I think this might be fixed by 44b8313. |
Can you please try again with |
Sorry for the delay! Alright, so: it was still reproducible after creating a new project with master. I decided to muck about in the applescript, and the issue is no longer occurring, but I have no idea why o_O. Details: I updated When I cleared the contents of Next, in the applescript, I tried to remove the loop that looks for pre-existing tabs. This had no effect. Then, I simplified the logic at the bottom, from:
to:
I thought maybe there was some weirdness with setting active windows/tabs, and I was somewhat right; this switch fixed the issue. However, the issue isn't reproducible anymore. I undid all my changes, and it works perfectly, even in other projects. If I had to guess, I'd assume that Chrome had some weird internal issue and wasn't able to comply with that request. I didn't think to try restarting chrome, but I suspect that may have fixed it as well. |
Closing for the lack of information. If somebody experiences this please try to figure out a way to reproduce (e.g. take note of which windows are open, whether you are using stable or canary, etc). |
When running
npm run start
on an ejected Create React App app, several minutes pass with it just sitting onStarting the development server...
before finally displaying:(not a typo, the message cuts off there).
Despite this warning message, the build does compile successfully, it just doesn't open in-browser.
I realize I may have voided my warranty by ejecting, and this isn't a high priority issue anyway. For anyone else encountering it, you can circumvent the lengthy timeout process by erasing the code in
chrome.applescript
; you'll lose the auto-open functionality, but that's not a big deal.The text was updated successfully, but these errors were encountered: