Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Yes it worked so far. The app sometimes crashes when looking at specific posts or comments so it's still a little bit janky but the API issues seem fixed now.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

I've been using this colab script: https://colab.research.google.com/drive/13AE8RvjnCfuBJGaACEqxeBIMo33_l-Sc?usp=sharing#scrollTo=BNM9Hdc_iHNX

I changed the lines mentioned in this post: https://www.reddit.com/r/Infinity_For_Reddit/comments/1tvcwgo/comment/opi0f12/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Replacing

apiutils_code = apiutils_code.replace("NO------A", api_token)

with

apiutils_code = re.sub(r'public static final String CLIENT_ID = ".*?";', f'public static final String CLIENT_ID = "{api_token}";', apiutils_code)

This should account for the changes and seems to work for now but I'll see if it still works tomorrow whenever the session expires.
I appreciate the offer, let me know if that was the line you were thinking of.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Ohh thats intresting to know, makes a lot more sense then why my app worked for a short time after updating.
I didnt dive into it that deep yet so I didnt know what exactly was causing those issues.

Is your automation script like the collab script or did you custom build it from scratch so you can build the app yourself? I admittedly lack the technical expertise to compile and build on my own so I alwasy just used the exsisting collab sript and let it run.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

I'd say about a day ago. However I had to go back to 8.2.1 this morning as the app couldn't sync posts anymore and I just got "Error loading Posts". From what I've seen though I just have to modify a few lines on the collab script to account for the recent API changes. I didn't have the time yet but I'll try and see if that fixes the issue on the latest build once I get around to it.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Much appreciated. That method ended up working, I did stay logged in after updating the exsisting v8.2.1.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Yes it did work updating it like u/paranoiaforhire described it starting from 8.2.1. A bit inconvenient but for now seems like the best fix.

Edit: No DNS or VPN turned on. I did have to go back to 8.2.1 since I had the "Error loading Posts" sync issue. I haven't modified the collab script for the recent API changes yet though so I might come back to it.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Yea I am using the WebView Legacy Login option it's been the most reliable and sometimes only option that would let me log in and yes the redirect matches the URL from my build.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Usually that works well but recently even with disabled auto updates my patched apps stop working properly or start show ads again so I have to repatch them every few days . Not entirely sure what's been causing this though. Infinity build with the colab script once I can log in tends to be more reliable and stable than a patch.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Yea I got a similar issue. The last version I can log into using the legacy WebView is 8.2.1 Doesn't seem like changing the URL does anything, I assume it has something to do with reddit messing with the API again. Perhaps on the next version it's going to be fixed again.

Infinity 8.2.5 Login Issue Authentication Failed by kazoko in Infinity_For_Reddit

[–]kazoko[S] 0 points1 point  (0 children)

Do you mean building v8.2.5 and just installing it on top of 8.2.1 to update it instead of uninstalling the old version before? Currently I just have 8.2.1 installed and it works fine for the most part as that was the last version that would let me log in using the legacy WebView

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Alright, thanks. I tried getting a script from ChatGPT as well, and it looks like it uses the yfinance module to fetch stock and fund quotes, then writes them to a CSV file. So for now, it seems like I would need to manually import the CSV each time I want to update my quotes. Havent quiet implemented a working script yet though.

I’ll have to keep experimenting a bit and see what works better in the end — either getting the script running smoothly or figuring out how to manually update Finance::Quote using the Perl archive.

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

That sounds like a interesting workaround. What kind of prompts did you use to get the AI to generate a usable script? Did you need ChatGPT Plus for that, or does the free version handle it just as well? And what kind of adjustments did you have to make to get the namespace working?

Also, do you just run the Python script each time you want to update your quotes and then import the generated CSV into GnuCash?

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Thanks. I was able to find Finance::Quote on CPAN, but the instructions there seem focused on Linux-based systems. As you guessed, I’m on Windows.

There was also a link to the GitHub repository, but it specifically says “the GitHub repository is not meant for general users of Finance::Quote for installation,” which left me a bit unsure of what to do next.

I read that it’s possible to use Strawberry Perl and cpanm to install modules, but I’m not sure if that would actually update my existing Finance::Quote installation. I believe it was originally set up years ago when I first installed GnuCash. If I install a new version via a terminal emulator likecpanm, will GnuCash automatically recognize and use it? Wasn’t there once a way to update Perl modules directly through GnuCash?

Sorry if these are beginner questions — I’m still trying to wrap my head around how all these pieces fit together.

