waqar rashid
waqar rashid
@ckamas We are facing this or very similar issue on our kunbus revpi as well. Did you manage to find a solution?
I faced similar issue saying `[bridge.modbus.api.ModbusWorker] [modbus0] FC3ReadHoldingRegisters [meter0;unitid=1;ref=1000/0x3e8;length=1] execution failed: Connection to [127.0.0.1] failed: Verbindungsaufbau abgelehnt (Connection refused)` I resolved it by using another port instead of 502. I...
Thanks for the comment. I will try to update it but I guess that is a problem coming from npm creat-react-app. Will update here. On Mon, Sep 19, 2022, 09:14...
Thanks. Somehow I had a very old version of react-scripts. 6 years old to be precise. I have no idea how did it ended up in the package.json.
Did you solve your problem? Its always helpful to post your the debug logs of CuckooDroid.
To be honest, I haven't worked on this project for a long time so I don't remember much. All I can say is to read the documentation and my internship...
Have a look at #50, probably would be of some help
Hey, sorry for my last comment which was misleading. Did you tried disabling the googleplay from the config files.
Here is another reference which I forgot to mention https://bugs.python.org/issue16255 not sure if its effecting python 2.7 also.
It seems like the only problem was in execute_sample() method, The only I could make it work is as below: `subprocess.Popen("/system/bin/am start -n "+ package + "/" + activity, stdout=subprocess.PIPE,...