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

doesnt load any webpages #50

Open
magonyfur opened this issue Oct 5, 2023 · 4 comments
Open

doesnt load any webpages #50

magonyfur opened this issue Oct 5, 2023 · 4 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@magonyfur
Copy link

the error prompt

[2023-10-05 09:59:29 +0200] [18169] [INFO] Running on http://127.0.0.1:8000 (CTRL + C to quit)
[2023-10-05 09:59:34,250] ERROR in app: Exception on request GET /
Traceback (most recent call last):
File "/home/magsec/.local/lib/python3.9/site-packages/quart/app.py", line 1358, in handle_request
return await self.full_dispatch_request(request_context)
File "/home/magsec/.local/lib/python3.9/site-packages/quart/app.py", line 1396, in full_dispatch_request
result = await self.handle_user_exception(error)
File "/home/magsec/.local/lib/python3.9/site-packages/quart/app.py", line 999, in handle_user_exception
raise error
File "/home/magsec/.local/lib/python3.9/site-packages/quart/app.py", line 1394, in full_dispatch_request
result = await self.dispatch_request(request_context)
File "/home/magsec/.local/lib/python3.9/site-packages/quart/app.py", line 1488, in dispatch_request
return await self.ensure_async(handler)(**request_.view_args)
File "/home/magsec/guweb/blueprints/frontend.py", line 45, in home
return await render_template('home.html')
File "/home/magsec/.local/lib/python3.9/site-packages/quart/templating.py", line 46, in render_template
template = current_app.jinja_env.get_or_select_template(template_name_or_list) # type: ignore
File "/home/magsec/.local/lib/python3.9/site-packages/jinja2/environment.py", line 1081, in get_or_select_template
return self.get_template(template_name_or_list, parent, globals)
File "/home/magsec/.local/lib/python3.9/site-packages/jinja2/environment.py", line 1010, in get_template
return self._load_template(name, globals)
File "/home/magsec/.local/lib/python3.9/site-packages/jinja2/environment.py", line 969, in _load_template
template = self.loader.load(self, name, self.make_globals(globals))
File "/home/magsec/.local/lib/python3.9/site-packages/jinja2/loaders.py", line 126, in load
source, filename, uptodate = self.get_source(environment, name)
File "/home/magsec/.local/lib/python3.9/site-packages/flask/templating.py", line 63, in get_source
if self.app.config["EXPLAIN_TEMPLATE_LOADING"]:
KeyError: 'EXPLAIN_TEMPLATE_LOADING'

@magonyfur magonyfur added bug Something isn't working help wanted Extra attention is needed labels Oct 5, 2023
@7ez
Copy link
Contributor

7ez commented Oct 5, 2023

update quart

@magonyfur
Copy link
Author

with pip i think

@magonyfur
Copy link
Author

an other question, im beta testing is WSL ubuntu can i connect from my windows osu to there?

@TheFantasticLoki
Copy link

an other question, im beta testing is WSL ubuntu can i connect from my windows osu to there?

as long as you make the proper host file edits

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

No branches or pull requests

4 participants