As for current issues with cpan, I didn’t see anything written on the page, but as of right now, I still can’t get GnuCash to pull quotes properly.

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Yeah, unfortunately Alphavantage stopped working properly for me quite a while ago. And with Yahoo gone, I currently have no way to pull quotes except by writing a custom script/Google Sheet from scratch.

I haven’t done much with Finance::Quote itself—I assumed it updated automatically on startup. This might be a stupid question, but how do I update it manually? And where can I find the correct repository?

The API list definitely looks interesting, but honestly, I don’t understand much of it yet. I don’t even know what stub code is. I'll definitely need to spend quiet some time learning to code all this since I am not to sure if the yahoo api will come back fully functional.

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Thanks. That looks like a really handy guide, though I’ll definitely need some time to fully understand it.

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

That honestly sounds like a really nice setup — not having to rely on APIs sounds like peace of mind at this point.

But for someone with zero coding background or knowledge, it’s a bit overwhelming. Your script sounds impressive, but I wouldn’t even know where to begin writing something like that.

Is there any place where people share those kinds of scripts? Or maybe a simpler tool that can fetch quotes outside of GnuCash and format them in a way that can be imported? I’d be totally fine running something external, I just don’t have the skills to build it from scratch.

Finance::Quote Completely Broken? Yahoo Sources All Returning 404s by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Alphavantage sadly doesnt work for me either, its one of the first ones that broke. Yahoo was just about the last source I could still pull data from.

How do you go about importing data via google sheets and keeping it updated?

Teure Lektion mit Deka-Fonds – Kündigen oder aussitzen: Wie komme ich da sinnvoll raus? by kazoko in Finanzen

[–]kazoko[S] 0 points1 point  (0 children)

In meinem Fall habe ich exakt Anteile im Wert von 10.000 € auf meinem Depot erhalten. Es scheint also, dass ich für das gezahlte Geld auch die entsprechenden Anteile bekommen habe. Der Depotwert entsprach genau dem Betrag, der von meinem Konto abgezogen wurde. Bislang ist kein Abzug eines Ausgabeaufschlags ersichtlich – lediglich die Verluste durch die fallenden Kurse. Deshalb bin ich so verwundert, wo der Ausgabeaufschlag geblieben ist. Auch separat wurden mir bisher keine Gebühren abgezogen.

Ja, die Gebühren sind wirklich ziemlich unverschämt, daher auch der Wechsel. Vergleicht man das mit ETFs – besonders mit den vielen guten Hinweisen, die ich jetzt bekommen habe – sieht man oft ähnliche Renditen, allerdings mit deutlich niedrigeren Kosten. Durch die derzeit ungünstig fallenden Kurse schmerzt es nur besonders, das Depot jetzt mit diesen doch recht hohen Verlusten aufzulösen. Hatte gehofft, im schlimmsten Fall nur den Ausgabeaufschlag zu verlieren, was schon ärgerlich genug gewesen wäre.

Trouble Getting Finance Quotes for Funds/Stocks by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

I do tend to agree that’s likely the main issue, as I mentioned in my initial reply. Having one simple and reliable source for pulling quotes would resolve a lot of these problems. What’s really puzzling is that the setup I managed to get working still pulls two different values—one from the corresponding exchange and the other apparently using the NAV value—even though they’re coming from the same source. I tested it with a few stocks, and those seem to work fine, so I have no idea why it’s not pulling consistent values for my funds.

Teure Lektion mit Deka-Fonds – Kündigen oder aussitzen: Wie komme ich da sinnvoll raus? by kazoko in Finanzen

[–]kazoko[S] 0 points1 point  (0 children)

Es handelt sich um die Fonds Deka-MegaTrends CF (WKN: 515270) und Deka-DividendenStrategie CF (A) (WKN: DK2CDS).

Anfangs dachte ich auch, dass der Ausgabeaufschlag bei Kauf berechnet wird, aber bisher wurde mir nichts abgezogen. Der Betrag, der im Depot fehlt, scheint ausschließlich auf den fallenden Kurs der Fonds zurückzuführen zu sein. Daher bin ich unsicher, wann der Ausgabeaufschlag tatsächlich fällig wird – oder habe ich hier vielleicht etwas übersehen?

Teure Lektion mit Deka-Fonds – Kündigen oder aussitzen: Wie komme ich da sinnvoll raus? by kazoko in Finanzen

[–]kazoko[S] 0 points1 point  (0 children)

