Hi Rafael
If you're experiencing timeouts on your Linux machine when using the same code, here are a few troubleshooting steps you might want to consider:
- Check Network Access: Use ping or curl to ensure your Linux machine can reach the InfluxDB server.
- Firewall Rules: Verify no firewall rules on your Linux machine are blocking the connection.
- Server Configuration: Confirm the InfluxDB server is set to accept connections from your Linux IP.
- MATLAB Preferences: Check MATLAB's network settings on Linux.
- Dependencies: Ensure all required dependencies are installed.
- Proxy Settings: If behind a proxy, configure MATLAB accordingly.
- API Compatibility: Make sure InfluxDB v2 is properly set to handle v1 API requests.
- Verbose Errors: Enable verbose error output in MATLAB for clues.
- Server Logs: Check InfluxDB server logs for any error indications.
I hope it helps