An error occurred:
--> --> KeyError | Python 3.7.16: /usr/bin/python3 Wed Jul 2 02:43:15 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'}, 'req09': {'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', 'Possibility of paid position as the organization matures', 'Enhance your resume and showcase a real-world project'], 'intro': 'We are looking for a JavaScript (NodeJS) develop...plished experts looking for continued engagement.', 'requirements': ['Experience with MongoDB, Express, Angular, NodeJS', 'Experience with or strong interest in open source development', 'Minimum commitment of 4 hours/week and 1 feature update every 6 months', 'Participation in team meetings 2x/week, see https://outlyer.space/about.html', 'Fluent English skills for effective communications'], 'scope': ['Update of the MEAN stack Quantum application', 'Maintenance and devops using git, Jenkins, etc.', 'Deployment in a production environment', 'Collaborate with satellite ground station operators'], 'summary': "Update, deploy, and maintain the open source <a ...m'>Quantum Spaceflight Procedure</a> application.", 'title': 'NodeJS Developer'}}, job_id = 'req03' |
KeyError: 'req03'
args =
('req03',)
with_traceback =
<built-in method with_traceback of KeyError object>
Content-type: text/html
NameError | Python 3.7.16: /usr/bin/python3 Wed Jul 2 02:43:15 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>