Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Matthias, thank you very much! Since Alex already spotted my problem, I will store this for future reference. > Am 17.12.2023 um 12:45 schrieb matthias rebbe via use-livecode > : > > Hello Klaus. > > please see the example below. In my example i am posting a zip file with > images to a

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread matthias rebbe via use-livecode
Hello Klaus. please see the example below. In my example i am posting a zip file with images to a livecode server script Livecode script on mouseup answer file "Select zip file..." if it is empty then exit to top put "" & it into tArchive if libUrlMultiPartFormData(tForm,"Archive",

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Alex, > Am 17.12.2023 um 12:22 schrieb Alex Tweedly via use-livecode > : > > > On 16/12/2023 14:51, Klaus major-k via use-livecode wrote: >> Hi friends, >> >> I am trying to upload a (not so long) urlencoded text list >> to my server, but get the tsNet error as in the subject. >> >> In

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Alex Tweedly via use-livecode
On 16/12/2023 14:51, Klaus major-k via use-livecode wrote: Hi friends, I am trying to upload a (not so long) urlencoded text list to my server, but get the tsNet error as in the subject. In the form of: ... ## Remove spaces etc. put clean_name(tSetlist) into tDateiname put "whatever" & CR &

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Matthias, > Am 16.12.2023 um 23:29 schrieb matthias rebbe via use-livecode > : > > Hello Klaus, > > You could try to post the data as a file to the server. There is an array > $_files in Livecode server available, which handles the file uploads. ah, sounds promising, thank you! :-) I

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread matthias rebbe via use-livecode
Hello Klaus, You could try to post the data as a file to the server. There is an array $_files in Livecode server available, which handles the file uploads. Regards, Matthias > Am 16.12.2023 um 17:37 schrieb Klaus major-k via use-livecode > : > > Should I use a different format to pass the

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Should I use a different format to pass the CR delimited list to the LC script? If yes, which one? > Am 16.12.2023 um 16:50 schrieb Klaus major-k via use-livecode > : > > Followup: > I checked fo "illegal" character like @ ' etc., still no joy. > This has been working two weeks ago! > >> Am

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Followup: I checked fo "illegal" character like @ ' etc., still no joy. This has been working two weeks ago! > Am 16.12.2023 um 15:51 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I am trying to upload a (not so long) urlencoded text list > to my server, but get the tsNet

tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Hi friends, I am trying to upload a (not so long) urlencoded text list to my server, but get the tsNet error as in the subject. In the form of: ... ## Remove spaces etc. put clean_name(tSetlist) into tDateiname put "whatever" & CR & urlencode(fld "setlist") into tInhalt put

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Thanks Matthias. I find it strange that they would report “connection closed gracefully” as an error. But as I noted previously, this just started happening about a month ago so I am going on the assumption that it’s not a good thing and will keep looking for an explanation. If I can think of

Re: tsneterr

2023-07-18 Thread matthias rebbe via use-livecode
Hi Mark, it seems error -9805 is an error which is returned by iOS. I just searched for error 9805 and found this page here with some open source code from Apple. https://opensource.apple.com/source/libsecurity_ssl/libsecurity_ssl-36800/lib/SecureTransport.h There is the following line

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Hi Matthias, First let me thank you for your previous response. In response to my question about error -9805 dropbox replied: The error you posted shows some platform specific error. Dropbox doesn't respond with any similar error. You have to read your environment documentation for more info.

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Thanks Matthias. I’ve bookmarked the curl page for future reference. That solves about 1/2 the problem. Too bad it is difficult to find any information on error code -9805. I’ll follow up with dropbox to see if they are issuing it and what it means. I checked the things you mentioned and none

Re: tsneterr

2023-07-18 Thread matthias rebbe via use-livecode
The error numbers in the brackets returned by tsNet are curl error numbers. And according to https://curl.se/libcurl/c/libcurl-errors.html it means there was a problem sending data to the peer. Searching further for Curl error 55 i found some causes 1. if uploading to an ftp server this error

tsneterr

