spatie / ray

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

Latest ray version 1.14.6, nothing gets logged to the app #404

Closed rkmaier closed 3 years ago

rkmaier commented 3 years ago

Describe the bug No debug is logged inside the windows app, previous version seemed to work just fine

Versions Ray Windows 1.14.6 ray/spatie 1.21.2

PHP version: 7.4.16

To Reproduce Steps to reproduce the behavior:

  1. Install latest ray version
  2. Log something using the ray command
  3. Nothing is logged inside the ray app

Expected behavior Logs should show up in the ray app

Desktop (please complete the following information):

patinthehat commented 3 years ago

@rkmaier Have you followed the documentation on using Ray with docker?

rkmaier commented 3 years ago

@rkmaier Have you followed the documentation on using Ray with docker?

@patinthehat yes it was working with the previous version. Where can I download the previous version to confirm my issues ?

patinthehat commented 3 years ago

Where can I download the previous version to confirm my issues?

I'm not sure on that one. You'd have to ask @freekmurze.

In the mean time: are you able to create a test php script to see if you're able to communicate with the Ray app outside of your project?

rkmaier commented 3 years ago

Where can I download the previous version to confirm my issues?

I'm not sure on that one. You'd have to ask @freekmurze.

In the mean time: are you able to create a test php script to see if you're able to communicate with the Ray app outside of your project?

The same issue, outside my app too. However it does work when not using docker

rkmaier commented 3 years ago

@freekmurze can I download the older versions somewhere ?

hi-reeve commented 3 years ago

i got the same problem even after 1.14.7 it does not work on my local it doesn't log anything

rkmaier commented 3 years ago

i got the same problem even after 1.14.7 it does not work on my local it doesn't log anything

Same here, even after 1.14.7

hi-reeve commented 3 years ago

and btw i didnt use docker and it does not work also

hi-reeve commented 3 years ago

any update on this?

DamianKausitz commented 3 years ago

Same issue. Uninstalled latest version. Installed 1.24.0 --- does not work, Automatically downloaded and installed 1.14.7.0. PHP v7.4.10 from XAMPP, No communication between php files and Ray console. McAfee firewall -- ports are open.

mariuscirstea commented 3 years ago

Same issue. Version 1.14.7 (1.14.7) MacOs Catalina Local dev with Valet

freekmurze commented 3 years ago

I'll inestigate this soon. Could you try if it works using an older version of the PHP package?

mariuscirstea commented 3 years ago

It is now working with new laravel project but with old one doesn't. I should investigate forward...

mariuscirstea commented 3 years ago

Some collegue changed config and set 'host' to docker. I changet back to localhost and all it is working now. Sorry for my hasty post!