spatie / ray

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

Ray not receiving events on Windows with WSL2 #590

Closed ryanmortier closed 2 years ago

ryanmortier commented 2 years ago

Before creating a new bug report Ref #559

Describe the bug I'm a first time Ray user and I've installed the Windows app and followed the WSL2 instructions. I've set a static IP for my PC and other electron apps are receiving events from WSL2 using this static IP, namely HELO from BeyondCode.

Versions v1.18.1 (Windows)

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

PHP version: v7.4.3 Laravel version (if applicable): v8.69.0

To Reproduce Steps to reproduce the behavior:

Inside WSL2

  1. php artisan tinker
  2. ray('test');

Expected behavior Expect to see debug info in the Windows app.

Screenshots My .env file: image

Nothing shows up: image

Not a firewall issue: image

LAN IP Address: image

Desktop (please complete the following information):

ryanmortier commented 2 years ago

Wow, nevermind. I forgot to publish the config so the .env variable must not have been working.

All good now.

AdrianMrn commented 2 years ago

Great to hear you got it working! 😁