36 Replies
stormy-goldOP•17mo ago
stormy-gold•17mo ago
can you try with the gogdl build from this PR? https://github.com/Heroic-Games-Launcher/heroic-gogdl/pull/44
looks like an issue in gogdl
you need a github account to download the binary, then you can configure it as an alternative binary for gogdl in settings > advanced
GitHub
Catch 'TypeError' too while processing cloud saves by arielj · Pull...
From this issue in discord: https://discord.com/channels/812703221789097985/1196160070032044124
Looks like we have to catch TypeError too, not only ValueError
stormy-goldOP•17mo ago
ok
its downloading
@arieljuod getting an error
stormy-gold•17mo ago
what error?
maybe you need to edit the binary's permissions to make it executable (I think github can't do that)
stormy-goldOP•17mo ago
oh how i do that
stormy-gold•17mo ago
Stack Overflow
How do I make this file.sh executable via double click?
First off I'm using Mac.
Next, I need to execute this "file.sh" we will call it. Everytime I need to execute it I have to open Terminal and type:
cd /Users/Jacob/Documents/folderWithFileI...
stormy-gold•17mo ago
I think there's a way to do that from the graphical interface too but I don't have my mac around to check the exact steps
stormy-goldOP•17mo ago
@arieljuod after so many trial and errors got it working using https://www.warp.dev/terminus/chmod-x#:~:text=On%20Linux%20and%20Unix%2Dlike,be%20run%20as%20a%20program.
Understanding Chmod +X - Making Files Executable
Learn what
chmod
with the argument +x
command does and how to use it with sudo
.stormy-gold•17mo ago
did the cloud sync download work?
stormy-goldOP•17mo ago
@arieljuod no
stormy-goldOP•17mo ago
stormy-goldOP•17mo ago
stormy-gold•17mo ago
according to this error
Error running command "/Users/andres/Downloads/gogdl --auth-config-path "/Users/andres/Library/Application Support/heroic/gog_store/auth.json" auth": Error: spawn ./gogdl EACCES
the binary still doesn't have execution permissions
or access permissionsstormy-goldOP•17mo ago
i did made it into a executable
how do i give it permisssions
stormy-goldOP•17mo ago
@arieljuod

stormy-gold•17mo ago
I don't have my mac with me, but what I would do is open a terminal in that folder and run
chmod +755 ./gogdl
stormy-goldOP•17mo ago
let me try that
stormy-goldOP•17mo ago
@arieljuod

stormy-gold•17mo ago
try
chmod 755 ./gogdl
without the +
stormy-goldOP•17mo ago
chmod 755 ./gogdl
its located in my downloads folder btw
does that matter?
it sasys no such file or directory
stormy-gold•17mo ago
yes, you have to either be in that folder (
cd Downloads
) or include the path in the command chmod 755 ./Downloads/gogdl
stormy-goldOP•17mo ago
@arieljuod did not say anything back, that's a good thing?

stormy-gold•17mo ago
try again to sync downloads with heroic
stormy-goldOP•17mo ago
ok
stormy-gold•17mo ago
and share a new heroic log
stormy-goldOP•17mo ago
on it
it says it refuses
stormy-goldOP•17mo ago
stormy-gold•17mo ago
try this, go to that folder and right click the gogdl binary > open
I think it will show a warning asking you to say you trust the file
stormy-goldOP•17mo ago
ok
stormy-goldOP•17mo ago
@arieljuod
stormy-gold•17mo ago
hmmmm somehow it doesn't like the binary from my PR, I don't know why mac is that annoying with things downloaded from the internet
the issue is that there's something in the cloud that doesn't have information gogdl is expecting and it's failing
my PR in that repo fixes the issue to not crash when that info is missing, but then mac doesn't like that binary
stormy-goldOP•17mo ago
Ohhh
D:
is this a known issue?
my current playthrough is on the cloud, i have an older current one as well
but in the new one i made more side content earlier before doing main missions
so my build is OP earlier in the game
stormy-gold•17mo ago
for me at least the missing info in the cloud object is a new thing (haven't seen this error before), I don't know the mac thing since I don't really use my mac much
@Linguin sorry for the ping, do you have any idea?
for context, I made a PR catching an extra error class when the header is missing (I linked that at the beginning of the thread)
have you seen issues like that one with
spawn ./gogdl EACCES
on mac?stormy-goldOP•17mo ago
ohhh
genetic-orange•17mo ago
are you sure it's Mac binary?
could be Mac quarantine too
idk, that os is so unintuitive for me
stormy-goldOP•17mo ago
i followed his steps to the T