Replies: 1 comment 2 replies
-
Thanks for testing everything. Yesterday we merged a update which does produce a new pdf which is now named visualization_results_new.pdf. I'm hindsight we should change that back to the old name but the pdf should look way better. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! 👋
I’m running into some challenges while testing EOS, and I’d really appreciate your insights and suggestions. Here’s what’s happening:
🐢 Issue: VPS Slower or Timeout Problems
It seems like the VPS might be running slower than in previous weeks, or perhaps something has changed. I’m using Node-RED and consistently getting a timeout after 120,000 ms.
I’ve tried increasing the timeout by setting:
msg.httpRequestTimeout = 240000;
…but unfortunately, it didn’t work.
🔍 Observations
Here’s what I’ve noticed:
💡 Feature Request: Additional Results File
It would be fantastic if we could also get a results.json file in addition to the PDF file (visualization_results.pdf). This would make my testing much easier.
🛠️ Testing Suggestion
To improve testing, it would also be helpful to see Timestamps indicating when both the JSON and PDF results were created (so in the files itself)
Thanks so much in advance for your help! 🙏 If anyone has ideas about increasing the timeout or getting the results.json file, I’d be very grateful.
Beta Was this translation helpful? Give feedback.
All reactions