v4.3.5.1 - stable
Re: v4.3.5.1 - stable
Yes, a netsh http add urlacl .. might also solve the issue.
And the missing dll for JSON is now available in the .1 update as well.
THX
And the missing dll for JSON is now available in the .1 update as well.
THX
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: v4.3.5.1 - stable
Just as way of an update.
I've upgraded to 4.3.5.1 and sending commends in JSON format still not working and getting the response: "Dispatched remotely" with the commends not carried out. Sending the same command in plain text is fine.
I've upgraded to 4.3.5.1 and sending commends in JSON format still not working and getting the response: "Dispatched remotely" with the commends not carried out. Sending the same command in plain text is fine.
Re: v4.3.5.1 - stable
Quite strange, as it works here…
You are sure, the content type is application/json and you are (as the body) send an array of strings as the commands? I assume all yes!
So the dll might somehow still be missing?
When you turn on the Debugging mode in the GPIO Client… what messages do you get in the Debug…log of the GPIO Client AppDataUser folder?
You are sure, the content type is application/json and you are (as the body) send an array of strings as the commands? I assume all yes!
So the dll might somehow still be missing?
When you turn on the Debugging mode in the GPIO Client… what messages do you get in the Debug…log of the GPIO Client AppDataUser folder?
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: v4.3.5.1 - stable
Yes, the debug does point to a missing file:
31/03/2023 21:33:11: Request JSON deserialize issue: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I will double check, but I'm sure it's listed in the main ProppFrexx installation directory.
31/03/2023 21:33:11: Request JSON deserialize issue: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I will double check, but I'm sure it's listed in the main ProppFrexx installation directory.
Last edited by phonic on 31 Mar 2023 22:46, edited 1 time in total.
Re: v4.3.5.1 - stable
Found the the issue: The filename for some reason had two dots after Unsafe "System.Runtime.CompilerServices.Unsafe.Unsafe..dll". Not easy to notice, but after renaming and reopening it's now working fine.
Thanks for your assistance! The REST API is a great addition to ProppFrexx.
Thanks for your assistance! The REST API is a great addition to ProppFrexx.