2023-06-18 GnuCash IRC logs

00:08:55 *** bertbob has quit IRC
00:14:44 *** bertbob has joined #gnucash
00:14:44 *** ChanServ sets mode: +v bertbob
01:25:30 *** fell has quit IRC
01:26:30 *** fell has joined #gnucash
01:26:30 *** ChanServ sets mode: +o fell
01:53:48 *** Cork has quit IRC
01:54:08 *** NoobAlice has quit IRC
02:08:59 *** gandalf has joined #gnucash
02:11:19 *** Cork has joined #gnucash
03:22:01 *** gour has joined #gnucash
03:22:01 *** ChanServ sets mode: +v gour
03:54:59 <Simon> a lot of those reverted Norwegian Bokmål translations look reasonable except for the accelerators, which they probably didn't understand
05:56:55 *** gjanssens has joined #gnucash
05:56:55 *** ChanServ sets mode: +o gjanssens
06:49:43 <sunyibo> what's the best way to access one gnucash file on Linux from several computers?
06:58:45 *** gandalf1 has joined #gnucash
06:59:13 *** gandalf has quit IRC
06:59:14 *** gandalf1 is now known as gandalf
07:35:18 *** Aussie_matt has joined #gnucash
07:47:41 *** Kaligula has joined #gnucash
07:47:55 *** ChanServ sets mode: +v Kaligula
07:50:35 <Kaligula> .
07:54:17 <Kaligula> I can't get latest quotes by [Get Quotes] button :/ How can I check if it is GNC's or FQ's issue?
07:54:17 <Kaligula> I use latest Finance::Quote and GnuCash – updated recently; it worked before.
07:55:54 <Kaligula> The only prices I get is currencies. The rest are fetched from yahoo_json, and also from my private/local modules (some of them even don't use Internet).
07:57:12 <Kaligula> I know Yahoo turned off v6 API and F::Q dev's say they resolved that issue and use v10/v11. So I use the latest F::Q (1.56).
08:48:54 *** v has joined #gnucash
08:53:01 *** v has quit IRC
08:58:28 <Simon> gnucash-cli -Q dump <source> <symbol>
08:58:36 *** ChanServ sets mode: +qo warlord warlord
08:58:38 *** warlord sets mode: +o gncbot
09:00:09 *** v has joined #gnucash
09:07:46 <Kaligula> Thanks, @Simon.
09:08:13 <Kaligula> Strange, because gnucash-cli fetches currency and US stocks but nothing more.
09:08:39 <Kaligula> `gnucash-cli -Q dump yahoo_json GOOGL` – works, albo MSFT, AAPL etc.
09:09:14 <Kaligula> `gnucash-cli -Q dump yahoo_json DBK.DE` doesn't work, neither "IUIT.L" nor "CDR.WA"
09:09:52 <Kaligula> The response is "DBK.DE Finance::Quote returned no data and set no error."
09:14:46 <Kaligula> 2 of 3 my local F::Q modules work, the 3rd has some issues, I see.
09:18:20 <Kaligula> To sum up, GnuCash fetches only currencies while gnucash-cli fetches also US stocks and some of my modules.
09:19:02 <Kaligula> (I mean: stocks ->via Yahoo)
09:23:24 <Simon> $ echo '{"defaultcurrency": "GBP", "ftfunds": {"GB00BG0QP596": ""}}' | inst/gnucash/bin/finance-quote-wrapper -f
09:23:26 <Simon> {"GB00BG0QP596":{"method":"ftfunds","isodate":"2023-06-15","last":1.657,"success":1,"p_change":"0.06","date":"06/15/2023","name":null,"time":"17:00","net":0.001,"source":"https://markets.ft.com/data/funds/tearsheet/summary?s=GB00BG0QP596","nav":1.657,"errormsg":"Success","currency":"GBP","symbol":"GB00BG0QP596","price":1
09:23:28 <Simon> .657}}
09:23:35 <Kaligula> Also xetra works in CLI, I see fetched data. But doesn't work in GnuCash ("LU0322253906 Finance::Quote returned no data and set no error.").
09:24:07 <Simon> $ echo '{"defaultcurrency": "USD", "yahoo_json": {"GOOGL": ""}}' | inst/gnucash/bin/finance-quote-wrapper -f
09:24:09 <Simon> {"GOOGL":{"success":0,"errormsg":"Error retrieving quote for GOOGL. Attempt to fetch the URL https://query1.finance.yahoo.com/v7/finance/quote?symbols=GOOGL resulted in HTTP response 401 (Unauthorized)","symbol":"GOOGL"}}
09:24:26 <Simon> missing cookies
09:27:53 <Kaligula> My F::Q 1.56 uses Yahoo v11 API → https://query2.finance.yahoo.com/v11/finance/quoteSummary/
09:28:59 <Kaligula> For v7 I also get "Unauthorized".
09:31:20 <Kaligula> Another thing realted to above is – when I edit a security I used to set "Type of quote source:" •Single and choose Yahoo JSON. Now everything in •Single and •Multiple lists is greyed out, so I can only choose from •Unknown list.
09:31:26 *** v has quit IRC
09:31:39 <Kaligula> Looks like GnuCash can't read the list of modules properly?
09:32:23 <Kaligula> I'd file a tiket on GitHub or Bugzilla, but I don't know if it's a GNC's or F::Q's issue. :l
09:37:08 <Simon> it is an issue with F::Q
09:37:16 <Simon> sorry
09:37:24 <Simon> the auth issue is F::Q
09:39:22 *** NoobAlice has joined #gnucash
10:44:05 <Kaligula> Simon, I think it's GnuCash issue.
10:44:56 <Kaligula> echo {"defaultcurrency": "USD", "yahoo_json": {"IWDA.L": ""}} | perl finance-quote-wrapper -f
10:45:05 <Kaligula> response:
10:45:05 <Kaligula> {"IWDA.L":{"type":"ETF","exchange":"Sourced from Yahoo Finance (as JSON)","close":84.06,"high":84.79,"method":"yahoo_json","currency":"USD","date":"06/16/2023","div_yield":0,"symbol":"IWDA.L","success":1,"year_range":" 64.84 - 84.79","low":84.26,"name":"IWDA.L (ISHARES III PLC ISHRS CORE MSCI)","eps":null,"volume":64642,"pe":0.18532196,"last":84.35,"isodate":"2023-06-16","open":84.37}}
10:45:38 <Kaligula> There are all required fields (symbol, date, currency, last).
10:46:18 <Kaligula> But command:
10:46:18 <Kaligula> gnucash-cli -Q dump "yahoo_json" "IWDA.L"
10:46:23 <Kaligula> GIves response:
10:46:30 <Kaligula> IWDA.L Finance::Quote returned no data and set no error.
10:47:41 <Kaligula> (The same when I don't use quotes: gnucash-cli -Q dump yahoo_json IWDA.L).
10:56:00 <Kaligula> finance-quote-wrapper command fetches all securities that I was talking about 1.5 h ago, and they all include the required fields (symbol, date, currency, last).
11:06:42 <Kaligula> Ummmmm… it seems I missed last GNC update ( '-_-)
11:06:42 <Kaligula> I didn't know about 5.1 (oops) where this should be fixed.
11:15:44 <Kaligula> Nevertheless… my GNC crashes while retrieveing quotes :l
11:15:49 <Kaligula> I'm gonna file a bug.
11:24:08 *** Aussie_matt has quit IRC
13:44:48 <Simon> https://en.wiktionary.org/wiki/centring <-- this is not a nice looking word
13:53:56 *** NoobAlice has quit IRC
13:54:07 *** NoobAlice has joined #gnucash
13:54:07 *** ChanServ sets mode: +v NoobAlice
14:00:04 *** NoobAlice has quit IRC
14:08:16 *** NoobAlice has joined #gnucash
14:08:16 *** ChanServ sets mode: +v NoobAlice
14:50:59 *** NoobAlice has quit IRC
14:51:37 *** NoobAlice has joined #gnucash
14:51:37 *** ChanServ sets mode: +v NoobAlice
14:55:18 *** palerider has joined #gnucash
14:56:02 *** palerider has left #gnucash
15:18:09 *** gandalf has quit IRC
16:16:49 *** gour has quit IRC
17:20:08 *** Kaligula has quit IRC
17:34:04 *** Kaligula has joined #gnucash
17:34:14 *** ChanServ sets mode: +v Kaligula
17:34:19 <Kaligula> .
17:37:19 *** Kaligula has quit IRC
17:46:36 *** Kaligula has joined #gnucash
17:46:36 *** gjanssens has quit IRC
17:47:22 *** ChanServ sets mode: +v Kaligula
18:43:18 *** Kaligula has quit IRC
19:19:07 <fell> jralls: CWehli had asked me to distinguisch "Split" as verb from the normal use as substantive. I had hoed todoit by '{ "SplitTransactionAction", NC_ ("Verb", "Split") }, in gnucash/gnome/gnc-plugin-page-register.c:380
19:21:30 <fell> But then the real call should also change from _(…) to C_(…)
19:29:45 <jralls> fell, Correct. It also needs a translator note that what it really means is "show the transactions split", not the normal meaning of "split", to make two transactions out of one.
19:30:32 <jralls> s/transactions split/transaction's splits/
19:30:48 <jralls> gtg
19:31:09 <fell> The other way,in the toolbar buttons it is 2Split Transaction"
19:32:33 <fell> But I don't know,where to chaange it.
22:02:42 *** mosiu_ has joined #gnucash
23:24:28 *** jervin has joined #gnucash
23:59:22 *** jervin has quit IRC