2023-07-18 Thread Mark Smith via use-livecode
I received the following error: tsenterr (55) SSLWrite() returned error -9805 Anyone know what this means or where to lookup what it means? Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: get URL results in tsneterr(6) on Android, previously worked ok

2020-06-28 Thread J. Landman Gay via use-livecode
...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 28, 2020 8:04:50 PM Alan Stenhouse via use-livecode wrote: Hi all Am re-building an app that's been running fine for over 2 years now and when attempting to get a URL I always get the error "tsneterr: (6)"

get URL results in tsneterr(6) on Android, previously worked ok

2020-06-28 Thread Alan Stenhouse via use-livecode
Hi all Am re-building an app that's been running fine for over 2 years now and when attempting to get a URL I always get the error "tsneterr: (6)" contained in it with "could not resolve host" as the result. When I try the same code in the IDE it works as expected. I didn'

Re: tsneterr:(23)

2019-06-15 Thread JJS via use-livecode
ermattes.de/> <https://winsignhelper.dermattes.de/ <https://winsignhelper.dermattes.de/>> Am 15.06.2019 um 10:29 schrieb JJS via use-livecode <mailto:use-livecode@lists.runrev.com> <mailto:use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>>: Hi

Re: tsneterr:(23)

2019-06-15 Thread JJS via use-livecode
de@lists.runrev.com>>>: Hi, anybode knows what this means? It's an popup message: tsneterr:(23) Failed writing body (0 !=16384) It happened on a stack which works ok on desktop, but i'm adjusting it for mobile(Android). Mainly layout. It is happening while opening a card with a brows

Re: tsneterr:(23)

2019-06-15 Thread Matthias Rebbe via use-livecode
gt; Am 15.06.2019 um 10:29 schrieb JJS via use-livecode >> mailto:use-livecode@lists.runrev.com> >> <mailto:use-livecode@lists.runrev.com >> <mailto:use-livecode@lists.runrev.com>>>: >> >> Hi, >> >> >> anybode knows what this means?

Re: tsneterr:(23)

2019-06-15 Thread Matthias Rebbe via use-livecode
es.de/> https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/> > Am 15.06.2019 um 10:29 schrieb JJS via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi, > > > anybode knows what this means? It's an popup message:

tsneterr:(23)

2019-06-15 Thread JJS via use-livecode
Hi, anybode knows what this means? It's an popup message: tsneterr:(23) Failed writing body (0 !=16384) It happened on a stack which works ok on desktop, but i'm adjusting it for mobile(Android). Mainly layout. It is happening while opening a card with a browser widget where a pdf

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-13 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha, Charles: This connection speed feedback looks awesome. Does TSnet handle/monitor speed on all all the port 80/443 calls? set the url of widget "browser" to "https://www.himalayanacademy.com; I created a "horrible hack" to ping our server every few milliseconds ala Apple's own web

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-13 Thread Charles Warwick via use-livecode
Hi Dan, The resetAll command is very destructive, in that it closes all currently open connections. In certain circumstances it has been required when using the traditional libUrl library to work around network errors and in order to maintain feature parity, it does also work with tsNet.

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Charles, Yes, I do have resetAll in my scripts. I use it when a communications error has occurred as a way to reset and try again. If tsNet is in play, I gather I should not call resetAll? If not, is there something else I should be doing? Also, is there a way (via a property) to

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Matthias Rebbe via use-livecode
You mean, you want to call that in the standalone? I am not sure. I would say this is a question either for Charles Warwick or the people at Livecode. > Am 12.07.2017 um 17:13 schrieb Dan Friedman via use-livecode > : > > Matthias, > > If I build the

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Matthias, If I build the standalone with tsNet selected, could I call: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" at runtime to switch back to libURL? If so, this would give me the option to use either one. Thanks! -Dan On 7/11/17, 6:13 PM, "use-livecode on behalf of

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Charles Warwick via use-livecode
tAll" to deal with issues in older versions of libUrl. Do you use these commands at all in your project? Regards, Charles On 12/07/2017 3:33 AM, Dan Friedman via use-livecode wrote: I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this error when accessing t

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
um 19:33 schrieb Dan Friedman via use-livecode >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com> >> <mailto:use-livecode@lists.runrev.com >> <mailto:use-livecode@lists.runrev.com>>>: >> >> I am porting a large project fro

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
asrebbe.eu <http://matthiasrebbe.eu/>‌ > Am 11.07.2017 um 19:33 schrieb Dan Friedman via use-livecode > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this > error w

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Dan Friedman via use-livecode
I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this error when accessing the internet: “tsneterr: Not initialised” (misspelled, by the way). It works fine for a while, then it just fails. And, once it fails you have to completely restart. Sometimes LC even crashes

