-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fatal error when running shift-cli #7
Comments
This is a known bug/incompatibility with Spatie's Ray package. As a temporary work around, you may remove the |
Just ran into this myself. Will likely hold off adding shift-cli until this is resolved. Looking forward to using this! |
Same problem, going to hold off as well. |
I'll take a look at this today. It's something with the bundling either in the Shift CLI or Ray. |
@mberneis, I'm not able to reproduce this error. I believe this happens if the Shift CLI encounters an error when it runs and is attempting to send it to Ray. Can you let me know if this happens when you run a single, simple task like Also if you are running the Ray app in the background or just the open source package? |
@jasonmccreary - I am not running ray (although I have it in my composer but I have not started the ray app at the moment) The error appears only with one task:
I have no explicit ray calls but something throws an error. |
I'm having the same experience with that single shift if that's helpful at all. |
Thanks @mberneis, that does help. I have pushed a new build (0.2.8) which I believe will solve this problem. Please run |
Yes, no more errors (the model-table task did not make any changes to my code, but probably none were needed) |
Confirmed that the new release is working over here as well! Thanks! |
Woohoo! Thanks all. And thanks @freekmurze for granting my access to Ray so I could diagnose the issue. It was the bundling for Shift CLI, but the stack trace was nonetheless helpful. |
Issue:
Get fatal error when running shift-cli
Command:
Output:
Before/After Snippets:
// PLEASE PASTE THE CODE SNIPPET BEFORE RUNNING THE COMMAND...
// PLEASE PASTE THE CODE SNIPPET AFTER RUNNING THE COMMAND...
The text was updated successfully, but these errors were encountered: