-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set a sound #4
Comments
as well I have tried many alternatives and yes, it does work using /splay |
I am having the same issue. However, I have discovered a way around this, use A side note of this, if you install HexChat outside of main C:\ then you cannot find the audio files. |
Is this a HexChat limitation, or a plugin limitation? Seems silly that %appdata% isn't accessible outside a C:\ install, perhaps we need to run it with admin privileges? |
@tyrope The purpose of %APPDATA% is storing user-specific settings and data without admin priveleges. The problem may be spaces in the path, or assuming C: when translating from unix-like paths, if that is a problem somewhere in the code. @RyanWolfe556 By "outside of main c:" do you mean on another drive letter, or somewhere deeper? What is the install path that does not work? |
@dewiniaid Are you here? The issue seems to be a missing length checking for the params list. The same occurs in 2.14.3 on Fedora 31:
Expected behavior:
|
I am doing the command "/alerts sound ratsignal [ratsignal.wav]" and when I run it I get the following error:
Traceback (most recent call last):
File "", line 2255, in command_hook
File "", line 1323, in call
File "", line 1456, in wrapper
IndexError: list index out of range
Traceback (most recent call last):
File "", line 2255, in command_hook
File "", line 1323, in call
File "", line 1456, in wrapper
IndexError: list index out of range
Traceback (most recent call last):
File "", line 2255, in command_hook
File "", line 1323, in call
File "", line 1456, in wrapper
IndexError: list index out of range
Traceback (most recent call last):
File "", line 2255, in command_hook
File "", line 1323, in call
File "", line 1456, in wrapper
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: