[ASK HELP] Cant even start the Web frontend on RasPi #118
Unanswered
Superblond
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Port 82 is the issue. It must be 80 for ytuner and port 53 for dns. Both dns ip addresses on AVR must be set to ip of your raspi running ytuner 192.168.178.9 If using pi 4 or 5 (4GB or more) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I hope I'm not making a fool of myself, but I can't even get web access to ytuner.
ytuner startet & running on a RasPi -> 192.168.179.9:82
FritzBox ist Router -> 192.168.178.1
Denon AVR-X5200W Receiver -> 192.168.178.11
There deactivated DHCP, and IP to ..11 and set DNS to 192.168.178.9; 2nd 8.8.8.8
The whole ytuner-folder is 777 at the moment.
In addition, the RasPi is set to automatic and independent port sharing on the FritzBox router.
Unfortunately I have to use a different port than 80 and 81 for access, because a web server that can't be "bent" is already running(!)
Problem:
When I use http://.. I get an error message in concole: "Dbg : Unknown route : GET /."
And when I use https://... I simply get a timeout.
But I can start a Webserver with python: python3 -m http.server 82 without problems.
Console:
sudo ss -tulpn | grep ytuner
In my ytuner-Folder:
It would be extremely helpful to know what files and folders need to be in a ytuner directory.
Maybe I dont have alle the files, configs & stuff that I need?!
And I'm sure if I had an example setup with all the files and contents I could get a better orientation.
I appriciate any help & sorry for my poor english :-/
Thx
SB
Beta Was this translation helpful? Give feedback.
All reactions