Everything posted by DonKevlar
-
DONKEVLAR Docker Templates
Try redownloading the image from scratch and removing the older image. I changed the image since I had an issue with the docker image I was using when I first uploaded the template.
-
DONKEVLAR Docker Templates
Hey! So yeah, that doesn't work just yet. The work around requires you to go into the permissions.json file and add the group "OP" to your player ID. You'll see something like "adventure", you just need to place it under that. Once you get that working, restart the server and you'll be able to send commands in the game. For external commands you can also setup the discord mod which allows you to use discord to send commands into the game and also view the in game chat. Hope that helps!
-
DONKEVLAR Docker Templates
For those with issues regarding Hytale, I am aware and have already updated the template to fix those issues. Specifically the back up volume path and the missing server path. Note that it can take up to 2 hours for CA to update so thats why you may be missing the newest update.
-
DONKEVLAR Docker Templates
The other issue I spotted is that you are connecting to the library but its not returning an array or libraries. Autocomplete pulls from 2 things: your recent-sessions (Last 10 sessions you used) and when typing your actual library and uses the search api to find the book you are typing in. (Also returns 10 books using substring search (i.e words included in the txt box). For example a normal log response should look like this: INFO - bot : Successfully Reached /libraries with Status 200 INFO - bot : Successfully Reached /libraries/5427680c-4e01-4d59-94d4-c73e5039fa9f/search with Status 200 INFO - bot : [{'name': 'He Who Fights with Monsters 8', 'value': 'dc2e19d2-c25a-4c1e-b681-84a73db8cacd'}, {'name': 'He Who Fights with Monsters 7', 'value': 'b19d9791-286d-4e83-b931-52174235f62c'}, {'name': 'He Who Fights with Monsters 9', 'value': '36ef8311-f3cb-48cf-a698-a34548792c36'}, {'name': 'He Who Fights with Monsters 10 (Unabridged)', 'value': 'adc7c114-678c-4873-8ed6-7c4767e7574e'}, {'name': 'He Who Fights with Monsters 6 (Unabridged)', 'value': '933ce643-979b-4c47-9fb6-4ed484592ca1'}, {'name': 'He Who Fights with Monsters 5 (Unabridged)', 'value': '5b7f5bf3-2bc6-4ee7-8383-c4fd23683111'}, {'name': 'He Who Fights with Monsters 4: A LitRPG Adventure (He Who Fights with Monsters, Book 4) (Unabridged)', 'value': '4cb3d333-8934-487a-9186-24e46d3dd515'}, {'name': 'He Who Fights with Monsters 3: A LitRPG Adventure (He Who Fights with Monsters, Book 3) (Unabridged)', 'value': '66c4727b-35f9-40a5-a7ff-fd15c7e15b7e'}, {'name': 'He Who Fights with Monsters 2: A LitRPG Adventure (He Who Fights with Monsters, Book 2) (Unabridged)', 'value': '486f68f5-edb5-4cf7-b250-b06d2d0e6664'}, {'name': 'He Who Fights with Monsters: A LitRPG Adventure (Unabridged)', 'value': 'e3b076e9-f40b-407d-a39f-efb9c914ce8f'}] INFO - bot : Autocomplete Called: $play with event.ctx.focussed_option = SlashCommandOption() | event.ctx.kwargs = {'book': 'He who fights with monsters'} My other suggestion, try getting the item id for a book and try using that in the 'book' prompt. You can get that item id by clicking on an item in the web ui for ABS. it looks like 'dc2e19d2-c25a-4c1e-b681-84a73db8cacd' as an example. The server expects the value to be that item id. If its invalid then it just returns None. So it won't play anything. What type of library are you using, is it audiobooks only or do you have it mixed? Sorry for the questions, the reason why this is in beta is also due to the fact that I'm still working on niche use cases and setups. Update: Took a look at the bookshelf API code I had made for the library lookup, turns out that some of the conditions in there were too strict and might of been removing options. I updated the scripts to include all libraries. The new version is Beta 1.1.0. Note that you still need to update your bot's intents if you haven't already to what I spoke of previously. Its attempting to send you messages but cant. But the autocomplete returning an empty list should be fixed now.
-
DONKEVLAR Docker Templates
Hey, by chance are you using a private channel? If the bot doesn't have permission for a private channel the API call fails. And that's what it looks like is happening here. Try adding the bot role to that channel. You don't need to restart the bot. Just make sure that it has access to that channel. Also, what intents did you use when adding the bot? I'm working on finalizing my guide, but that also might be why it's not working. Note that that can be adjusted in the server you added it to under roles. You can modify what the bot has access to. The main scopes are: Bot(join voice, send messages, read messages).
-
DONKEVLAR Docker Templates
Support thread for all my Docker Templates for CA. This thread is reserved for issues with the Unraid Docker templates. For issues with an application itself, please redirect your concern to the app's own support channels.
-
[6.12.3] Docker Start/Stop Button does not work
Im also having the same issue, I've noticed that on the 'dashboard' page it does work however.
-
[Support] tmchow - n8n workflow automation
I have been able to get it up and running with letsencrypt using a custom template. However, I'm currently encountering an issue where every time I go to the server through the proxy, it gives me a "Connection Issue" at the top right. Locally, however, I have no problems. If anyone has a working letsencrypt template or has any suggestions, please let me know. I'm a noob and still learning so any help would be appreciated! Thanks!
-
[Support] Linuxserver.io - Nextcloud
Hi All, Having an issues with connecting to the nextcloud page. Every time I go to the IP I get "page cannot be loaded" error unless I'm running on network mode br0. I have verified the log and everything seems to be fine. So far I've tried br0, host, bridge, custom proxy. I was able to connect using br0, however I would like to connect to it remotely which requires either bridge or the proxy network. Any ideas? Thanks,
-
[Support] Linuxserver.io - OpenVPN AS
This worked for me! I had to delete the setting for it to work as just changing it back to eth0 didn't seem to be effective. Thanks!
-
[Support] Linuxserver.io - OpenVPN AS
Yup, had it working for at least 3 or 4 months and then one day it just stopped.
-
[Support] Linuxserver.io - OpenVPN AS
Hi All, I've been getting the following error: service failed to start due to unresolved dependencies: set(['user']) service failed to start due to unresolved dependencies: set(['iptables_openvpn']) Service deferred error: IPTablesServiceBase: failed to run iptables-restore [status=2]: ['iptables-restore v1.6.0: Bad IP address ""', '', 'Error occurred at line: 151', "Try `iptables-restore -h' or 'iptables-restore --help' for more information."]: internet/defer:323,sagent/ipts:122,sagent/ipts:49,util/mycprof:11,<string>:1,sagent/sagent_entry:14,sagent/sagent_entry:11,util/daemon:28,util/daemon:69,application/app:423,scripts/_twistd_unix:202,application/app:445,application/app:348,internet/base:1166,internet/base:1178,internet/epollreactor:194,python/log:85,python/log:70,python/context:59,python/context:37,internet/epollreactor:223,internet/posixbase:191,internet/process:260,internet/process:762,internet/process:775,internet/_baseprocess:60,svc/pp:117,svc/svcnotify:32,internet/defer:238,internet/defer:307,internet/defer:323,sagent/ipts:122,sagent/ipts:49,util/error:61,util/error:44 service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['iptables_live', 'iptables_openvpn']). This occurs every time I try to start the server, however, the container starts without a hitch. I've tried to restore the container, delete the config files, install a different version, ect. Not sure what to do at this point. I'm also new to OPENVPN and linux so please be specific if you have any suggestions. Thanks!