Re: FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-28 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > If using > sftp://username:password@mydomain/sompath/somefile.ext > is the user name and password "sniffable" > > I am under the impression it is not as SFTP encrypts *before* sending > out the pipe. > > Is that understanding correct? Yes, that's the key

Re: FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-27 Thread Sannyasin Brahmanathaswami via use-livecode
Richard Gaskin via use-livecode" wrote: ("ftp://FTPusername:ftppassw...@mydomain.on-rev.com/somepath/somefile.ext;) Would that be "ftps://..."? @ Charles I have the same (or perhaps similar) question. If using sftp://username:password@mydomain/sompath/somefile.ext is the user

Re: FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-25 Thread Charles Warwick via use-livecode
Hi John, Certain characters in usernames and passwords need to be URL encoded if you want to include them in a URL string. The @ character is one of them. Try something like his: put urlencode("autoim...@jdoe.on-rev.com") into tUser put urlencode("x") into tPass put the last image into

Re: FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-25 Thread Richard Gaskin via use-livecode
Ralph DiMola wrote: > This works for me. > > put MyVar into url ("ftp://FTPusername:ftppassw...@mydomain.on-rev.com/somepath/somefile.ext;) Would that be "ftps://..."? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

RE: FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-25 Thread Ralph DiMola via use-livecode
eCode Cc: JOHN PATTEN Subject: FTP from iOS but getting tsneterr: (67) Access denied: 530 Hi All, I’m trying to ftp and image from the photo gallery on iOS to my on-rev account. I’m using the example: on mouseUp mobilepickphoto “library" --upload to FTP put the last image into

FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-25 Thread JOHN PATTEN via use-livecode
Hi All, I’m trying to ftp and image from the photo gallery on iOS to my on-rev account. I’m using the example: on mouseUp mobilepickphoto “library" --upload to FTP put the last image into url

tsneterr: HTTP response Code 400?

2017-04-12 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.3 I have some "put URL ." with PHPs executed on my server, which runs fine. Now I get a support call from a (windows) customer who gets "tsneterr: HTTP response Code 400 returned from server" A "HTTP 400 error" usually is a bad request bec

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-17 Thread Tiemo Hollmann TB via use-livecode
nn TB <toolb...@kestner.de> Betreff: AW: AW: tsneterr: (6) could not resolve host - can anyone else test this? Panos from LC solved the mystery. In my URL the password has a special character, which can't be handled in 8.1.2 and 8.1.3 on Windows. When doing urlencode(myPW), it also works in

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
...@lists.runrev.com] Im Auftrag von Paul Richards via use-livecode Gesendet: Donnerstag, 16. März 2017 15:22 An: How to use LiveCode <use-livecode@lists.runrev.com> Cc: Paul Richards <p...@smarttsoftware.co.uk> Betreff: RE: AW: tsneterr: (6) could not resolve host - can anyone else test thi

RE: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Paul Richards via use-livecode
.au> Subject: Re: AW: tsneterr: (6) could not resolve host - can anyone else test this? I have not been able to replicate this issue here, but I am using an older version of Windows. Is there anyone that can try this on various versions of Windows to see if this problem is specific to Win 10

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
ff: Re: AW: tsneterr: (6) could not resolve host - can anyone else test this? I have not been able to replicate this issue here, but I am using an older version of Windows. Is there anyone that can try this on various versions of Windows to see if this problem is specific to Win 10? Try

