An error occurred:
--> -->| KeyError | Python 3.7.16: /usr/bin/python3 Sat Nov 1 17:05:11 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /srv/WebApps/www/jobs.py in <module>() |
| 69 try: |
| 70 # get job data |
| => 71 job = jobs[job_id] |
| 72 |
| 73 # replace /n line breaks with </p><p> |
| job undefined, jobs = {'req07': {'action': 'https://www.linkedin.com/company/outlyerspace/messages', 'benefits': ["Work from anywhere in the world with sufficient ...tps://outlyer.space/about.html'>see schedule</a>)", 'Contribute to the advancement of space technology & exploration', 'Gain hands-on experience collaborating in a global team', 'Enhance your resume and showcase a real-world project'], 'intro': 'We are looking for a talented artist with a futu...w.blender.org/) and GIMP (https://www.gimp.org/).', 'requirements': ['Commitment of 10 hours/week (quarter time) for 8 weeks', 'Participation in team meetings 2x/week', 'Fluent English skills for effective communications'], 'scope': ['2d & 3d renders of space technology visualizations', 'Animated shorts of highly technical concepts', 'Integration of brand elements (color palettes, logos, etc.)'], 'summary': 'Create technical illustrations and animations using Blender.', 'title': 'Graphic Artist'}, 'req08': {'action': 'https://www.linkedin.com/company/outlyerspace/messages', 'benefits': ['Open to participants anywhere in the world with sufficient time zone overlap', 'Contribute to the advancement of space technology & exploration', 'Gain hands-on experience collaborating in a global team', 'Enhance your resume and showcase a real-world project'], 'intro': 'For humans to become interplanetary we require t...plished experts looking for continued engagement.', 'requirements': ['University degree (or current enrollment) in a relevant discipline', 'Familiarity with leadership frameworks (Toyota Production System, Agile, etc.)', "Familiarity or strong interest in leadership (e.g. 'extreme ownership', etc.) ", 'Participation in team meetings 2x/week, see https://outlyer.space/about.html', 'Fluent English skills for effective communications'], 'scope': ['Design and implement improvements in team interaction and leadership', 'Enable confident decision making in time critical situations', 'Encourage leveraging both emotion and intellect to feel/think/act', 'Develop concise & clear team communications across disciplines', 'Foster adaptation, improvisation, and resilience in adverse situations', 'Guide leadership & team in the implementation of new approaches', 'Evaluate and document the effectiveness of implementation', 'Publish findings in an agreed to subject relevant conference or journal'], 'summary': 'Lead the iterative/continuous improvement of individuals, leadership, and team.', 'title': 'Team Development'}}, job_id = 'req09' |
KeyError: 'req09'
args =
('req09',)
with_traceback =
<built-in method with_traceback of KeyError object>
Content-type: text/html
| NameError | Python 3.7.16: /usr/bin/python3 Sat Nov 1 17:05:11 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /srv/WebApps/www/jobs.py in <module>() |
| 104 |
| 105 print("Content-type: text/html") |
| 106 print() |
| => 107 print(html) |
| 108 |
| builtin print = <built-in function print>, html undefined |
NameError: name 'html' is not defined
args =
("name 'html' is not defined",)
with_traceback =
<built-in method with_traceback of NameError object>