Skip to content
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

Adjust the conf or the code for bind address #95

Closed
austinwbest opened this issue Jul 6, 2021 · 2 comments · Fixed by #96
Closed

Adjust the conf or the code for bind address #95

austinwbest opened this issue Jul 6, 2021 · 2 comments · Fixed by #96

Comments

@austinwbest
Copy link
Member

## This will be used in Plex for example to send webhooks, Example: http://localhost:5454
## This will be used in Media Requests for example to send payloads, Example: http://your-domain.com:5454

If a user actually puts http:// in the bind address such as the example, it throws...

[ERROR] 2021/07/06 14:02:34 Web Server Failed: listen tcp: address http://192.168.1.21:5454: too many colons in address (shutting down)

Because that translates to

[INFO] 2021/07/06 14:02:34  => Web HTTP Listen: http://http://192.168.1.21:5454/
@davidnewhall
Copy link
Contributor

## The ip:port or port to listen on for incoming web requests.

Folks just don't read all the comments?

@austinwbest
Copy link
Member Author

## The ip:port or port to listen on for incoming web requests.

Folks just don't read all the comments?

Typically not when there is a full example.. Tends to draw their eyes to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants