Page 1 of 1

hURL - NOW, DONE, YOHO output under OS4

Posted: Sun Dec 27, 2020 12:18 am
by root
To night i updatet the hurl plugin and testet my twitch tool under Amiga OS4. When i recived data's via hurl i become always an output message "NOW", "DONE", "YOHO". I tested with windows everything is fine, no output like this!

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Sun Dec 27, 2020 11:03 am
by root
ok i fix it...

open the os4 version of "hurl.hwp" in your fav. hex editor go to
offset 9AE0C replace 4E 4F 57 with 00 00 00
offset 9AE14 replace 44 4F 4E 45 with 00 00 00 00
offset 97AE8 replace 59 4F 48 4F with 00 00 00 00

Now the "NOW", "DONE", "YOHO" debug output will never be upon anymore... ;)

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Tue Dec 29, 2020 5:52 pm
by lazi
It could be the remnants of a hard working men's satisfied sigh!
And you made it vanish! How dare you? :)

Nice find!
In what circumstances did you got the messages?

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Wed Dec 30, 2020 5:09 pm
by root
Hehe

normaly you can enable an output from hurle with "easy:SetOpt_Verbose(onoff)"
in my case "easy:SetOpt_Verbose(false)" i see always "NOW, DONE, YOHO" in an output window

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Wed Dec 30, 2020 10:49 pm
by airsoftsoftwair
NOW I've just examined this and it looks like some debug output wasn't removed from the OS4 build of hURL. I've fixed this now, so consider it DONE and the hURL archive has been updated. YOHO! ;)

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Fri Jan 01, 2021 2:52 pm
by lazi
airsoftsoftwair wrote: Wed Dec 30, 2020 10:49 pm NOW I've just examined this and it looks like some debug output wasn't removed from the OS4 build of hURL. I've fixed this now, so consider it DONE and the hURL archive has been updated. YOHO! ;)
:lol:
Thats great!

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Mon Feb 21, 2022 2:06 pm
by jPV
airsoftsoftwair wrote: Wed Dec 30, 2020 10:49 pm NOW I've just examined this and it looks like some debug output wasn't removed from the OS4 build of hURL. I've fixed this now, so consider it DONE and the hURL archive has been updated. YOHO! ;)
Umm... I think that there's still debug output from hURL on OS4 when you connect with SFTP.

It looks like this:

Code: Select all

a
************ GET NON BLOCKING ****************
PREV BLOCKSTATE: 0
b
TRY TO SEND: 23 0
RC: 23
c
TRY TO GET: 1 0
RC: 1

AMITCP ERRNO: 35
RECV FAIL
SHA AGAIN
EAGAIN3
RC: -37
a
b
c
d
KEX4
Can be tested with this code:

Code: Select all

@REQUIRE "hurl"

host$ = StringRequest("SFTP test", "Enter host to connect")
user$ = StringRequest("SFTP test", "Enter username")
pass$ = StringRequest("SFTP test", "Enter password")

e = hurl.Easy({URL = "sftp://" .. user$ .. ":" .. pass$ .. "@" .. host$, WriteFunction=ConsolePrint})
e:Perform()
e:Close()   
Update the archive again please? :)

Re: hURL - NOW, DONE, YOHO output under OS4

Posted: Tue Mar 01, 2022 4:29 pm
by airsoftsoftwair
jPV wrote: Mon Feb 21, 2022 2:06 pm Update the archive again please? :)
Geez, I'm getting old. Updated the archive once again. Hopefully all debug output is gone now. Only the OS4 version had this debug output so that's the only version that people should reinstall.