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

Phishtank related error... #7

Open
faysalam opened this issue May 4, 2017 · 1 comment
Open

Phishtank related error... #7

faysalam opened this issue May 4, 2017 · 1 comment

Comments

@faysalam
Copy link

faysalam commented May 4, 2017

Hello again,

Thanks for the help on the previous issue.
now the service is started with no issues and the web interface is running as expected, but when I submit a URL I get this issue:

2017-05-04 02:47:41,111] ERROR in app: Exception on /phishtank [POST]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1615, in full_dispatch_request
    return self.finalize_request(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1630, in finalize_request
    response = self.make_response(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1725, in make_response
    raise ValueError('View function did not return a response')
ValueError: View function did not return a response
127.0.0.1 - - [04/May/2017 02:47:41] "POST /phishtank HTTP/1.1" 500 -
[2017-05-04 02:47:41,113] ERROR in app: Exception on /virustotal_report [POST]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1615, in full_dispatch_request
    return self.finalize_request(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1630, in finalize_request
    response = self.make_response(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1725, in make_response
    raise ValueError('View function did not return a response')
ValueError: View function did not return a response
[2017-05-04 02:47:41,115] ERROR in app: Exception on /googlesafebrowsing [POST]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1615, in full_dispatch_request
    return self.finalize_request(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1630, in finalize_request
    response = self.make_response(rv)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1725, in make_response
    raise ValueError('View function did not return a response')
ValueError: View function did not return a response
127.0.0.1 - - [04/May/2017 02:47:41] "POST /virustotal_report HTTP/1.1" 500 -
127.0.0.1 - - [04/May/2017 02:47:41] "POST /googlesafebrowsing HTTP/1.1" 500 -

....
the error actually continues for /urlquery, /ticket, /whois, /resolve, /eupi, /pdnscircl, and /psslcircl

Could you please help?

@faysalam
Copy link
Author

faysalam commented May 4, 2017

please note that multiple instances of "worker.py" are running and that Redis-server is also started.

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

1 participant