RaySession icon indicating copy to clipboard operation
RaySession copied to clipboard

Problem with the Interface

Open akuilera opened this issue 1 year ago • 1 comments

Hello!

When I launch RaySession it launches but is not usable. I cannot create a new session, neither open old ones, and when I launch it with the terminal it says:

QSocketNotifier: Can only be used with threads started with QThread
[ray-daemon]GUI connected at osc.udp://fedora:16801/
[ray-daemon]URL : osc.udp://192.168.2.107:16191/
[ray-daemon]      osc.udp://fedora:16191/
[ray-daemon]ROOT: /home/akuilera/Audio/Ray Sessions
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception ignored in: 'liblo._msg_callback'
AttributeError: module 'inspect' has no attribute 'getargspec'
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception ignored in: 'liblo._msg_callback'
AttributeError: module 'inspect' has no attribute 'getargspec'
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception ignored in: 'liblo._msg_callback'
AttributeError: module 'inspect' has no attribute 'getargspec'
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception ignored in: 'liblo._msg_callback'
AttributeError: module 'inspect' has no attribute 'getargspec'
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception ignored in: 'liblo._msg_callback'
AttributeError: module 'inspect' has no attribute 'getargspec'

neofetch:

OS: Fedora Linux 39 (Workstation Edition) x86_64 
Host: 82EY IdeaPad Gaming 3 15ARH05 
Kernel: 6.6.7-200.fc39.x86_64 
Shell: bash 5.2.21 
Resolution: 1920x1080 
DE: GNOME 45.2 
WM: Mutter 
WM Theme: Adwaita 
Terminal: gnome-terminal 
CPU: AMD Ryzen 7 4800H with Radeon Graphics (16) @ 2.900GHz 
GPU: AMD ATI Radeon RX Vega 6 
GPU: NVIDIA GeForce GTX 1650 Ti Mobile

Screenshot:

RaySession

akuilera avatar Dec 30 '23 02:12 akuilera

IMPORTANT: since python 3.11, because pyliblo has been totally abandonned by Dominic Sacre, for liblo you need to use the following fork:

https://github.com/gesellkammer/pyliblo3

Houston4444 avatar Dec 30 '23 16:12 Houston4444