-
Notifications
You must be signed in to change notification settings - Fork 6
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
make test error #6
Comments
Ubuntu14.04/Python 2.7.6. Got the similar error when "make start-l3". It took varying time for the error to occur. Exception in thread ichiban: |
I have seen the same error -- It appears to be an IPv6 packet being I am running Ubuntu 12.04 with Python 2.7.3 Regards, On 03/25/2015 02:56 PM, weirongj wrote:
|
With regard to the problem reported by Haoyu, my guess is that on 64bit machines the MAC address is an ‘int’ and on 32bit machines it is a ‘long’ and there is code that checks for type. Here is the fix I used: In header.py
replaced with
The other problem I had was in field.py
where Johann suggested the following fix (needed here and 3 lines closely following):
I think Johann mentioned he had another fix that might be better but I don’t recall what that was. |
Ubuntu14.04/Python 2.7.6
make test error:
Traceback (most recent call last):
File "iri/parsed_packet.py", line 408, in
(exp_mac_val, mac_val))
TypeError: %x format: a number is required, not NoneType
The text was updated successfully, but these errors were encountered: