Raduga (English)

User: Guest

Search

Please use the
Bug Report Form
if you think you found a software defect.

Use the Contact Form
to send a personal message to Wolfgang.

RSS Feed RSS Feed

Other boards:
Juke
QBrowser
Song Requester
SuperEdi

Is this software even supported anymore?

Posted on: Raduga (English)

From Message

Michi Bradley

2015-04-11 18:37:53

Is this software even supported anymore?

Simply put.

Wolfgang Loch

2015-04-11 20:24:57

Re: Is this software even supported anymore?

Yep. What do you want to know?

Michi Bradley

2015-04-11 20:31:17

Re: Is this software even supported anymore?

Originally posted in February:

I occasionally get this error message. Raduga is still playing and the Icecast script still updates, however when I click "OK", Raduga crashes.

Running 3.9.6 - Windows 7 pro

Michi Bradley

2015-04-11 20:31:46

Re: Is this software even supported anymore?

Icecast2 script error -2147418107

Wolfgang Loch

2015-04-12 01:01:47

Re: Is this software even supported anymore?

Is this the only text that appears in the error message?

I will have a look at the issue as this might affect other Raduga ad-ons as well.

Michi Bradley

2015-04-12 02:26:47

Re: Is this software even supported anymore?

A screenshot:
recnet.net[slash]raduga_error.jpg

tnx for your assistance.. I have never seen such an odd error number (a negative number)

Michi Bradley

2015-04-29 14:46:53

Re: Is this software even supported anymore?

We have a possible fix to this. I am suspecting that the script may be choking on any wild special characters or multi-byte characters that are being passed to IE.

The fix attempt is to apply a regex prior to passing the URL to the browser:

In Icecast2.js:

var fixedUrl = url.replace(/(<[^>]*>)|([^ -~])/g, "");

ie.Navigate2( fixedUrl );

So far, Raduga has been stable for about 20 hours. Let's hope this fixed it.

Wolfgang Loch

2015-05-02 21:25:32

Re: Is this software even supported anymore?

Great. Thanks a lot.

Michi Bradley

2015-05-02 21:30:27

Re: Is this software even supported anymore?

We are still getting the error.. but not as often as before. When this happens, hitting [OK] will result in either the programming continuing to run or it will hesitate and crash. Despite these error messages, the audio is still running and all scheduled events work correctly as well as the programming continuing to launch the script to update the remote host. However, at times, it will stop updating the remote host.

Post a reply to this message: