Stefan Aurori

Results 33 comments of Stefan Aurori
trafficstars

Some additional errors (`No such file or directory: '/app/data/control.id'`): ```shell nzbhydra-ui-dev | /app/ui-src/ does not exist or is empty - coping files from source to /app/ui-src/ nzbhydra-ui-dev | mkdir: cannot...

No I can't reach the UI. It looks like it goes into a crash restart loop: ```shell nzbhydra-ui-dev | /app/ui-src/ already exists nzbhydra-ui-dev | Building UI resources nzbhydra-ui-dev | Running...

Haha no worries. I'm on mac (M1, ARM) for development. I usually run NZBHydra on Unraid or plain Debian

amd64 should still work, it runs through Rosetta (now), used to be qemu with Docker Desktop

Looks like it's working! Here's the log output ```shell 2024-05-18 16:44:20.123 INFO --- [ main] org.nzbhydra.NzbHydra : Starting NzbHydra using Java 17.0.10 with PID 48 (/app/lib/core-6.2.2-SNAPSHOT-exec.jar started by root in...

First impressions are this might not be as bad as I thought. I mistakenly thought it was using a 12 based grid but it's using 20 so some of the...

I have the changes mostly complete. It wasn't so bad, mainly misplaced css `row` and lack of responsive `col-*` classes along with not using responsive `table`. Bootstrap 3 has it's...

It's no rush, but if you looked over all the changed screens and don't see any major issues, then sure release it. I can always make additional PRs if any...

I pulled the new version. First time running it gave me the same error. Second time running it looked like it booted fine. Visiting the UI, An error modal popped...

Yeah the container issue seems like a bug with docker+arm amd64 translation and java. I found that if I set Docker to use 1 CPU, it works fine. Very slow...