Hi @sermayoral,
while trying to connect a J series TV (see issue #62) I took a deeper look in the PySmartCrypto code and found that the user supplied port is not being used when pairing with the device:
This PR implement the insertion of user supplied port into the urls to possibly solve many connection issues experienced by different users (it should partially address #21 ).
Hi @sermayoral, while trying to connect a J series TV (see issue #62) I took a deeper look in the PySmartCrypto code and found that the user supplied port is not being used when pairing with the device:
Instead the hardcoded value
8000
is used.This PR implement the insertion of user supplied port into the urls to possibly solve many connection issues experienced by different users (it should partially address #21 ).