renoise / tools

Scripting tools written by the Renoise team
MIT License
285 stars 43 forks source link

irc client can supply scripterror in simple mode when socket error occurs #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Disconnect from internet
2.connect to irc in simple mode.

Most likely this happens because a socket error occurs before the "connect 
dialog" has been build and ofcourse when the dialog is attempted to be 
destroyed, you get an error message.

Original issue reported on code.google.com by vincent....@gmail.com on 30 Jun 2010 at 1:01

GoogleCodeExporter commented 9 years ago
Attempted to debug it in the script, but it looks like a failure on the 
internal Renoise side.

Original comment by vincent....@gmail.com on 1 Jul 2010 at 4:21

GoogleCodeExporter commented 9 years ago
"show_custom_prompt" wants a view as parameter and not a string. Simply use 
"show_prompt" instead...

Original comment by mueller....@googlemail.com on 1 Jul 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Forgot view/builder element.

Original comment by vincent....@gmail.com on 2 Jul 2010 at 6:05