Search found 31 matches

by John2103
28 Oct 2025 17:15
Forum: Questions & Answers
Topic: Tagger / Track End Indicator.
Replies: 1
Views: 391

Tagger / Track End Indicator.

Is it possible in a script to determine the next song based on the type of ending of the previous song? In the ProppFrexx Tagger, there is a Track Start/End Indicator. I want to use this to prevent a song with a fade-in intro from being played after a song with an abrupt ending.

See also a similar ...
by John2103
19 Sep 2025 21:14
Forum: Questions & Answers
Topic: Chat-Client Setup
Replies: 1
Views: 7809

Chat-Client Setup

What does this message in the Chat-Client Setup mean and how do I fix it?

error.jpg
error.jpg (9.99 KiB) Viewed 7809 times
Thanks in advance for your help.
by John2103
08 Sep 2025 15:04
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

Thank you. I have tested it. The REST API works flawlessly with v4.5.2.0.
by John2103
01 Sep 2025 15:13
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

I copied version 4.4.1.3 from the old computer to the new one and deleted the ProppFrexx GPIOClient.config file. And yes, it works 😊

Then I went back to version 4.5.7.1 and encountered the same problems again.

For now, I’m happy with version 4.4.1.3.
by John2103
01 Sep 2025 11:56
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

I realize this is probably a mistake on my part, but it has already cost me a lot of time.
Is paid support on a no cure, no pay basis an option?

Here is some information about the current situation on the new production computer.

The GPIO configuration file:

<add key="RESTAddress" value="http ...
by John2103
31 Aug 2025 21:04
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

This is really strange. I copied the old version 4.4.1.3 to the new computer and it worked once. After I changed the password in the GPIO client and General Settings, Postman returns a 401 unauthorized message, no matter what password I use (the old or the new).

The new version also has this issue ...
by John2103
31 Aug 2025 13:38
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

Yes, I know it must be a configuration issue. You were my last hope 😉

I tried a few other things.

• Changed the port to 9000
• Temporarily switched off the Windows firewall
• Ran netsh http add urlacl url=http://+:9000/ user=Everyone

Now when I execute the command netstat -ano | findstr :9000 I ...
by John2103
31 Aug 2025 10:50
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

Re: REST API

Thanks for your quick response. I tried the following:

PS C:\Windows\system32> curl.exe -X POST http://localhost:9001/commands `
>> -H "Content-Type: application/json" `
>> -d "SHOW_ALERT_WINDOW TEST" `
>> -u ProppFrexx:ProppFrexx -v
Note: Unnecessary use of -X or --request, POST is already ...
by John2103
30 Aug 2025 17:26
Forum: Questions & Answers
Topic: REST API
Replies: 13
Views: 6067

REST API

The GPIO client on my Windows Server runs on port 9001.

When I execute this command in curl I see:

PS C:\Users\Admin> curl.exe -X POST http://localhost:9001/commands `
>> -H "Content-Type: application/json" `
>> -d "[`"SHOW_ALERT_WINDOW TEST`"]" `
>> -u ProppFrexx:ProppFrexx -v
>>
Note ...
by John2103
19 Aug 2025 16:24
Forum: Questions & Answers
Topic: Exporting to a mysql database.
Replies: 2
Views: 3165

Re: Exporting to a mysql database.

Thank you for your quick response. It’s not the demo version. I downgraded to an older version of MySQL, and now it works. Probably a ODBC driver mismatch.