spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Ray has died with a red screen on my Linux Mint - Something went wrong here: Reload Ray to try again. #165

Closed eugenefvdm closed 3 years ago

eugenefvdm commented 3 years ago

Describe the bug

Ray was working fine for a few weeks. Then I noticed that an error was repeating, something like:

Missing } and then I had to click on ErrorHandler which didn't show the real problem.

I don't recall the precise message but I can tell you it was repeating and I can't use Ray anymore at all.

Versions

Bit of a mystery here, as I click on Ray-1.13.0.AppImage but Menu/About says 1.12.0

PHP version: 7.4.15

Laravel version: 8.29.0

To Reproduce

Steps to reproduce the behavior:

  1. Start Ray
  2. A red screen appears, "Something went wrong here. Reload Ray to try again."
  3. Click Reload Ray. Nothing happens.
  4. Click View menu, New Blank Screen and Clear History. Nothing happens.

Expected behavior

Ray should work and clearing screens should "reset" it.

Screenshots

image

Desktop (please complete the following information):

If Ray has some kind of buffer that stores messaging, my belief is it was overwhelmed by the constant repeats of "Missing }" and eventually just crashed due to too much data. One would expect "New Blank Screen..." fixes the problem, but perhaps because it's so overwhelmed it's now just fubar.

I love Ray so please let Ray love me back <3

freekmurze commented 3 years ago

Could you create a minimal app to recreate the issue your are experiencing? This would help us a lot debugging and fixing this issue.

eugenefvdm commented 3 years ago

Ok I did that, started a new project and it's working. I'm going to close this issue for now until I can figure out what's wrong with my project. Perhaps vendor files are broken I'm not sure but will come back if there is still an issue.