Search found 2 matches
- Thu Apr 10, 2025 4:56 pm
- Forum: HTTPAPI
- Topic: Getting error: SetError() #22: open(): No such path or directory.
- Replies: 2
- Views: 13349
Re: Getting error: SetError() #22: open(): No such path or directory.
OK Thanks a lot! That worked. I included a file name for the second parm and program ran successful. Thanks again.
- Thu Apr 10, 2025 1:29 pm
- Forum: HTTPAPI
- Topic: Getting error: SetError() #22: open(): No such path or directory.
- Replies: 2
- Views: 13349
Getting error: SetError() #22: open(): No such path or directory.
Getting error "SetError() #22: open(): No such path or directory. " in my IFS log file when I using
rc = http_get(%trim(fullURL): response);
"fullURL" has the url and the data i'm trying to execute. After I run it the "response" = Blank and
http_debug(*on: '/tmp/smarty_debug.txt'); I'm ...
rc = http_get(%trim(fullURL): response);
"fullURL" has the url and the data i'm trying to execute. After I run it the "response" = Blank and
http_debug(*on: '/tmp/smarty_debug.txt'); I'm ...