Re: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Matthias Rebbe via use-livecode
> >> >> On 16/03/2017 1:00 AM, Tiemo Hollmann TB via use-livecode wrote: >>> Forgot to say: Windows 10 >>> >>> -Ursprüngliche Nachricht- >>> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com >>> <mailto:use-l

Re: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Charles Warwick via use-livecode
say: Windows 10 -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Mittwoch, 15. März 2017 16:00 An: LiveCode User Liste senden <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB &

Re: AW: tsneterr: (6) could not resolve host

2017-03-16 Thread Charles Warwick via use-livecode
den <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: tsneterr: (6) could not resolve host Hello, using LC 8.1.2 / 8.1.3 I get an "tsneterr: (6) could not resolve host: public" when trying to access a file in a web server directory with user and

AW: tsneterr: (6) could not resolve host

2017-03-15 Thread Tiemo Hollmann TB via use-livecode
llmann TB <toolb...@kestner.de> Betreff: tsneterr: (6) could not resolve host Hello, using LC 8.1.2 / 8.1.3 I get an "tsneterr: (6) could not resolve host: public" when trying to access a file in a web server directory with user and password protection put URL "http://pu

tsneterr: (6) could not resolve host

2017-03-15 Thread Tiemo Hollmann TB via use-livecode
Hello, using LC 8.1.2 / 8.1.3 I get an "tsneterr: (6) could not resolve host: public" when trying to access a file in a web server directory with user and password protection put URL "http://public:myPW@www.myHost/mypath/my.txt; into tResult when opening the same file in a n

Re: tsneterr ???

2016-10-10 Thread Charles Warwick
Hi Klaus, On 10/10/2016 12:00 AM, Klaus major-k wrote: Which platform are you building the standalone for that it doesn't work on? (or have you got it working now) that is on a Mac, but after a couple of days, the problem went away completely without any intervention from my side!? I had a

Re: tsneterr ???

2016-10-09 Thread Klaus major-k
Hi Charles, > Am 09.10.2016 um 09:54 schrieb Charles Warwick > : > > Hi Klaus, > > Sorry for the delay in replying to this e-mail. > Which platform are you building the standalone for that it doesn't work on? > (or have you got it working now) that is on a

Re: tsneterr ???

2016-10-09 Thread Charles Warwick
Hi Klaus, Sorry for the delay in replying to this e-mail. Which platform are you building the standalone for that it doesn't work on? (or have you got it working now) Best Regards, Charles On 30/09/2016 9:36 PM, Klaus major-k wrote: Yes, sure, as I wrote, I have been using this stack

Re: tsneterr ???

2016-09-30 Thread Klaus major-k
> Am 30.09.2016 um 09:47 schrieb Klaus major-k <kl...@major-k.de>: > > Hi Charles, > >> Am 30.09.2016 um 00:37 schrieb Charles Warwick >> <char...@techstrategies.com.au>: >> >> Hi Klaus, >> >>>> both together form a vali

Re: tsneterr ???

2016-09-30 Thread Klaus major-k
Hi Charles, > Am 30.09.2016 um 00:37 schrieb Charles Warwick > <char...@techstrategies.com.au>: > > Hi Klaus, > >>> both together form a valid pathname, of course! >>> Anyway I get: >>> tsneterr: (21) QUOT string not accepted: >&

Re: tsneterr ???

2016-09-29 Thread Charles Warwick
Hi Klaus, both together form a valid pathname, of course! Anyway I get: tsneterr: (21) QUOT string not accepted: DELE /the_above_menitoned/pathname I see this in a standalone. And yes I know tsNet is the new external that replaces (more or less) libUrl, but does it not support DELETE URL XXX

tsneterr ???

2016-09-29 Thread Klaus major-k
er form a valid pathname, of course! Anyway I get: tsneterr: (21) QUOT string not accepted: DELE /the_above_menitoned/pathname I see this in a standalone. And yes I know tsNet is the new external that replaces (more or less) libUrl, but does it not support DELETE URL XXX? Do I need to use another sy