extinct_waffle

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by extinct_waffle

  1. This is exactly where I am now! I even changed the location for the MEDIA_URL and the STATIC_URL within the "/home/wger/src/settings.py" to point to the locations, "/home/wger/media" and "/home/wger/static" respectively, and copied the files over from the "/home/wger/src/wger/core/" for the media and the static folders into the above new locations. And then 777'd everything, lol. Still getting errors, even though the location it's not pointing at both exists, and has the files in. e.g. From the Logs WARNING 2024-01-09 09:26:30,740 log Not Found: /home/wger/static/images/icons/flags/sv.svg [09/Jan/2024 09:26:30] "GET /home/wger/static/images/icons/flags/sv.svg HTTP/1.1" 404 2933 WARNING 2024-01-09 09:26:30,745 log Not Found: /home/wger/static/images/icons/flags/tr.svg [09/Jan/2024 09:26:30] "GET /home/wger/static/images/icons/flags/tr.svg HTTP/1.1" 404 2933 WARNING 2024-01-09 09:26:30,749 log Not Found: /home/wger/static/images/icons/flags/zh-hans.svg [09/Jan/2024 09:26:30] "GET /home/wger/static/images/icons/flags/zh-hans.svg HTTP/1.1" 404 2933 WARNING 2024-01-09 09:26:30,753 log Not Found: /home/wger/static/images/icons/flags/uk.svg From terminal wger@b4ce7cdcf286:~/static/images/icons/flags$ pwd /home/wger/static/images/icons/flags wger@b4ce7cdcf286:~/static/images/icons/flags$ ls ar.svg bg.svg cs.svg el.svg en-gb.svg eo.svg es-co.svg es-ni.svg es-ve.svg fr.svg hr.svg it.svg nl.svg pt-br.svg ru.svg tr.svg zh-hans.svg az.svg ca.svg de.svg en-au.svg en.svg es-ar.svg es-mx.svg es.svg fa.svg he.svg id.svg nb.svg pl.svg pt.svg sv.svg uk.svg wger@b4ce7cdcf286:~/static/images/icons/flags$
  2. So, after a few restarts, I am now getting this error when refreshing the web GUI yeah. (along with a bunch of WARNINGS about logs not found) I tried to chown the static folder, but I can't use SUDO and su just asks for a password that I don't have, lol
  3. So yes you're right, I went back in and created a proper postgres database and user. I assigned the user full admin rights in the end as I was coming across the same permissions error (I know this might not be the best security wise, but I'm only going to host wger on this postgres container. So I'm not at the stage where I can "access" the web gui, but it still errors. The error I'm getting now on the web gui is, "An error occurred There was an error on the server while processing your request. Try refreshing your browser and if that doesn't help, please try again at a later time. If the problem persists, you can seek help in ways listed below:" And from within the logfiles of the container I'm getting some errors (lol), such as, [09/Jan/2024 07:37:17] "GET / HTTP/1.1" 302 0 [09/Jan/2024 07:37:17] "GET /en-gb/ HTTP/1.1" 302 0 ERROR 2024-01-09 07:37:18,073 log Internal Server Error: /en-gb/software/features Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) and, During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/usr/local/lib/python3.10/dist-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/wger/src/wger/software/views.py", line 48, in features result_github_api = requests.get('https://api.github.com/repos/wger-project/wger').json() File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) They seem to be the related to each other, but I have no idea how or why it's throwing them
  4. Sorry to hichjack this thread, I've switched over to postgres container now, and got somewhat further. But not it's erroring in the actual database not the connection, "django.db.utils.ProgrammingError: relation "exercises_exercisebase" does not exist LINE 1: ...LECT "exercises_exercisebase"."id" AS "col1" FROM "exercises..."
  5. Sorry I can't help, but did you manage to find an answer? New year, new workout goals and I'm trying to get wger to work, with absolutely no success. I created a database in my mariaDB container, plugged all the details into the wger container, and keep getting the error, "django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module." I've tried different ports, the same as my other containers, but still no luck at all
  6. That worked perfectly, thank you! I disabled the Docker manager, and it restarted the VM manager straight away, and then it let me re-enable the docker manager without any problems either. So it all works fine again now. Any ideas what the problem may have been (or how to avoid it in the future)?
  7. Good morning everybody, I'm having some interesting (read: annoying) problems with my VM's on my unraid server. Everything worked fine, until I disabled the VM's, and now I cannot re-enable them due to the error, "17428: error : qemuMonitorIO:578 : internal error: End of file from qemu monitor" Restarting the server does allow me to re-enable the VMs, but if I disable again, I cannot re-enable. I've done a lot of searching but could not find the answer anywhere. I've attached my diagnostics. Hopefully someone can provide some insight, thank you tower-diagnostics-20210811-0946.zip
  8. I also had this problem, and removing the move tuner worked for me. Not sure why that would stop it working, maybe I had missconfigured it somehow.
  9. I'm also having this issue. Everything worked fine in 6.8 but since upgrading, drives will not spin down automatically (if the spin down button is pressed they do spin down okay). From reading the above, I have dynamix autofan installed but (like make others) disabling this is not an option with the set up as it is. Do we have any ideas when/if this is something that can be fixed?
  10. This is the problem I am currently having also. I had it only on the cache for a while, but a) it just filled it up far too quickly, and b) nothing was protected (I'm running a single cache drive). I've switched it to the array but as you say, it just keeps things spinning all the time, which is something that I want to avoid. Did you find a solution?
  11. I implemented the changes as outlined by "ICDeadPpl" (thank you) and it worked to remove the "carddav/caldav" errors, but the "/.well-known/webfinger" error is still present. I've tried adding "location = /.well-known/webfinger { return 301 /public.php?service=webfinger; }" but that didn't work at all Any ideas?
  12. You guys are geniuses, that's fixed it straight away! I though it was enough to just turn off the dockers, I never though about turning off the services before running the mover, but thinking about it now, of course that makes perfect sense! All disks spun down now and happily running off of the Cache. Thank you
  13. Hi all, I'm new to UnRaid having only recently built my first UnRaid server. Disk1 won't stay spun down for some reason (which is keeping my parity disk up as well). Everything should be running off of the Cache drive, I've used the "Active Streams", "File Activity" and "Open Files" plugins to try and diagnose the issue, but no luck. I've disabled all dockers bar pihole and no VM's currently running, yet it's still spinning up. I've looked around the forums and reddit and tried some of the suggestions (disable dockers run mover, plugins etc) but can't work it out at all, any help would be really appreciated. I've included the diagnostics and the output of the "Open Files" plugin to try and help. Thanks tower-diagnostics-20201106-0855.zip