Search found 1128 matches

by Gunroar:Cannon()
Tue Sep 24, 2024 4:17 pm
Forum: General
Topic: love-actions GitHub help
Replies: 10
Views: 2287

Re: love-actions GitHub help

No idea. From the second link I posted (the environment for "ubuntu-latest"), it already comes with Java 11 set as the default: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#java The only thing I can think of is changing the failing step of the love...
by Gunroar:Cannon()
Mon Sep 23, 2024 3:37 pm
Forum: General
Topic: love-actions GitHub help
Replies: 10
Views: 2287

Re: love-actions GitHub help

Okay, I added all the directories and moved on. But now for a while I've been stuck on a java error: Run actions/cache@v4 Cache not found for input keys: ndk-21.3.6528147 Run actions/cache@v4 Cache not found for input keys: build-love-11.4 Run cd ./love-actions-android/love-android/ ERROR: JAVA_HOME...
by Gunroar:Cannon()
Sun Sep 22, 2024 2:36 am
Forum: General
Topic: love-actions GitHub help
Replies: 10
Views: 2287

Re: love-actions GitHub help

I pushed through, and learnt about yml structures and github's requirements, but now I'm stuck. I edited the example in love-actions for android so it won't error and I got this code in my "build.yml": # This is a basic workflow to help you get started with Actions name: CI # Controls when...
by Gunroar:Cannon()
Fri Sep 20, 2024 2:45 pm
Forum: Support and Development
Topic: [SOLVED] How to get timeout in Lua https
Replies: 4
Views: 1430

Re: How to get timeout in Lua https

Yeah, that's for a totally different library with different APIs. I implemented it... local _https = require("https") local https = { request = function(url, body, timeout) local threadCode = string.format([[ local url, body = ... local _https = require("https") local code, resp...
by Gunroar:Cannon()
Wed Sep 18, 2024 12:04 pm
Forum: General
Topic: Love2D 12 for Android problems
Replies: 0
Views: 1264

Love2D 12 for Android problems

I downloaded Love12 for https support on android, and at this point I'll do as slime suggests and compile lua-https into 11.5, but as I can't do that now (don't know how, short on time, can't attempt it natively) I wanted to continue to test with 12. The game I was coding runs fine on my old Samsung...
by Gunroar:Cannon()
Wed Sep 18, 2024 9:57 am
Forum: Support and Development
Topic: [SOLVED] How to get timeout in Lua https
Replies: 4
Views: 1430

Re: How to get timeout in Lua https

I thought there were timeouts because I saw some stuff when I browsed it. I know it's not the same lib, but there were many different pages like this . I'm doing a thing where I check and submit scores to Lootlocker after a game. If there is no connection at all it's fine because it just loads and s...
by Gunroar:Cannon()
Tue Sep 17, 2024 10:11 pm
Forum: Support and Development
Topic: [SOLVED] How to get timeout in Lua https
Replies: 4
Views: 1430

[SOLVED] How to get timeout in Lua https

love 12 provides lua-https . love 11 doesn't provide it itself but you can get or make a standalone build of it. I can't seem to set the timeout for lua-https, so that it will stop stalling/hanging the game after one second and not ~10 seconds like it currently does. Setting https.TIMEOUT/http.TIME...
by Gunroar:Cannon()
Tue Sep 17, 2024 6:54 pm
Forum: General
Topic: Does Love2D support SSL/https requests?
Replies: 14
Views: 3881

Re: Does Love2D support SSL/https requests?

love 12 provides lua-https . love 11 doesn't provide it itself but you can get or make a standalone build of it. I can't seem to set the timeout for lua-https? https.TIMEOUT/http.TIMEOUT doesn't work, neither does setting it in the options argument. I've browsed and looked around and besides these ...
by Gunroar:Cannon()
Sat Sep 14, 2024 6:43 pm
Forum: General
Topic: Does Love2D support SSL/https requests?
Replies: 14
Views: 3881

Re: Does Love2D support SSL/https requests?

I got Lootlocker to work!! :awesome: Thanks everyone. love 12 provides lua-https . love 11 doesn't provide it itself but you can get or make a standalone build of it. I see Love12 for android has some nice new UI, and that's really cool. Buuuuuuuut (I don't know if this is the right place, and this ...
by Gunroar:Cannon()
Sat Sep 14, 2024 6:07 pm
Forum: General
Topic: love-actions GitHub help
Replies: 10
Views: 2287

Re: How to build projects online (Google Cloud)?

RNavega wrote: Sat Sep 14, 2024 5:06 am I'm new to this myself but it seems ChatGPT 4o can give hints if you get stuck. If you succeed, do share what you discover eh!
Will do :awesome: