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

WIDS: ValueError: signal only works in main thread #19

Open
noraj opened this issue Jan 25, 2019 · 1 comment
Open

WIDS: ValueError: signal only works in main thread #19

noraj opened this issue Jan 25, 2019 · 1 comment

Comments

@noraj
Copy link

noraj commented Jan 25, 2019

Just clicking the WIDS menu generates an error:

[2019-01-25 19:07:13,852] ERROR in app: Exception on /api/wids [GET]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "run.py", line 194, in wids
    self.wids_handle = Wireless_IDS('atear_wids')
  File "/usr/share/atear/module/wids.py", line 90, in __init__
    signal.signal(signal.SIGTERM, signal_handler)
ValueError: signal only works in main thread

And of course nothing appear.

@Punyah
Copy link

Punyah commented Nov 5, 2019

If you have not solved the problem.
That is the solution.
Need flask version 0.10.1.
Command: pip install Flask==0.10.1

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

2 participants