Weird error

Hello,
When I try to run my code with CIDER I get this error:

Runtime error  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1465: calling 'send' on bad self (udp{connected} expected, got userdata)  
stack traceback:  
 [C]: ?  
 [C]: in function 'send'  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1465: in function 'initBlock'  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1514: in main chunk  
 [C]: in function 'require'  
 ...f Jannie/code/corona/Juf Jannie - Seizoenen/main.lua:1: in main chunk  
Runtime error: ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1465: calling 'send' on bad self (udp{connected} expected, got userdata)  
stack traceback:  
 [C]: ?  
 [C]: in function 'send'  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1465: in function 'initBlock'  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1514: in main chunk  
 [C]: in function 'require'  
 ...f Jannie/code/corona/Juf Jannie - Seizoenen/main.lua:1: in main chunk  
Runtime error  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1418: calling 'send' on bad self (udp{connected} expected, got userdata)  
stack traceback:  
 [C]: ?  
 [C]: in function 'send'  
 ...code/corona/Juf Jannie - Seizoenen/CiderDebugger.lua:1418: in function '\_listener'  
 ?: in function <?:517>  
 ?: in function <?:218>  

If I run the code without the cider line at the top of main I get no errors and the app works.
Any ideas? I run in in the sim directly. It used to work before, I edited it in sublime for a while, cause of the easier navigation, but that should not have changed anything. [import]uid: 100901 topic_id: 27085 reply_id: 327085[/import]

im getting the same error all of a suden.

it evens happens on new blank projects. i think it was a update. [import]uid: 58777 topic_id: 27085 reply_id: 110078[/import]

Hello,

Which version are you running? The current version should say v 1.5.3 on the title bar. Usually that error occurs when there is another instance of the corona simulator running and you have 2 simulators trying to connect to Cider simultaneously.

We are using the April 11th build of Corona. Which build are you using? Perhaps a daily build broke something?

Regards,
M.Y. Developers
[import]uid: 55057 topic_id: 27085 reply_id: 110090[/import]

I fixed it by rebooting my system.
In my case there where no other instances running.I was using the latest daily build 828.

Restarting CIDER itself was not enough. But it is working now so I am happy. [import]uid: 100901 topic_id: 27085 reply_id: 110100[/import]