spdermn02 / TouchPortal_Discord_Plugin

Touch Portal Plugin to Interact with Discord
GNU General Public License v3.0
62 stars 24 forks source link

Failing to create additional states past 10 users #95

Open WayneJLee opened 1 month ago

WayneJLee commented 1 month ago

Was trying to see how we could additional states past User_9 (which I now know is hard coded as the default during initial runtime) so I spent some time trying to understand how the plugin works to see if I could make any adjustments.

I discovered this line which is supposed to create additional states to support more than 10 users within the channel so I was left a little confused when I still wasn't able to see them.

Upon enabling logging from the plug-ins, I noticed these errors. I've just started using TP for half a day so I'm not too familiar with the flow but my understanding is that plugins should be able to create states, which are then tied to their respective plugin IDs. I'm not sure if another plugin is using those exact names for their states but I doubt it to be the case. Not sure what is causing the issue but I'm sure the folks maintaining this would have a better idea if it's an issue with my TP or the plugin, so I just wanted to flag it out.

Happy to provide more information as needed.

00:14:42.014 - [ERROR] [Plugin Instance] Cannot update state 'user_10_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.014 - [ERROR] [Plugin Instance] Cannot update state 'user_11_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.014 - [ERROR] [Plugin Instance] Cannot update state 'user_12_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.016 - [ERROR] [Plugin Instance] Cannot update state 'user_15_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.017 - [ERROR] [Plugin Instance] Cannot update state 'user_17_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.017 - [ERROR] [Plugin Instance] Cannot update state 'user_17_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.017 - [ERROR] [Plugin Instance] Cannot update state 'user_18_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.017 - [ERROR] [Plugin Instance] Cannot update state 'user_19_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.018 - [ERROR] [Plugin Instance] Cannot update state 'user_19_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.019 - [ERROR] [Plugin Instance] Cannot update state 'user_22_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.019 - [ERROR] [Plugin Instance] Cannot update state 'user_10_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.019 - [ERROR] [Plugin Instance] Cannot update state 'user_10_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.020 - [ERROR] [Plugin Instance] Cannot update state 'user_10_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.020 - [ERROR] [Plugin Instance] Cannot update state 'user_10_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.020 - [ERROR] [Plugin Instance] Cannot update state 'user_10_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.020 - [ERROR] [Plugin Instance] Cannot update state 'user_11_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_11_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_11_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_11_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_11_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_12_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.021 - [ERROR] [Plugin Instance] Cannot update state 'user_12_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_12_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_12_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_12_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_12_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_12_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_13_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.022 - [ERROR] [Plugin Instance] Cannot update state 'user_14_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.023 - [ERROR] [Plugin Instance] Cannot update state 'user_14_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_14_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_15_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.024 - [ERROR] [Plugin Instance] Cannot update state 'user_16_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_16_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_17_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_17_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_17_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.025 - [ERROR] [Plugin Instance] Cannot update state 'user_17_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_17_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_17_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_18_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_19_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.026 - [ERROR] [Plugin Instance] Cannot update state 'user_19_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.027 - [ERROR] [Plugin Instance] Cannot update state 'user_19_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.027 - [ERROR] [Plugin Instance] Cannot update state 'user_19_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.027 - [ERROR] [Plugin Instance] Cannot update state 'user_19_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.027 - [ERROR] [Plugin Instance] Cannot update state 'user_19_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_20_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.028 - [ERROR] [Plugin Instance] Cannot update state 'user_21_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_21_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_21_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_21_server_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_21_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_22_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_22_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_22_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.029 - [ERROR] [Plugin Instance] Cannot update state 'user_10_self_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.030 - [ERROR] [Plugin Instance] Cannot update state 'user_22_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.030 - [ERROR] [Plugin Instance] Cannot update state 'user_22_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.030 - [ERROR] [Plugin Instance] Cannot update state 'user_22_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.031 - [ERROR] [Plugin Instance] Cannot update state 'user_11_self_mute' as it does not belong to the plugin 'TPDiscord' 
00:14:42.031 - [ERROR] [Plugin Instance] Cannot update state 'user_11_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.033 - [ERROR] [Plugin Instance] Cannot update state 'user_15_nick' as it does not belong to the plugin 'TPDiscord' 
00:14:42.033 - [ERROR] [Plugin Instance] Cannot update state 'user_16_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.034 - [ERROR] [Plugin Instance] Cannot update state 'user_18_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.035 - [ERROR] [Plugin Instance] Cannot update state 'user_21_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.036 - [ERROR] [Plugin Instance] Cannot update state 'user_10_deaf' as it does not belong to the plugin 'TPDiscord' 
00:14:42.036 - [ERROR] [Plugin Instance] Cannot update state 'user_21_id' as it does not belong to the plugin 'TPDiscord' 
00:14:42.036 - [ERROR] [Plugin Instance] Cannot update state 'user_21_avatarID' as it does not belong to the plugin 'TPDiscord' 
00:14:42.036 - [ERROR] [Plugin Instance] Cannot update state 'user_22_server_mute' as it does not belong to the plugin 'TPDiscord'
spdermn02 commented 1 month ago

Will look at it as soon as we can. Thanks for reporting.