Settings: 'Interface' misleading
See original GitHub issueHi there, first of all, thank you very much for all the work you have put into this project.
I have just updated to version 0.4.1, started up start.py and got the error message
WARNING: “Interface” in settings is not a valid IP, using default
So I checked the settings file and added eth0
as interface, which was denied (because it expected an IP address instead).
My suggestion is, that you may change the variable Interface
to something different like HostIP
, since interface can be misleading under linux for the network interface.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Best Practices on Preventing Errors in User Interfaces
The article shares a bunch of popular UX design practices that improve interactions, navigation and help to prevent users from making errors with...
Read more >10 Examples Of Bad UI Design And How To Fix Them
1. Pointless inconsistency in your UI elements · 3. Little distinction between primary and secondary buttons · 4. Lack of text hierarchy ·...
Read more >Dark patterns or deceptive interface designs that trick you
Dark patterns are deceptive user interfaces prompting consumers to perform particular actions. Unfortunately, they seem to be a recurring ...
Read more >Dark patterns in UX: how designers should be responsible for ...
Abstract. Dark Patterns are deceptive UX/UI interactions, designed to mislead or trick users to make them do something they don't want to do....
Read more >Dark Patterns: inside the interfaces designed to trick you
A dark pattern is a user interface carefully crafted to trick users into doing things they might not otherwise do, such as buying...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changed to “Interace_IP” for next release.
Interface has been available as an arg since Jan 24th