-
Notifications
You must be signed in to change notification settings - Fork 139
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
JDC is not logging any error on wrong TP configuration #863
Comments
Worse, it's not logging any config error (it took me half an hour to realise I had to rename It does log when the config file doesn't exist. |
I would label this as a |
can you be more specific? are you referring to wrong TP config, or |
I don't remember specific details tbh. I just remember that we did something to better handle configurations in general, but maybe I'm wrong |
Happy to pick this up @GitGab19 From what I understand from the discord discussion the user used |
Hey I'm sorry for being late. |
Indeed, you could check that the port is a valid integer between 0 and 65535. But just checking that it's an integer should be enough. |
Because we are using |
I would lean towards aggregating them into #997, since it seems a better wrapper for it. But @jbesraa feel free to let us know what you think about it (for me it's also ok to merge your contribution now) |
Closed by #987 |
JDC is not generating errors when a wrong TP configuration is used.
To reproduce it, you can simply change the port number randomly in
tp_address
parameter, and run it.A discussion about this here: https://discord.com/channels/950687892169195530/1012371967992672321/1229368703737663508
The text was updated successfully, but these errors were encountered: