Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - arut

#1
24.1, 24.4 Legacy Series / Re: Periodic Speedtest
February 02, 2025, 10:04:41 PM
i removed the error output from result
result = json.loads(subprocess.run(cmd, stdout=subprocess.PIPE, check=True).stdout.decode('utf-8'))

now all is working fine
#2
24.1, 24.4 Legacy Series / Re: Periodic Speedtest
February 02, 2025, 09:30:18 PM
her is also some copy paste mistake

   # parameter q or list - returning the list of servers available
    if arg=='t' or arg=='list':
#3
24.1, 24.4 Legacy Series / Re: Periodic Speedtest
February 02, 2025, 09:17:43 PM
i checked the result befor jsonconvert and there is a missing ","

{
   "type":"log",
   "timestamp":"2025-02-02T20:09:17Z",
   "message":"Error:
  • Timeout occurred in connect.",
   "level":"error"
}\n{                                                         <-- her shoulbd be a ","
   "type":"result",
   "timestamp":"2025-02-02T20:09:28Z",
   "ping":{"jitter":0.081,
   "latency":3.562,
   "low":3.424,
   "high":3.616
},
"download":{
#4
If i use the sheduler Type "FlowQueue-Pie" in the pipe, i lose connection to WAN

After changing it to "CoDel" its working all as befor the Update.