Support & Troubleshooting
Having issues with Luz de Arcanos? Find solutions to common problems below.Common Issues
Daily Limit Reached
Error message: “Alcanzaste el límite de 5 consultas por día. Volvé mañana para seguir explorando.” Solution: You’ve used all 5 of your daily consultations. The limit resets 24 hours after your first consultation of the day. This limit is tracked in your browser’s localStorage.To check your remaining consultations, the system tracks usage locally. If you need more consultations, you can:
- Wait for your 24-hour window to reset
- Use a different browser (each browser has independent limits)
- Run your own instance with your own Gemini API key
Form Validation Errors
Error message: “Por favor ingresa tu nombre” or “Por favor ingresa tu consulta” Solution: Both fields are required:- Name: 1-60 characters
- Question: 1-500 characters
Invalid Data Error
Error message: “Los datos enviados no son válidos. Revisá el nombre y la consulta.” Solution: This occurs when the form data doesn’t pass validation:- Name must be between 1-60 characters
- Question must be between 1-500 characters
- Check for any special characters that might be causing issues
Connection Error
Error message: “No se pudo conectar con el oráculo. Verificá tu conexión e inténtalo de nuevo.” Possible causes:- No internet connection
- Server is temporarily unavailable
- Network firewall blocking the request
- Check your internet connection
- Try refreshing the page
- Wait a few minutes and try again
- Try a different network if available
Reading Failed to Complete
Error message: “El oráculo no pudo completar tu lectura. Inténtalo de nuevo en unos momentos.” Possible causes:- Google Gemini API is temporarily unavailable
- API quota exceeded on the server side
- Server error during processing
- Wait a few minutes before trying again
- The system has automatic fallback between three Gemini models, so this error is rare
- If the problem persists, check the GitHub repository for service status updates
Browser Requirements
Luz de Arcanos works best with modern browsers. Minimum requirements:JavaScript
JavaScript must be enabled for the application to function. The entire consultation flow, card animations, and AI integration require JavaScript.
- Modern ES6+ JavaScript features
- Astro Actions for server communication
- CSS animations for card flips
- Form validation and submission handling
localStorage
The daily consultation limit (5 per day) is tracked using browser localStorage.If localStorage is disabled or blocked:
- The limit tracking won’t work properly
- You may get fewer or more consultations than expected
- Private/Incognito mode clears localStorage when closed
- Enable localStorage in your browser settings
- Don’t block site data for luzdearcanos.vercel.app
- Note that Incognito/Private mode resets your limit when closed
Supported Browsers
✅ Fully supported:- Chrome/Edge 90+
- Firefox 88+
- Safari 14+
- Opera 76+
- Internet Explorer: Not supported (lacks modern CSS and JavaScript features)
Responsive Design
The application is fully responsive and works on:- Desktop computers
- Tablets
- Mobile phones (portrait and landscape)
Privacy & Data
What data is stored?
Locally (in your browser):- Consultation count and timestamp (localStorage)
- No personal information or consultation content is stored
- Your name and question are sent to Google Gemini API to generate the reading
- No data is permanently stored on Luz de Arcanos servers
- Readings are generated in real-time and not saved
Third-party services
The application sends data to:- Google Gemini API: Receives your name, question, and card data to generate personalized readings
- Google’s privacy policy applies to this data processing
Getting Help
GitHub Repository
Luz de Arcanos is open source! You can:- Report bugs and issues
- Request new features
- View the source code
- Contribute improvements
Opening an Issue
When reporting a problem, please include:- Browser and version (e.g., Chrome 120)
- Device type (desktop, mobile, tablet)
- Error message (exact text if shown)
- Steps to reproduce the issue
- Expected vs actual behavior
Self-Hosting
If you want unlimited consultations or custom configuration:- Clone the repository
- Get a free Google Gemini API key from Google AI Studio
- Add it to
.envasGEMINI_API_KEY - Run with
bun installandbun dev
Contact
For technical support, feature requests, or bug reports, please use the GitHub Issues page on the repository.For general questions about the project, visit the About page to learn more about the creator and project.