-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bunch crashes after opening chrome #254
Comments
@@ should never be on a line with anything else. Does it make a difference if you move that to the line above and have only the chrome URL on the line? |
I accidentally pasted it like that, it is actually at the top. |
Ok. Can you show me the debug log (Help->Set Log Level->Debug, then
Help->Open Log prior to running the Bunch), as well as any crash report
generated in Console.app?
I just ran some tests on my end and had no issues with Profile-specific
chrome launches, so I'll need a better idea what's going on.
Thanks,
Brett
…On 10 Sep 2022, at 0:25, eleftheriakodikas wrote:
> @@ should never be on a line with anything else. Does it make a
> difference if you move that to the line above and have only the
> chrome URL on the line?
I accidentally pasted it like that, it is actually at the top.
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Here's the Log output Here's what i have in my bunch file |
And do you get the crash if you don't include a profile in the command?
…On 14 Sep 2022, at 14:43, eleftheriakodikas wrote:
Here's the Log output
`2022-09-14 14:37:55: 🟡Debug Level set to 4. Restart required to
enable.
2022-09-14 14:37:57: 🔘Added file logger
(/Users/Al/Library/Logs/Bunch/com.brettterpstra.Bunch
2022-09-13--05-10-03-740.log)
2022-09-14 14:37:57: ⚪Launched
==========================================
2022-09-14 14:37:58: 🔘Observing file:///Users/Al/Documents/Bunches/
for changes
2022-09-14 14:37:58: 🔘Generating status menu
2022-09-14 14:38:14: ⚪[Bunch Test 1] Open >>>>>>>>>>>>>>>>>>>>>
2022-09-14 14:38:14: ⚪[Bunch Test 1] Hiding all apps
2022-09-14 14:38:14: ⚪[Bunch Test 1] Opening URL (chrome[Profile
1]:https://brettterpstra.com)
2022-09-14 14:38:54: 🔘Added file logger
(/Users/Al/Library/Logs/Bunch/com.brettterpstra.Bunch
2022-09-13--05-10-03-740.log)
2022-09-14 14:38:54: ⚪Launched
==========================================
2022-09-14 14:38:54: 🔘Observing file:///Users/Al/Documents/Bunches/
for changes
2022-09-14 14:38:54: 🔘Generating status menu
2022-09-14 14:38:59: 🔘Generating status menu
2022-09-14 14:39:08: ⚪[Bunch Test 1] Open >>>>>>>>>>>>>>>>>>>>>
2022-09-14 14:39:08: ⚪[Bunch Test 1] Hiding all apps
2022-09-14 14:39:08: ⚪[Bunch Test 1] Opening URL (chrome[Profile
1]:https://brettterpstra.com)
2022-09-14 14:39:24: 🔘Added file logger
(/Users/username/Library/Logs/Bunch/com.brettterpstra.Bunch
2022-09-13--05-10-03-740.log)
2022-09-14 14:39:24: ⚪Launched
==========================================
2022-09-14 14:39:24: 🔘Observing
file:///Users/username/Documents/Bunches/ for changes
2022-09-14 14:39:24: 🔘Generating status menu
`
Here's what i have in my bunch file
<img width="640" alt="image"
src="https://user-images.githubusercontent.com/71998285/190247609-2ab6610d-b82c-48df-9b50-1f2cb1902dee.png">
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
It doesn't crash, but it also doesn't open chrome. |
Using just
chrome:https://brettterpstra.com
?
…On 14 Sep 2022, at 17:14, eleftheriakodikas wrote:
It doesn't crash, but it also doesn't open chrome.
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
when I insert a random link it opens in the default chrome profile. Maybe something to do with chrome profile? |
Just to be clear, do you mean a random link with `chrome:` but without
any square brackets? I'm just trying to narrow down exactly what the
circumstances that cause the crash are.
…On 17 Sep 2022, at 15:47, eleftheriakodikas wrote:
when I insert a random link it opens in the default chrome profile.
Maybe something to do with chrome profile?
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
I have the same problem. This bunch works fine:
But this bunch causes Bunch to exit abruptly when it reaches the URL:
My log file ends up with the following:
There are no other log entries after that. I'm on 1.4.11. |
Same issue as @edcottrell. How did you bypass this issue? |
I'm afraid I haven't had a chance to dig into why this is happening yet. If I understand correctly, it only happens when using a chrome[profile]:url and not just chrome:url. Need to do some testing on this. |
@edcottrell / @ttscoff Thanks for the quick update. It might not be ideal but here is a quick workaround with bash script In my bunch file, I can call this script as follow and it seems to be working
Here is the open_chrome_profile.sh file
|
@arlejeun I just got a chance to look at this, but that approach worked like a charm. It's a great workaround for now. Thank you! |
Same here. I'm glad there's a workaround. Perhaps update the docs to reflect the issue. I'm new to Bunch and burned some time thinking it was me. |
Hi - looks like this is still an issue - have just spent some time digging into this. Same problem - with a profile it crashes bunch - without all is fine - have attached crash report - let me know what other info you need - thanks title: Test Browserschrome[Mike]:https://control.shelly.cloud 2024-06-20 13:33:26: ⚪[Test Browsers] Open >>>>>>>>>>>>>>>>>>>>> |
Perhaps if this functionality/issue is not going to be fixed anytime soon it could be removed from the documentation so they don't spend time on it before coming here? |
I'm going to dig into it this weekend. If I can't find the cause of the
crash, I'll remove the docs.
…On 20 Jun 2024, at 20:34, AstroCodeCat wrote:
Perhaps if this functionality/issue is not going to be fixed anytime
soon it could be removed from the documentation so they don't spend
time on it before coming here?
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
If there is anything you'd like me to do I am more than happy to help. I only have bunch on my M3 Pro with multiple screens but do have iMac/ intel MacBook /intel and MacBook Air m2 to hand.
Thanks for looking into this.
Mike
________________________________
From: Brett Terpstra ***@***.***>
Sent: Saturday, June 22, 2024 2:09 AM
To: ttscoff/bunch ***@***.***>
Cc: AstroCodeCat ***@***.***>; Comment ***@***.***>
Subject: Re: [ttscoff/bunch] Bunch crashes after opening chrome (Issue #254)
I'm going to dig into it this weekend. If I can't find the cause of the
crash, I'll remove the docs.
On 20 Jun 2024, at 20:34, AstroCodeCat wrote:
Perhaps if this functionality/issue is not going to be fixed anytime
soon it could be removed from the documentation so they don't spend
time on it before coming here?
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub<#254 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BERE74PGQFSG3UHEDJQU2JLZIRT4PAVCNFSM6AAAAAAQIIUSDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTGIYTCNZRGU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I'm unable to replicate this, which makes it really hard to fix. I can run:
And it does exactly that, opening my site in a new window of Work profile. Anything else you can see that I'm missing about your setup? I have the latest version of Chrome and am testing with Bunch 1.4.17 (180) |
I tested with a similar line (replacing
Bunch still crashes immediately when opening the bunch in question. I'm on 1.4.17. |
Is `otherprofile` the exact name of your other profile? Is there
anything else interesting about the profile name (such as spaces or
punctuation)? Does the crash happen with ALL profiles?
…-Brett
On 23 Jun 2024, at 12:05, Ed Cottrell wrote:
I tested with a similar line (replacing `Work` with my profile name
and using exactly the same caseing as I used in Chrome, as in the line
below):
```
chrome[otherprofile]:https://brettterpstra.com
```
Bunch still crashes immediately when opening the bunch in question.
I'm on 1.4.17.
--
Reply to this email directly or view it on GitHub:
#254 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Yes, that's the exact name. No spaces or punctuation. I created another profile just now with the exact name
|
Hi Brett and Ed,
I also tested across a number of my regular profiles and all crash. Space/No spaces/non existent profiles. Can’t think of anything at the moment unique other than at one point I tried to launch chrome using only chrome as the app name and this launch chrome remote desktop uninstaller instead – I removed this and launch using “google chrome” instead.
Bunch: 1.4.17 (180)
Mac - MacBook Pro - Apple M3 Pro - 14.5 (23F79)
…---
title: Test Browsers
---
//chrome[Mike]:https://control.shelly.cloud # crash
//chrome[Peter]:https://clients.mindbodyonline.com # crash
//chrome[peter]:https://clients.mindbodyonline.com # (lower case doesn't exist - crash)
//chrome[Mad Collection]:https://clients.mindbodyonline.com # crash
//chrome[Doesnotexist]:https://clients.mindbodyonline.com # crash
//chrome[Michelle Ng MAD MB]:https://clients.mindbodyonline.com # crash
//chrome:https://clients.mindbodyonline.com # works
//google chrome # works
//chrome # doesn't launch
//Chrome # doesn't launch
Thanks
Mike
From: Ed Cottrell ***@***.***>
Date: Monday, 24 June 2024 at 5:19 AM
To: ttscoff/bunch ***@***.***>
Cc: AstroCodeCat ***@***.***>, Comment ***@***.***>
Subject: Re: [ttscoff/bunch] Bunch crashes after opening chrome (Issue #254)
Yes, that's the exact name. No spaces or punctuation.
I created another profile just now with the exact name testprofile, and I still get a crash immediately upon running a bunch consisting of only the following lines:
---
title: TEST Chrome Profiles
---
chrome[testprofile]:https://brettterpstra.com
—
Reply to this email directly, view it on GitHub<#254 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BERE74NAFT5T6RALMJLNJZ3ZI43VLAVCNFSM6AAAAAAQIIUSDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBVGMZDMNBQGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
@AstroCodeCat Interesting.
|
Hi Ed, Sorry I wasn't very clear. If I launch just the app (no URL, no following stuff), I need to use "google chrome", if I want to use the URL and profile I just use "chrome" Thankstitle: Test Browsers//chrome:https://clients.mindbodyonline.com # works |
when opening a specific google chrome profile Bunch crashes.
@@ chrome[Profile 1]:https://brettterpstra.com
Using Version 1.4.10 (163)
The text was updated successfully, but these errors were encountered: