IamBrock

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by IamBrock

  1. Is there a way to reset the webui password somehow? My arr programs became unable to connect to the downloader the other day (week?). So I went to login and see what was up and it said my password is incorrect. I was sloppily using the adminadmin password since I only access it locally, wondering if an update possibly updated that since I had been negligent? Anyway I'm locked out of my downloader, I can get into the conf file for it but that just lets me change the webui username. Is there another way for me to get this working again without doing a reinstall with fresh settings (I'm fairly attached to my settings)? Thanks in advance.
  2. Sorry to bump this post but... well I found the video and really wanted to get this kind of thing setup. Unfortunately as mentioned by others the video is out of date and cannot be followed. I did my best to muddle through but was met with login issues inside adminer with the message 'Access denied for user...'. I'm not completely unfamiliar with login requirements for things but I'm not able to figure that part out and its a pretty big block. Does anyone have even some helpful tips to get these connecting? As an alternative I tried to use phpmyadmin but it says 'There is a mismatch between HTTPS indicated on the server and client...' With neither of these working and myself a fairly lazy gui user most of the time I'm a bit stumped. - EDIT it just really didn't like the linuxserver version of mariadb for some reason. The official docker worked fine.
  3. Hey thanks! Here it is root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='bazarr' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6767:6767/tcp' -v '/mnt/user/video/movies':'/movies':'rw' -v '/mnt/user/video/tv':'/tv':'rw' -v '/mnt/user/appdata/bazarr':'/config':'rw' 'linuxserver/bazarr' c3d4b4d275f673a631a3d3fd7651f96436d2f8c210e6db5570ff786815ed47bf The command finished successfully! EDIT: Don't know what was going on really. I removed the program again, wiped it from appdata and reinstalled it. everything works now.
  4. Hi, I've been poking around with bazarr for a while now and trying to get it to work. The web interface doesn't load (Unable to connect) at all, here are the logs I get: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom scripts found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Bazarr starting... 2019-05-18 08:31:31,233 - root (1502baa8bb68) : INFO (main:2050) - BAZARR is started and waiting for request on http://192.168.0.131:6767/ Traceback (most recent call last): File "/app/bazarr/bazarr/main.py", line 2051, in <module> server.serve_forever() File "/usr/lib/python2.7/site-packages/gevent/baseserver.py", line 362, in serve_forever self.start() File "/usr/lib/python2.7/site-packages/gevent/baseserver.py", line 306, in start self.init_socket() File "/usr/lib/python2.7/site-packages/gevent/pywsgi.py", line 1486, in init_socket StreamServer.init_socket(self) File "/usr/lib/python2.7/site-packages/gevent/server.py", line 146, in init_socket self.socket = self.get_listener(self.address, self.backlog, self.family) File "/usr/lib/python2.7/site-packages/gevent/server.py", line 157, in get_listener return _tcp_listener(address, backlog=backlog, reuse_addr=cls.reuse_addr, family=family) File "/usr/lib/python2.7/site-packages/gevent/server.py", line 256, in _tcp_listene I have it all pointed to the correct files in the docker edit / setup screen, or at least I have it pointed at the movie and tv folders respectively. Any ideas what is going on to stop the web interface from loading at all?