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 li

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 the

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 & u

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 want

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 C

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 16.

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 error

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 wa

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 errSSLCl

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 of

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 co

Re: tsneterr:(23)

2019-06-15 Thread JJS via use-livecode
ok the file gets downloaded, i checked. i set the url of the browser widget to the location of the pdf and i only see a white fog in the browser and then it crashes (tested on a Android 4.1.2 tablet) Op 15-6-2019 om 17:53 schreef JJS via use-livecode: Hi Matthias, your reply made me think

Re: tsneterr:(23)

2019-06-15 Thread JJS via use-livecode
Hi Matthias, your reply made me think and i forgot to change the folder where it should be put after download, of course this is not the same as on desktop. Ich dank ihnen! Regards, Jerry(Sphere) Op 15-6-2019 om 15:34 schreef Matthias Rebbe via use-livecode: Is it possible, that the a

Re: tsneterr:(23)

2019-06-15 Thread Matthias Rebbe via use-livecode
Is it possible, that the app uses external storage and the permission to "write to external storage" is not set in the Android settings under Standalone Application Settings in LC? Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de http

Re: tsneterr:(23)

2019-06-15 Thread Matthias Rebbe via use-livecode
Hi, i am not sure if this helps, but tsNet returns the curl errors. So curl error 23 means "An error occurred when writing received data to a local file, or an error was returned to libcurl from a write callback." Might be that the downloaded pdf cannot stored temporarily due to missing permissio

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

2017-03-16 Thread Matthias Rebbe via use-livecode
Tried it here with LC 8.1.3, Win 7 Pro, 64bit -> works LC 8.1.3, Win 10 Pro, 32bit -> works Matthias Rebbe Bramkampsieke 13 32312 Lübbecke Tel +49 5741 31 +49 160 5504462 Fax: +49 5741 310002 eMail: matth...@m-r-d.de BR5 Konverter - BR5 -> MP

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 Mac, but after a couple of days, th

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 inclu

Re: tsneterr ???

2016-09-30 Thread Klaus major-k
> Am 30.09.2016 um 09:47 schrieb Klaus major-k : > > Hi Charles, > >> Am 30.09.2016 um 00:37 schrieb 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/pat

Re: tsneterr ???

2016-09-30 Thread Klaus major-k
Hi Charles, > Am 30.09.2016 um 00:37 schrieb 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

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?

Re: tsneterr ???

2016-09-29 Thread Klaus major-k
> Am 29.09.2016 um 19:38 schrieb Klaus major-k : > > Hi friends, > > I have a stack that I have been using for years, some simple FTP and HTML > stuff, > but with LC 8.1 I get an error when I use: > ... > delete URL (zielordner & todel) forgot to metntion that this is a valid FTP pathname wit