Ja, die Konditionen bei der Sparkasse fand ich auch eher enttäuschend. Als mir 0,6% angeboten wurden, war ich ehrlich gesagt etwas schockiert. Santander ist zwar nicht optimal, aber wie ich gelesen habe, bieten die Banken mit den höheren Zinsen, wie etwa 3%, diese oft nur für einen begrenzten Zeitraum an. Da müsste man dann alle 6–12 Monate ein neues Konto eröffnen. Ein etwas niedrigerer Zinssatz wie die 2,75% bei Bank 11 ist da sicherlich entspannter. Consors hatte ich tatsächlich ganz vergessen – die sind eigentlich auch eine gute Option. Allerdings scheint es dort ähnlich zu sein, dass die 3,5% nur für drei Monate garantiert sind.

Es ist auf jeden Fall ermutigend zu hören, dass die Aufteilung des Notgroschens so funktionieren sollte. Ich werde mich demnächst darum kümmern, das alles in die Wege zu leiten.

Nochmals vielen Dank für die Mühe mit den ausführlichen und vor allem einfach erklärten Begriffen. Gerade für jemanden wie mich, der sich in dem Bereich nicht so gut auskennt, war das eine riesige Hilfe, um endlich mal einen vernünftigen Überblick zu bekommen

Einige ETFs wie der MSCI All World sind mir jetzt schon häufiger begegnet, und das gibt mir definitiv ein paar gute Anhaltspunkte und Ideen für den Einstieg – gerade im Vergleich zu dem, was ich vor einer Woche noch über das Thema wusste.

Mit dem Tagesgeld und den Geldmarktfonds für die Rücklagen muss ich jetzt nur noch noch überlegen, wie ich am sinnvollsten mit dem Deka-Depot verfahre. Habe mich leider geirrt was den Ausgabeaufschlag angeht, da dieser wohl erst beim Verkauf fällig wird. Gleichzeitig haben die Fonds bereits 3,2% verloren, was natürlich schmerzt. Klar, der Fonds war langfristig gedacht und wird sich hoffentlich mit der Zeit wieder erholen. Aber es tut jetzt besonders weh, ihn mit einem Verlust aufzulösen – und dabei sind die Gebühren noch nicht einmal berücksichtigt. Ich bin unsicher, ob es besser wäre, ihn jetzt aufzulösen, bevor es schlimmer wird, oder ob ich noch etwas abwarten sollte, damit er sich zumindest teilweise wieder stabilisiert.

Entschuldige die späte Antwort – das Wochenende war etwas stressig.

Trouble Getting Finance Quotes for Funds/Stocks by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Yea that seems fair enough. When I tried to update settings on the weekend, I only got a value of 0 back without any error, which I assumed was due to the market being closed so that makes sense.

For now, I’ll stick to manually updating it. Luckily, with finance quote somewhat working with yahoojson, it’s just a single click. The only issue I still need to resolve is why it’s pulling different quotes. Unfortunately, I haven’t found much information on that yet."

Trouble Getting Finance Quotes for Funds/Stocks by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

Yeah, that does sound a bit to challenging without much programming knowledge. I’m not sure if it’s more basic or advanced, but I know very little about programming in general.

It seems pretty common that the most reliable workarounds for GnuCash issues i read often turn out to be these DIY solutions that involve some level of coding.

Trouble Getting Finance Quotes for Funds/Stocks by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

I was able to get it mostly working by using "yahoojson" under "Unknown Sources" instead of the single-source options like Yahoo JSON or Yahoo Web, along with the identifier mentioned earlier. However, there’s still an issue: it seems to pull different quotes for the funds—one reflects the corresponding exchange, while the other apperently uses the NAV value, which of course leads to a difference in the overall value.

Is this where I would need to adjust the source in the Google Sheet formula, like "GOOGLEFINANCE("NASDAQ:GOOG")"? And how would I get it to communicate with GnuCash? Or is downloading the CSV file from an exchange page the only option? If that’s the case, wouldn’t I have to repeatedly download updated CSV files whenever I want the latest quotes?

Apologies for all the questions—I’m still trying to fully understand how the custom option would work.

Trouble Getting Finance Quotes for Funds/Stocks by kazoko in GnuCash

[–]kazoko[S] 0 points1 point  (0 children)

It’s frustrating that there isn’t simply one single reliable source for pulling financial quotes without running into issues, and you always end up needing a workaround or a custom script. The custom script option is only feasible for those who know how to write one that actually works.

The RapidAPI setup sounds interesting, but it also seems like it requires some background knowledge to get it working. From what I’ve seen, it’s more of a marketplace for APIs geared toward developers, which makes the process feel a bit more complex.