You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to forward multiple ports, so i configured a port-forwarding range. If i try to get it with your tool, i get this error:
File "<input>", line 1, in <module>
File "C:\Users\kimm8\PycharmProjects\arithmetische\venv\lib\site-packages\fritzconnection\core\fritzconnection.py", line 209, in call_action
return self.soaper.execute(service, action_name, arguments)
File "C:\Users\kimm8\PycharmProjects\arithmetische\venv\lib\site-packages\fritzconnection\core\soaper.py", line 170, in execute
return handle_response(response)
File "C:\Users\kimm8\PycharmProjects\arithmetische\venv\lib\site-packages\fritzconnection\core\soaper.py", line 154, in handle_response
return self.parse_response(response, service, action_name)
File "C:\Users\kimm8\PycharmProjects\arithmetische\venv\lib\site-packages\fritzconnection\core\soaper.py", line 197, in parse_response
value = self.conversion_table[data_type](value)
ValueError: invalid literal for int() with base 10: '27005-27015'
The text was updated successfully, but these errors were encountered:
Lemocin
changed the title
call_action("WANPPPConnection","GetGenericPortMappingEntry",i) does not work with port ranges
Tool does not work with port ranges
Mar 2, 2020
Thanks for reporting, I was able to reproduce this. In case that a port-range is configured, the box returns a formatted string instead of a single ui2 value as described by the related SCDP informations provided by the router. This is something that should get clarified with the vendor before further actions.
I need to forward multiple ports, so i configured a port-forwarding range. If i try to get it with your tool, i get this error:
The text was updated successfully, but these errors were encountered: