Closed RuchitJagodara closed 1 week ago
Although it was not a bug as it is explicitly mentioned in the readme to put your ip and port but now we have provided a way to put ip and port number directly.
Thank you for the update ! @bichhawat can you please mark this as a bug ?
Here, in server.py file and client.py file which are main executable files the group has hard coded a random IP address
10.7.23.164
and Port12345
. And as we are not allowed to temper with the code, I can't change the IP and Port here, as it is not allowed so basically if I run the file as it is it is giving me error, which should not happen by default because I am not missing anything here so it should work but it is giving error because of the same reason !Here, is the ss of error message.
Although I agree that they have mentioned that we should use our own IP but still this should be considered as a bug because I can't change the code as it is tempering with the code !
And here instead of mentioning it, I think it is better to change the code to handle the default IP and Port according to values it can actually take without any errors like taking IP as 127.0.0.1 and port as any random value which is available !