Search found 222 matches

by pink
Mon Mar 04, 2024 10:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 554

Re: tsneterr: (35) SSL peer handshake failed

Went through all of my extensions and plugins. It looks as though the problem was the PowerDebug plugin. Honestly forgot it was in there.

I am finally up and running.

Thanks again Klaus and Bernd
by pink
Mon Mar 04, 2024 8:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 554

Re: tsneterr: (35) SSL peer handshake failed

One possible final weird note about this. Still, on my Mac(s) the API calls do not work in Livecode. However, if I save as a standalone on the same Macs, the API call DOES work. So Windows works, curl works, standalone on Windows and Mac work. The only place where I am getting the tsnet error is in ...
by pink
Fri Mar 01, 2024 10:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 554

Re: tsneterr: (35) SSL peer handshake failed

So there is one more wrinkle in this issue, it only occurs on the MacOS.

This error gets thrown on both M1 and Intel Macs (Sonoma 14.3.1), but I get the expected return using Windows.

Before I try and open a ticket, any idea as to why this might be and what could be done?
by pink
Tue Feb 27, 2024 5:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 554

Re: tsneterr: (35) SSL peer handshake failed

is there a way around using the tsNet library, or is that the only option built-in?
by pink
Sat Feb 24, 2024 4:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 554

tsneterr: (35) SSL peer handshake failed

I'm tinkering around with the API for Retable and I am running into this error: tsneterr: (35) SSL peer handshake failed, the server most likely requires a client certificate to connect essentially, I’m running the equivalent of (which works fine): curl --request GET 'https://api.retable.io/v1/publi...
by pink
Fri Jan 12, 2024 5:48 pm
Forum: Talking LiveCode
Topic: Problem with a REST API Call
Replies: 6
Views: 56297

Re: Problem with a REST API Call

htmlHeaders was a typo when I wrote this post, it was httpHeaders in my script.

Changing CRLF to LF did the trick.

Thanks everyone for helping push me in the right direction.
by pink
Thu Jan 11, 2024 4:44 pm
Forum: Talking LiveCode
Topic: Problem with a REST API Call
Replies: 6
Views: 56297

Re: Problem with a REST API Call

Tried that as well, same result.
by pink
Thu Jan 11, 2024 3:13 pm
Forum: Talking LiveCode
Topic: Problem with a REST API Call
Replies: 6
Views: 56297

Problem with a REST API Call

I am trying to use a Parse server which I haven't played with in a long time. I am having a problem with the REST API, all of the calls I am making are returning a "400 Bad Request Error" and my tinkering has proven futile thus far. So as an example, I am trying to replicate the following (which wor...
by pink
Thu Nov 23, 2023 2:53 pm
Forum: Games
Topic: How to deal with many files
Replies: 1
Views: 5059

How to deal with many files

Okay livecodinians, I am working on a game that is going to have a fair amount of graphics and sounds clips. It will be necessary to download more of each as things progress. I don’t have an exact number, but the initial count is over 500 files at around 250MB, though I am trying to shrink the size....
by pink
Mon Nov 20, 2023 9:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error opening Livecode
Replies: 12
Views: 28700

Re: Error opening Livecode

all good now!
by pink
Mon Nov 20, 2023 7:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error opening Livecode
Replies: 12
Views: 28700

Error opening Livecode

Anyone else having an issue logging into LC? I can't get into the website not the program. Had no problem yesterday, today I can't start it up. Livecode says "the email you have entered is unrecognizable." livecode.com says: "There was an error logging in. Please check your details and try again." M...
by pink
Thu Sep 07, 2023 6:23 pm
Forum: Games
Topic: Anyone use Steam for game distribution yet?
Replies: 0
Views: 117308

Anyone use Steam for game distribution yet?

I just finished setup my account on Steamworks although my game is still in early development.

I was wondering if anyone has any experience with the developer side of Steam and would care to share any stories (as well as any do's and don't's)
by pink
Tue Sep 21, 2021 3:29 pm
Forum: Databases
Topic: CouchDB Library
Replies: 37
Views: 42675

Re: CouchDB - Where to start?

Sorry, I did not get a notification of this post and I'm sure this is waaaaaay too late. You need to put the library into the message path somehow, for example: - paste the library into the stack script, this would be the simplest approach - make a substack with the library and access it with the "s...
by pink
Mon Nov 09, 2020 5:06 pm
Forum: Databases
Topic: CouchDB Library
Replies: 37
Views: 42675

Re: CouchDB Library

By the way, over the last couple of weeks I've made a number of updates to the library, especially related to improving/optimizing the sync functions

Go to advanced search