Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

TemplateNotFound: system/error.html

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

Start by reproducing the error at the linked App Engine site and tracing the reported path through drydrop_handler.py and controller.py, especially render, render_view, and error. Check how the application expects system/error.html to be found; done means the deployed app no longer raises TemplateNotFound for this request.

Written by the indexing model from the issue text.

Description

Hi,
I followed the instructions, opened an appengine app, and now I get this error:
TemplateNotFound: system/error.html
Traceback:
controller.py:37 in render
controller.py:53 in render_view
controller.py:110 in error
drydrop_handler.py:325 in route
drydrop_handler.py:283 in get

You can check it out here:
http://freeappincubator.appspot.com/

I also got some warnings during
upload of drydrop using appcfg.py --email=Yoav.Zibin@gmail.com update .
I got these warnings:
C:\Program Files (x86)\Google\google_appengine\google\appengine\api\search\searc
h.py:232: UserWarning: DocumentOperationResult._code is deprecated. Use Operatio
nResult._code instead.
'Use OperationResult.%s instead.' % (name, name))
C:\Program Files (x86)\Google\google_appengine\google\appengine\api\search\searc
h.py:232: UserWarning: DocumentOperationResult._CODES is deprecated. Use Operati
onResult._CODES instead.
'Use OperationResult.%s instead.' % (name, name))
Application: freeappincubator; version: 1
Host: appengine.google.com

Dominant language
Python
Stars
221
Forks
29
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from binaryage/drydrop

All issues in binaryage/drydrop

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.