Yaroslav Shepilov
Yaroslav Shepilov
Hi, thanks for adding the suggestion. Unfortunately I won't have time to implement it soon. If anyone would like to create a PR, I would be happy to help
Hi, sorry, I missed your question :( Unfortunately, this is not possible with markdown syntax :(
Hi, thanks for reporting. Square brackets are not allowed characters in URL, they should be percent encoded https://newbedev.com/is-array-syntax-using-square-brackets-in-url-query-strings-valid But since many servers support it, I'll check if I could easily...
Hi, could you check the log file for whitespace characters? Are there any caret returns? Also, please make sure, that https://github.com/bugy/script-server/wiki/Script-config#requires_terminal is set to true
Interesting... How do you see this in a history section? For me it looks correct: 
Cool, looks like a bug indeed. To help me reproduce it, may I ask you to run your script in script server till the end (without stopping it) and: 1....
Hi @anaschauhan33, I tried to reproduce it locally by using your logs, without any success. I believe aria2c behaves differently when run from script server or .sh file. Could you...
Hi @anaschauhan33, I tried to reproduce it locally by using your logs, without any success. I believe aria2c behaves differently when run from script server or .sh file. Could you...
No, I mean to use this configuration in Script server: ``` { "name": "test", "script_path": "aria2c --conf-path=/home/pi/.aria2/aria2_alt.conf", "requires_terminal": true, "output_format": "terminal", "parameters": [ { "name": "text", "required": false, "type": "text"...
Hi @csphoenix1 are these 2 parameters just proposed names for the same feature? Or are they different?