PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: gmundt on May 06, 2026, 03:54:55 PM

Title: web request chunked
Post by: gmundt on May 06, 2026, 03:54:55 PM
I'm having an issue with a web request failing when switching from pxplus 18 to 19.10

379

{"purchase_orders":[{"created_at":"2023-05-01T17:56:18Z","updated_at":"2023-06-25T01:34:53Z","id":117182,"status":"completed","currency":"USD","incoterms":"MILL           ",


Line 289 l=dec(ath(mid("000000"+hex$,-8)),err=*break) is returning value larger than the length of the string at 889 and causes an error 47.  What could be causing this issue?

Title: Re: web request chunked
Post by: Devon Austen on May 07, 2026, 08:37:55 AM
What is 379 and the partial JSON you included there is that the contents of a variable in the program? When does the content start and stop are the new lines part of it etc.

There is no line number 889 in *plus\web\request? Did you mean to type a different number.

You could put the *plus/web/request from v18 into your v19.10 as a temp workaround and save the v19.10 one as a different name so you can go back to it if needed.