-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP ERROR 500 #7
Comments
Here is the log from portainer. search_and_replace REPLACE_RWSOLS_COMPUTER_IP with "192.168.0.14" |
I'm experiencing the same issue. (running on unRAID) search_and_replace REPLACE_RWSOLS_COMPUTER_IP with 10.0.0.13 |
@pratik5705 @Lunatory Could you please post your docker-compose.yaml files? |
I have the same issue: even I don't change the port 8080, can't open the web either. |
I also had the same problem, this is my run command: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='RWSOL-Server' --net='host' -e TZ="Asia/Shanghai" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="RWSOL-Server" -e 'TCP_PORT_9999'='9999' -e 'RWSOLS_COMPUTER_NAME'='PC' -e 'RWSOLS_COMPUTER_MAC'='E0:D5:5E:8E:1A:70' -e 'RWSOLS_COMPUTER_IP'='192.168.1.225' -e 'APACHE2_PORT'='9999' -e 'PASSPHRASE'='unRAID' -e 'RWSOLS_MAX_PINGS'='15' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:9999]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/rwsol-server.png' 'ex0nuss/remote-wake-sleep-on-lan-docker' |
Getting the same exact HTTP error 500 as everyone else. The logs only talk about the fqdn issue that everyone else has posted here. They don't say anything helpful. Here is my docker run command:
On another note, it seems papaux's docker image - which is also based off of sciguy14's rwsols project - seems to be working. I'm not sure why there's an HTTP error when attempting to configure ex0nuss's image, but it would be nice to use this one instead as it seems to be updated more frequently. |
Hello, I am having the same same issue, below is the Docker Run commands. |
Had this issue when I added a computer name with a space to -e RWSOLS_COMPUTER_NAME . Cleared after adding a dash instead of space. |
Hi. I am running this docker image using the suggested Docker Compose code, except that I have changed the port from default 8080 to 8280. But when I try to access the web interface, I get HTTP ERROR 500.
The text was updated successfully, but these errors were encountered: