You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when !wkt-ing a song has some characters (in my case its a ' character) plus a --noredirect param, it triggers error number 7, which is You need to add the escape character "" in the "-" that appear on the album or song.
While a normal character, or some characters but without --noredirect param works perfectly.
I think its something to do with ishwi/chuu/src/main/java/core/parsers/ArtistAlbumParser.java string split checker on line 125 which havent handled the added parameter (if (content.length > 2)).
Example to reproduce the bug: !wkt artist - a song with an apostro'phe --noredirect
The text was updated successfully, but these errors were encountered:
I found that when !wkt-ing a song has some characters (in my case its a ' character) plus a --noredirect param, it triggers error number 7, which is You need to add the escape character "" in the "-" that appear on the album or song.
While a normal character, or some characters but without --noredirect param works perfectly.
I think its something to do with
ishwi/chuu/src/main/java/core/parsers/ArtistAlbumParser.java
string split checker on line 125 which havent handled the added parameter (if (content.length > 2)
).Example to reproduce the bug:
!wkt artist - a song with an apostro'phe --noredirect
The text was updated successfully, but these errors were encountered: