spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
554 stars 102 forks source link

No more working #892

Open damms005 opened 4 months ago

damms005 commented 4 months ago

Before creating a new bug report Please check if there isn't a similar issue on the issue tracker or in the discussions.

If you are having troubles connecting your project to Ray, please check our docs first, especially the configuration and environment specific configuration sections.

Describe the bug Sorry I know "not working" is vague but I do not know how best to say it.

Route::get('/r', function () {
    ray('of light');
    return "ray('of light')";
});

I see the string ray('of light') in my browser when I visit the route but nothing in Ray app.

Browser view: image

Ray app view: image

Versions v2.7.5

You can use composer show to get the version numbers of:

PHP version: 8.1.27 Laravel version (if applicable): 10.28.0

To Reproduce Steps to reproduce the behavior:

  1. In route, do ray('anything')
  2. Ray app doesn't show anything

Expected behavior Ray app should show ray stuff

Screenshots Browser view: image

Ray app view: image

Desktop (please complete the following information):

Linux damms005-HP-Laptop-15t-dy200 5.15.0-92-generic #102~20.04.1-Ubuntu SMP Mon Jan 15 13:09:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
timvandijck commented 4 months ago

@damms005 could you tell me what distro you are using?

damms005 commented 4 months ago

Zorin OS 16.3

RhysLees commented 2 months ago

Im also facing this issue. There is no output at all, i've removed ray and installed again but that has not solved the issue.

Im running: Mac M2 Air Ray 2.7.5 laravel-ray 1.36.1

damms005 commented 2 weeks ago

Now also happening on my MBP M3. Was working but now stopped working completely.