Wyatt O'Day (Wyatt) has made 7793 posts.
Pierre, Coincidence maybe but seems to be timewise related to dec 20 (although supposed to be in ef…
Use version 4.4.4.1. you can verify the version in-code at runtime by using TA_GetVersion(). Also, …
Answer on Dec 29, 2021We had 2 minutes of downtime for server maintenance today.
Nope. You close the exe. Or wyUpdate will prompt the user to close it.
Answer on Dec 29, 2021it depends on your needs. and the programming language you’re using. Google for specifics.
https://wyday.com/forum/t/5064/cannot-activatedeactivate-ta_e_inet_tls-on-macos-10-14-and-older/#pos…
A very large number – longer than the lifespan of a human. It's an implementation detail that has…
Everything should be POSTed. Only the URL (https://wyday.com/limelm/api/rest/) should be in GET part…
Answer on Dec 21, 2021I think all of the problems you're having is that you're contacting the wrong URL. This is incorrec…
Post on Dec 20, 2021Well, the biggest hint I have is the “method not provided error”. This means that the POST param…
Answer on Dec 20, 2021Hey Scott, change the HTTP method from GET to POST and leave the params in the query string Don't …
Post on Dec 18, 2021It really depends on the programming language you’re using to make the request. What programming l…
How to enable the "automatic root certificates update" on Windows Server 2016
No idea, wyUpdate is open source you can see what it does and why it does it. Either wyUpdate check…
We don't use Java in our infrastructure. It's slow, it's bloated, and it's inefficient. Yes, it's go…
TurboActivate 4.1 includes a NodeJS example for Windows, macOS, Linux, and BSD. This means you'll be…
Likely an error with your usage of Process.Start(). Google the docs, and debug your usage.
Answer on Dec 10, 2021It sounds like it's telling you exactly what the problem is. It can't be found. Add breakpoints and …
We don’t have time to write and test the function. if you’re determined to use PyInstaller, the…
Post on Dec 9, 2021You will need to modify __init__.py to add the TA_PDetsFromByteArray() function. See the C/C++ examp…