I successfully built @stigatle@yarn.stigatle.no ’s Yarn Client on EndeavourOS, but it crashed as soon as I entered my credentials.
It’s pretty but it’s not stable yet.
I successfully built @stigatle@yarn.stigatle.no ’s Yarn Client on EndeavourOS, but it crashed as soon as I entered my credentials.
It’s pretty but it’s not stable yet.
@funbreaker@twtxt.net cool! Can you launch through terminal and check if it outputs the problem?
@funbreaker@twtxt.net okay, so something goes wrong in the response you get. Hm. I see you use twtxt, ill check against there tomorrow and see if I can find the issue (midnight here now). Also ill work on better error output as well when I find the problem.
Thank you for testing!
Can you try https://twtxt.net
– I’m also worried that if you have “Skip SSL verification” in your code (from reading @lyse@lyse.isobeef.org’s comments) that things will fail on my pod as I’m pretty sure Cloudflare will chuck a hissy fit at you 🤣
Also character handling for password might be problematic ☝️ The code needs to handle and allow anything and everything, as yarnd
doesn’t shit a shit what you type for your password 😅
@funbreaker@twtxt.net yeah, that can be a issue. I will check some of these things tomorrow :)
@prologic@twtxt.net yes I will test it :) cloudflare is something I do not have on my end, so I never thought of that, so glad you mention that as a potential issue to solve. Ill check on it.
@stigatle@yarn.stigatle.no Just test against my pod 👌
@funbreaker@twtxt.net Could you pull the latest code and rebuild? I have added SSL verification now.
If it still fails I’ll make a twtxt account and look into it more.
@funbreaker@twtxt.net thank you!
@funbreaker@twtxt.net Ok, I saw that error here now as well - but it does not crash. I have put it in the issue tracker, I will fix it and let you know once I’ve tracked it down.
@funbreaker@twtxt.net seems to be related to the way the timeline array is done. I will rewrite that part. I’ll start tomorrow.
@funbreaker@twtxt.net I have pushed a fix now to git, I now got rid of the error when I use it on my end. I will create a test account on twtxt later tonight (after dinner and all that) if needed. If you test the latest on your end before that - let me know :) And thanks for your patience.
@funbreaker@twtxt.net Also, did you compile rapidjson from source? Or install the package with your OS? I built the latest version and installed that - if the problem continues now after I fixed the error on my end - then that might be the cause.
@funbreaker@twtxt.net I tested now against twtxt with a account I created -it segfaulted if you had a / at the end of the server url.. My bad.. works if you remove the slash. I will fix it in the client so that it removes the slash if it’s in the server url.
@funbreaker@twtxt.net no need to feel dumb. This is why testing is nice! That being said - ill make a fix for that too :) this is why I appreciate you taking the time to test, because we have now found many things to improve already 😀
@stigatle@yarn.stigatle.no I’m yhe movile app we default to https://
if no scheme was provided by the user.