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

Internal Server Error #30

Closed
Shiva108 opened this issue Dec 3, 2020 · 3 comments
Closed

Internal Server Error #30

Shiva108 opened this issue Dec 3, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Shiva108
Copy link

Shiva108 commented Dec 3, 2020

Error: Internal Server Error when browsing to http://127.0.0.1:9090/ . Changed port, same. python ./setup install completed without issues.
Server itself outputs: "127.0.0.1 - - [03/Dec/2020 09:43:48] "GET / HTTP/1.1" 500 -"

@dostoevskylabs dostoevskylabs self-assigned this Dec 4, 2020
@dostoevskylabs
Copy link

@Shiva108 - can you provide some information about what operating system you are using?

@dostoevskylabs
Copy link

@Shiva108 I believe you may be using WSL, I was able to reproduce this issue with WSL, the following command fixed it for me, can you confirm?

pip3 install --user /path/to/git/updog

@dostoevskylabs dostoevskylabs added the bug Something isn't working label Dec 4, 2020
@Xcaliburr101
Copy link

Hi there,
I installed updog with pip3 install updog and when I run it works Running on http://192.168.0.10:1234/ . But when I try to connect I get the same internal error message. The console gives me this output :

`Error in app: Exception on / [GET]
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()

File "/usr/lib/python3/dist-packages/flask/app.py", line 1953, in full_dispatch_request
return self.finalize_request(rv)

File "/usr/lib/python3/dist-packages/flask/app.py", line 1968, in finalize_request
response = self.make_response(rv)

File "/usr/lib/python3/dist-packages/flask/app.py", line 2109, in make_response
rv = self.response_class(rv, status=status, headers=headers)

File "/usr/lib/python3/dist-packages/werkzeug/wrappers/response.py", line 201, in init
self.set_data(response)

File "/usr/lib/python3/dist-packages/werkzeug/wrappers/response.py", line 327, in set_data
value = value.encode(self.charset)

UnicodeEncodeError: 'utf-8' codec can't encode characters in position 16029-16030: surrogates not allowed
192.168.0.10 - - [03/Nov/2021 12:41:08] "GET / HTTP/1.1" 500 -`

Trying to install with pip3 - - user install updog or python3 - m pip install updog did not change anything so I tried pipx because that makes its own venv instead of my root account on kali NetHunter but that' made it even worse :3
Any suggestions I could do? I am running kali NetHunter on my rooted phone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants