jamerperson

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jamerperson's Achievements

Noob

Noob (1/14)

4

Reputation

  1. I'm getting a weird error when I try to start the bot. I'm trying to connect to a nitrado Ark server. Traceback (most recent call last): File "/dgsm-docker/bot.py", line 29, in <module> clientid = base64.b64decode(segs[0]).decode() File "/usr/local/lib/python3.10/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding Server Config found! Settings Config found! Here is my json file too. Any help would be appreciated. servers.json
  2. getting some weird error. I only noticed it after I ran a fix docker permissions thing for another application that needed it. e stopping dnsmasq... Stopping DNS forwarder and DHCP server: dnsmasq. /run-parts.sh: line 6: /etc/services-enabled.d/020nextcloud: Permission denied /run-parts.sh: line 6: /etc/services-enabled.d/010lamp: Permission denied /run-parts.sh: line 6: /etc/services-enabled.d/000ncp: Permission denied /run-parts.sh: line 42: /etc/services-enabled.d/000ncp: Permission denied /run-parts.sh: line 47: /etc/services-enabled.d/010lamp: Permission denied /run-parts.sh: line 47: /etc/services-enabled.d/020nextcloud: Permission denied Starting dnsmasq... Starting DNS forwarder and DHCP server: dnsmasq. e The installation was working before, Now it starts, but I can't access the GUI at all.
  3. It has to be something new. Removing and re-adding a movie will not trigger an event.
  4. I think it is off of plex pulling the Metadata. Not the filename.
  5. @binhex could you elaborate on how to get the change to be persistent? I'm not familiar at all with the go file.
  6. see the pinned post at the top. it runs you through the fix.
  7. I was wondering why my usg was giving me a ton of firewall alerts lately.
  8. If we leave this field blank. Does it default to all?
  9. Got it. I don't know what changed. It wasn't showing me the server ID before today.
  10. Having issues with the Plex URL. the logs say "Invalid plex server url" following the advice above, however the plex.tv address doesn't show the server id even when i click on a movie. I tried also using the local IP address, but same error. I did have it started when running the config file and copied and pasted from it. My Plex server is on 192.168.1.10:32400 (unraid ip is the same, minus the port). Container wont start. any thoughts?
  11. I was having a bunch of issues. I was trying to modify the config file with notepad++ in windows. I kept getting errors and it looked like the config file wasn't always saving. Reading above, I noticed that you were using nano to edit the config file. Once I used nano to edit the config file, I got it to work. Instead of a config file, could I recommend that you just use docker variables? I'm not super familiar with linux, so it took me longer to figure out than I'd like to admit. I also don't know much about docker programming, so I don't know how easy that is. I got it running right now (although haven't had a new movie to add to my server yet). Thank you for this!
  12. Have you updated it? Edit the VM, scroll all the way to the bottom and click "update VM"
  13. Thank you @Cyd any chance you would consider doing a step by step really dumbed down instruction for people who don't know how to even find the xml files (like me?)
  14. Thank you very much for your help. I appreciate it!