Dear Forum Members,
I have faced a weird issue while using KuneriLite UL/DL plugin for both downloading files and making loadVariables web requests. If I attempt to make a download request (../uldl?klCommand=download) after any ../uldl?klCommand=loadVariables call, download request always returns klError=-11 (Transaction ID already exists and transaction is active). However, according to the documentation of klCommanD=loadVariables there is no need to specify transaction ID.
Is there still some relation between transaction IDs and klCommanD=loadVariables? All my download requests are working really fine until I try to make the first klCommanD=loadVariables. After that, whole UL/DL plugin seems to become instable and gives error values (mostly klError=-11). I have tried to make loadVariables("
http://127.0.0.1:1001/mykey/uldl?klCommand=exit", "") call after klCommand=loadVariables but it does not seem to help.
Could you please give me some information how to make klCommanD=loadVariables and klCommand=download work together!? Thank you for your help in advance.