- 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 (최근 30일)
이전 댓글 표시
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
채택된 답변
Hornett
2024년 2월 3일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!