Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Troubleshooting
Solutions for common issues across the CLI, web UI, agents, compute, and paper pipeline.CLI Issues
hubify: command not found
hubify: command not found
The CLI is not in your PATH. Fix depends on your install method:
Authentication expired
Authentication expired
Tokens expire periodically. Re-authenticate:For CI environments, create a long-lived token:
Wrong lab selected
Wrong lab selected
Commands run against the active lab. Switch labs:
Network timeout errors
Network timeout errors
The CLI communicates with If behind a proxy:
www.hubify.com/api over HTTPS. Check your network:Agent Issues
Agent stuck or unresponsive
Agent stuck or unresponsive
Check agent status:If an agent shows as
stuck, restart it:Cross-model review failing
Cross-model review failing
Verify external API keys are configured:If a provider’s key is expired or invalid, update it:
Orchestrator not routing tasks
Orchestrator not routing tasks
Ensure auto-scheduling is enabled:Check if the orchestrator is overloaded:
Compute Issues
Pod stuck in provisioning
Pod stuck in provisioning
The requested GPU may be out of stock. Check availability:Try a different GPU type or region:
Out of memory (OOM) on GPU
Out of memory (OOM) on GPU
Reduce batch size or upgrade GPU:
- H100 (80 GB) handles most workloads
- H200 (141 GB) for the largest datasets
Idle pod wasting money
Idle pod wasting money
Find and terminate idle pods:Prevent future waste by setting an idle timeout:
Budget limit reached
Budget limit reached
When the monthly budget is hit, new experiments queue instead of launching:
Paper Issues
Figures appear as empty boxes in PDF
Figures appear as empty boxes in PDF
Figures must be in the same directory as the If the PDF is under 1 MB, figures are not embedded.
.tex file. The compile command handles this, but verify:Undefined references in PDF
Undefined references in PDF
Run compilation multiple times (the compile command does this automatically):If references persist, check that all
\cite{} keys exist in your .bib file.LaTeX compilation errors
LaTeX compilation errors
Common issues:
- Using
\citep/\citet, use\cite{}with revtex4-2 - Using
\deluxetable, use\begin{table}\begin{ruledtabular}\begin{tabular} - Using
aastex631class, userevtex4-2
Lab Site Issues
Site not updating after experiment
Site not updating after experiment
Force a sync and redeploy:
Custom domain not working
Custom domain not working
Verify DNS and SSL:Ensure your CNAME record points to
cname.hubify.app. SSL provisioning takes 1-5 minutes.