coder8338 / appbox_installer

Appbox installer for radarr, sonarr, sickchill, jackett, couchpotato, nzbget, sabnzbdplus, ombi, lidarr, organizr, nzbhydra2, bazarr, flexget, filebot, synclounge, medusa, lazylibrarian, pyload, ngpost, komga, ombi v4, readarr, overseerr, requestrr, updatetool, flood, tautulli, unpackerr, mylar, flaresolverr.
MIT License
26 stars 8 forks source link

502 error after setting up komga and ombi #16

Closed sanskarlather closed 3 years ago

sanskarlather commented 3 years ago

After running the script and setting up ombi and komga when I try to open the link it shows a 502 bad gateway and medusa is stuck on loading other services like couch potato and sonarr work seamlessly. I would also like to know how to shutdown the service it doesn't seem to work when I do it from the gui any help would be appreciated

coder8338 commented 3 years ago

It sounds like your vnc instance might of run out of ram.

Can you check the monitoring page of the app on the appbox website? You could ask them to add more ram.

To stop a service:

sudo supervisorctl stop <service name>

To start a service:

sudo supervisorctl start <service name>

To restart a service:

sudo supervisorctl restart <service name>

For example, to stop radarr you would run:

sudo supervisorctl stop radarr

coder8338 commented 3 years ago

Also you can check each service log file in /tmp

sanskarlather commented 3 years ago

Thanks for this quick response, It seems that the ram was the problem I stopped some unused services and tried again and it seems to work I just might have to ask them to increase the ram allocation for my vnc instance