-
Notifications
You must be signed in to change notification settings - Fork 128
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
Crash after connecting usb-c screen #231
Comments
@kidk Thanks for reporting and sorry for the trouble! Looks like it might be related to Spaces, which is unfortunately using a private API. I’ll look into how to fix this. |
@kasper No worries. Thank you for the great project. |
@kidk Thanks, I really appreciate it! Just for some more context, do you have a callback on the screen event? |
@kasper Do you mean on 'screensDidChange' event? I'm using fabiospampinato/phoenix and it seems it's not using screensDidChange: https://github.com/fabiospampinato/phoenix/search?q=screensDidChange&unscoped_q=screensDidChange It is using the spaceDidChange event: https://github.com/fabiospampinato/phoenix/search?q=spaceDidChange&unscoped_q=spaceDidChange |
@kidk Good old attempt of trying to add nil to an array. I guess this is a very time sensitive issue. This should now (hopefully) be fixed in build 78. Thanks for reporting! |
Thanks for the fix 🎉 |
Every time I disconnect and reconnect my USB-C screen phoenix crashes and I need to restart it. I opened it through the command line to get the logs and this is what I got. Let me know if you need any other info. I'm using
git@github.com:fabiospampinato/phoenix.git
(unmodified) as a script.Stacktrace
The text was updated successfully, but these errors were encountered: