I have used weinre in the past for debugging sites remotely because it lets me see the remote console log. Today, I came back to it to debug a remote site after some months of not using it. I'm getting this error in the console with the same setup I always used:
Widgetic SDK: Error: No receiver for d!
It appears to be an error in an inner lib called
Widgetic SDK
. It must be that they changed something because there is no version number in the sdk.js
file.
I checked and I have the latest weinre version in npm (npm install weinre
).
Is weinre still supported?