When using hGet.Auth = Net.AuthDigestIE in a http post request, I get
error that it's not a unknown authentication method.
Also have some strange crashes (sig 11) when rerunning same request
(without above line) need to get more info.

[System]
Gambas=3.9
OperatingSystem=Linux
Kernel=4.4.0-34-generic
Architecture=x86_64
Distribution=Ubuntu 16.04.1 LTS
Desktop=UNITY
Theme=Gtk
Language=en_US.UTF-8
Memory=16015M

[Libraries]
Cairo=libcairo.so.2.11400.6
Curl=libcurl.so.4.4.0
DBus=libdbus-1.so.3.14.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.802.0
GTK+2=libgtk-x11-2.0.so.0.2400.30
GTK+3=libgtk-3.so.0.1800.9
OpenGL=libGL.so.1.0.0
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.58.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.5.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6


Regards,
Ron.

2016-08-21 2:56 GMT+02:00 Jussi Lahtinen <jussi.lahti...@gmail.com>:
>> I tried on a Mint VirtualBox VM, and still have "Test passed!" as
>> result. Can you tell me exactly where it fails in the code?
>>
>
> Randomly in module mTest at lines 1685, 1694, 1704 and 1714. So at every
> occurrence of code 'If sTest <> "test" & gb.NewLine Then'.
> Every time it fails the string sTest is empty, this should never occur if
> the process has been ran. Or why else the string is empty?
>
> See attached screenshot.
>
> Now I realize that there is property "Blocking", which is false... so could
> it be that the process is read too early and process.wait only waits for
> some input..?
>
>
> Jussi
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to