- 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.
webwrite to InfluxDB timeouts on Linux
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all.
I got tested the InfluxDB interface from https://github.com/EnricSala/influxdb-matlab and it works fine from my windows notebook.
Going to my Linux machine the same code does only time out, also with higher limits like 30 instead of 10 seconds.
Does anyone use this or can give a hint how to get that running?
I am using the v1 API of a v2 Influx.
Thanks for any comments on that!
0 Kommentare
Akzeptierte Antwort
Hornett
am 3 Feb. 2024
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:
I hope it helps
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!