Skip to main content

Common Issues

Authentication Problems

Problem: Getting 401 Unauthorized when making API calls.Causes:
  • Invalid API key
  • Expired API key
  • API key not properly set
Solutions:
Problem: Getting 403 Forbidden when accessing certain resources.Causes:
  • Insufficient permissions for your workspace role
  • Trying to access resources from another workspace
  • API key doesn’t have required permissions
Solutions:
  • Contact your workspace administrator
  • Verify you’re using the correct workspace API key
  • Check your role permissions in the Noxus dashboard

Connection Issues

Problem: Requests timing out or taking too long.Solutions:
Problem: Cannot connect to the Noxus backend.Causes:
  • Network connectivity issues
  • Firewall blocking requests
  • Incorrect backend URL
Solutions:

Workflow Issues

Problem: Cannot create or save workflows.Common Issues:
Problem: Workflows fail during execution.Debugging Steps:

Conversation Issues

Problem: Cannot send messages or get responses.Solutions:
Problem: Conversation tools not working as expected.Debugging:

Knowledge Base Issues

Problem: Cannot upload documents to knowledge base.Solutions:
Problem: Knowledge base stuck in processing state.Solutions:

Performance Issues

Slow Response Times

Memory Usage

Debugging Tools

Enable Debug Logging

Request/Response Inspection

Getting Help

Collect Diagnostic Information

Contact Support

When contacting support, include:
  1. Error message - Full error text and stack trace
  2. Code snippet - Minimal code that reproduces the issue
  3. Environment - Python version, OS, SDK version
  4. Expected behavior - What you expected to happen
  5. Actual behavior - What actually happened
[Paste full error message here]
Environment:
  • Python version:
  • OS:
  • Noxus SDK version:
  • Backend URL:
Expected Behavior: [What you expected to happen] Actual Behavior: [What actually happened] Additional Context: [Any other relevant information] """ print(bug_report_template)