Closed io238 closed 3 years ago
I have the same problem since i tried to use it a few days ago. No changes to the setup. It has worked without any problems before.
Version: 1.17.0 OS: macOS 11.4
I tried it with spatie/ray and spatie/laravel-ray. Port 23517 is assigned to the process and listening.
There haven't been any changes to the way logs are sent or received in quite a while. Could you please try uninstalling the app and reinstalling it, and trying to send messages in a new, clean Laravel app?
I reinstalled the app + also reinstalled Ray into a fresh Laravel app. Still did not work for any project within Docker, nevertheless, I was able to send messages directly from Windows (w/o using Docker).
I was able to get it working again by publishing a fresh version of the docker config into the project root with php artisan ray:publish-config --docker
.
Other than stated in the docs, Ray does not seem to be picking up the ray.php
, if it's stored in a parent directory.
@freekmurze is this something we need to push a fix for?
We'll need to see if we can reproduce this.
I think we already have a couple of tests that prove that ray.php
is getting picked up a parent directory.
I'll take a look soon.
I just installed Ray for the first time today with Windows and WSL2. I followed the WSL2 instructions in the docs and I'm now wondering if this is related to this issue.
I've set a static IP for my windows host and have the IP set in my .env file with the RAY_HOST
variable.
Inside WSL2 I'm able to connect to ray:
➜ export git:(develop) ✗ telnet 10.0.0.100 23517
Trying 10.0.0.100...
Connected to 10.0.0.100.
Escape character is '^]'.
However, when I try to run ray('test')
, nothing appears.
@io238 did you ever get resolution?
edit: I know it's not my WSL setup because the app HELO from Beyondcode works the same way and it's working for me using my static IP.
@AdrianMrn can this be reopened?
Hi @ryanmortier, could you please open a new issue with the information from your above comment? We like to keep these kind of issues separate, in case they're not entirely related to the same cause. This way, you'll also fill out the issue template, and we get more information to help us debug this problem.
Feel free to refer to this issue when creating yours.
Describe the bug Ray does not receive any events anymore. It used to work in the past, but has stopped working now. I don't recall making any changes to the setup/environment.
Versions
PHP version: 8.0.10 Laravel version: 8.61.0
To Reproduce Steps to reproduce the behavior:
ray('Hello World');
Expected behavior Test string should appear in Ray.
Screenshots No output received by Ray
Output by RayProxy https://github.com/permafrost-dev/ray-proxy
Desktop: