Last modified 2025-08-21

Support


FAQs and Troubleshooting Guide

At a Glance

Abbreviations Key
AIFIAllen Institute for Immunology
HISEHuman Immune System Explorer
IDEintegrated development environment
UIuser interface
VM

virtual machine

AIFI now offers IDEs designed specifically for the needs of our scientists and data analysts. These new IDEs are faster and easier to spin up and navigate. They support a workflow that promotes reproducibility, collaboration, and transparency. This document answers frequently asked questions about HISE in general and IDEs in particular. To get expert help with specific issues, file a Support ticket.

Jump to:


Troubleshooting

Q: When I tried to open my IDE, an error message said Loading chunk 657 failed. What should I do?

A: First, clean your cache and cookies. Then do a hard reset (Cmd+Shift+R or Ctrl+Shift+R) and try to open your IDE again. If the error persists, use the Support button at the top of this page to report the issue.

Q: My IDE returned a provisioning-http-route-failure error. What should I do?

A: This error indicates a temporary server-side limitation in resource allocation. The Immunology Software Dev team must adjust the cloud infrastructure settings to restore access. Use the Support button at the top of this page to report the issue.

Q: I'm getting an uploadFiles error saying that the input file is not cached even though I just cached in the preceding cell.

A: This is a known issue: When you upload a result, there's a lag before the result is indexed, which makes it available in Advanced Search. Until we can eliminate that lag time, the workaround is to run hp.cache_files(), and then try your hp.upload_files() call again.


Q:  My IDE shows a startup script failure. I get a Failed to stop message when I try to stop or delete the IDE. My other IDE reaches the idle timeout error after about 30 minutes even though the limit is set to 24 hours. What's the deal?

A: This issue can occur when your home directory runs out of storage space. To resolve it, try the following fix:

1. Free up space. In your /home directory, delete or move unnecessary files until you have several gigabytes of free space available.

2. Retry. Try to start, stop, or delete the IDE again.

If the problem persists after you free up space, use the Support button at the top of this page to submit a help request.


Q: I can’t figure out how to get my Scanpy/Matplotlib plots to show up. I tried them “vanilla,” I tried adding plt.show() and matplotlib.use(`Agg`), but nothing worked.  

A: To enable inline plotting of Matplotlib graphs, add the following lines to a new cell at the beginning of your notebook. For more information, see Matplotlib's full image tutorial.

import matplotlib.pyplot as plt

% matplotlib inline


Q: My IDE shows a Pod in a Bad State error. What causes this error, and how can I fix it?

A: The Pod in a Bad State message is returned when various errors occur:

The IDE might repeatedly try to start and then crash, devolving into a sort of Groundhog Day death loop. We usually need to fix something on our end. In the upper-right-corner of this document, click Support, and include the information requested on the form.


Q: How can I execute a shell script within a /private folder? 

A: As a workaround, you can copy the shell script to a location within /home/workspace, and then execute the script. 


General Questions

Q: What advantages do HISE IDEs offer? 

A: HISE IDEs have the following features: