spatie / ray

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

Ray stopped working after update. #823

Closed dean26 closed 10 months ago

dean26 commented 10 months ago

Describe the bug Ray stopped working after update. e.g. ray()->showQuries() doesn't show anything in ray.

Versions Ray version (you can see this in "About Ray"): 2.6.4

Desktop (please complete the following information):

cbaconnier commented 10 months ago

I had the same issue on (Arch) Linux I solved it by deleting the folder ~/.config/Ray

Sam-Apostel commented 10 months ago

Hey @dean26

Could you check if the port in the Ray app settings is still correct? A bug in v2.6.2 and v2.6.3 might have changed the default port for the app if it failed to start listening on it.

The default port is 23517, if you didn't change this, you can set it back to 23517 manually in the settings.

@cbaconnier by removing that folder you reset all of the settings to default, which also solved the problem

pvullioud commented 10 months ago

Same issue her, the port change to 23518 after the update. I set it back to 23517

dean26 commented 10 months ago

I changed port from 23518 to 23517 and it works now.

Sam-Apostel commented 10 months ago

Glad to hear this indeed resolved your issues.