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

Bug with missing argument #19

Open
liyuling opened this issue Sep 20, 2018 · 2 comments
Open

Bug with missing argument #19

liyuling opened this issue Sep 20, 2018 · 2 comments

Comments

@liyuling
Copy link

Hi,

When I ran:
traixroute -process -asn probe -t -dest 8.8.8.8

File "/home/yulingli/.local/lib/python3.5/site-packages/traixroute/application.py", line 310, in main
if not string_handle.is_valid_ip_address(inputIP, 'IP'):
TypeError: is_valid_ip_address() missing 1 required positional argument: 'dataset'

I looked into string_handler.py

class string_handler():
'''
This modules handles the strings.
'''

# TODO: Change this function for IPv6
def is_valid_ip_address(self, address, kind, dataset): 

Looks like application.py is not passing 'dataset' argument(which is a string?) to string_handler.is_valid_ip_address

@gnomikos
Copy link
Owner

We start reviewing the total project again. Thus, we would resolve any opened issue.

Many thanks

@rodrigodalri
Copy link

same issue happened to me

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

No branches or pull requests

3 participants