2017-12-06 GnuCash IRC logs

00:16:28 *** bertbob has joined #gnucash
00:31:18 *** overl0rd has quit IRC
00:46:53 *** User has quit IRC
01:28:31 *** Mechtilde has joined #gnucash
01:43:45 *** overl0rd has joined #gnucash
01:50:50 *** Mechtilde has quit IRC
01:59:39 *** Groan has quit IRC
02:40:49 *** chris has quit IRC
02:41:19 *** chris has joined #gnucash
02:46:37 *** fekepp has joined #gnucash
03:13:25 *** chris has quit IRC
03:14:15 *** chris has joined #gnucash
03:46:24 <overl0rd> Hi, I'm trying to find the part of GnuCash code that deals with fetching Mutual Fund prices. Can someone help me ?
04:28:11 *** pilotauto has quit IRC
04:55:36 *** storyjesse has joined #gnucash
04:55:55 <warlord> overl0rd: that would be Finance::Quote, a perl module.
05:10:45 *** hoijui has joined #gnucash
05:36:05 *** Aussie_matt has joined #gnucash
05:53:21 <overl0rd> warlord: thanks. I'll check.
05:54:27 <overl0rd> warlord: I'm trying to find it in the Github repo. It doesn't seem to want to be found. Can you help with the path?
05:56:56 <overl0rd> Never mind, I found it in gnucash/libgnucash/quotes/
05:57:32 <warlord> That's just some wrappers around F::Q
05:57:40 <warlord> The real work is done in F::Q
05:58:04 <overl0rd> oh, where can I find the code for that?
05:58:45 <warlord> perl cpan
05:59:04 <warlord> it's an external dependency
05:59:34 <overl0rd> okay. thanks.
05:59:52 <warlord> what exactly are you trying to do?
06:00:58 <overl0rd> I added a mutual fund (India) and tried to fetch its current numbers. It failed. I'm trying to figure out how and from where the prices are fetched.
06:01:21 <warlord> What quote source do you have configured?
06:01:30 <warlord> And are you running at least F::Q 1.45?
06:01:43 <overl0rd> I don't know how to find the F::Q version.
06:01:58 <warlord> What OS/Distro?
06:02:41 <overl0rd> MacOS 10.13.1; GnuCash 2.6.18
06:03:34 <overl0rd> Gnucash rev 3a9fbb8+ on 2017-09-22
06:04:51 <overl0rd> I added security information and checked 'Get Online Quotes' -> 'Multiple' -> 'India Mutual (AMFI, ...)'
06:07:09 <warlord> Ah, I dont think that quote source works anymore..
06:07:53 <overl0rd> Yes, I'm trying to see why. This is where the quotes ought to be fetched from: http://www.amfiindia.com/spages/NAVAll.txt?t=06122017105125
06:08:25 <overl0rd> that t argument is timestamp: DDMMYYYYHHMMSS
06:08:36 <overl0rd> s/argument/parameter
06:08:55 <warlord> I suspect because it might be a yahoo derivative?
06:09:17 <warlord> Have you followed up with the gnucash-user email list on all the F::Q issues over the past few weeks?
06:09:21 <overl0rd> hmm. I don't think that is the case.
06:10:07 <overl0rd> No, I haven't. I'll see if I can find anything in the archives.
06:12:47 <warlord> What is the symbol?
06:13:10 *** bertbob has quit IRC
06:14:41 <overl0rd> say, 120518. The first one in the list.
06:15:37 <warlord> That's the stock/fund symbol?
06:15:57 <overl0rd> Yes, it's all numeric.
06:18:20 <warlord> Hmm. It's not working here for me (i've got 1.47) -- so either it's using Yahoo, or the f::Q module is broken
06:18:46 <warlord> I suggest you follow up on gnucash-user, after you check what version of F::Q you have
06:19:47 <warlord> You can run gnc-fq-check to see the version #
06:20:07 <overl0rd> I read this http://www.askmeaboutlinux.com/?p=1761 and infered that the link where F::Q probably gets it's quotes from is here: http://www.amfiindia.com/spages/NAV0.txt. This link is dead.
06:22:41 <warlord> overl0rd: looks like the URL is http://portal.amfiindia.com/NAVReport.aspx?type=0
06:22:43 <overl0rd> here's the output of gnc-fq-check: https://pastebin.com/8EBEr7Qn
06:23:08 <warlord> Version 1.38
06:23:12 <warlord> You should definitely update
06:23:31 <warlord> (I'm not 100% sure how to do that on Mac)
06:24:44 <overl0rd> updating...
06:26:16 <overl0rd> done. 1.47 now. Had to do this to update: /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update
06:26:29 <warlord> Okay.
06:26:48 <warlord> However there is still a bug with that page. When I go to http://portal.amfiindia.com/NAVReport.aspx?type=0 I get a Server Error
06:27:45 <overl0rd> Yes. So did I. I'm not sure it's going to work still. However, I feel it could be an easy fix: finance-quote/lib/Finance/Quote/IndiaMutual.pm
06:28:16 <overl0rd> Aha!! https://github.com/finance-quote/finance-quote/pull/69/files
06:28:50 <warlord> Aha, there you go.
06:29:01 <warlord> Looks like that has not been merged yet.
06:29:39 <warlord> So try pulling that change in.
06:30:19 *** bertbob has joined #gnucash
06:30:43 <overl0rd> What do you mean 'try pulling it in'? On a fork?
06:32:04 <warlord> No, just change the file in your local installed copy
06:33:20 <warlord> Anyways, I need to step away for a bit shortly.
06:33:44 <overl0rd> Thanks a ton for a help warlord
06:33:51 <overl0rd> I'll try changing it and test.
06:38:10 <warlord> I'll be back -- let me know how it goes after you change the URL. If it works, you should comment on the pull request in github.
06:38:22 <overl0rd> I couldn't find the file in my installation directory
06:43:09 <warlord> On my Linux box it's in /usr/share/perl5/vendor_perl/Finance/Quote/IndiaMutual.pm
06:43:14 <overl0rd> Okay, I found it
06:44:13 <overl0rd> I was looking under /Applications. Turns out it was in my home directory /Users/user/.cpan/build/Finance-Quote-1.47-tn3nF2/lib/Finance/Quote/IndiaMutual.pm
06:44:17 <warlord> gotta run now
06:44:41 <overl0rd> okay.
06:55:50 *** Jimraehl1 has joined #gnucash
06:56:27 *** Jimraehl1 has quit IRC
07:12:58 *** Aussie_matt has quit IRC
07:40:30 *** storyjesse has quit IRC
07:46:03 *** overl0rd has quit IRC
07:46:21 *** fell has joined #gnucash
07:47:52 *** overl0rd has joined #gnucash
07:50:19 <fell> Hi, I just saw, the last announcements are missing at https://plus.google.com/+gnucash
07:51:08 <fell> probably because news moved in a separate directory.
07:51:37 <fell> on www.gnucash.org.
07:52:25 *** Mechtilde has joined #gnucash
07:53:12 <fell> Mechtilde, nachdem du was gefragt hast, solltest du beim nächsten login was sagen.
07:54:44 <Mechtilde> hallo frank
07:54:44 <gncbot> Mechtilde: Sent 3 days, 16 hours, and 46 minutes ago: <jralls> I think only fell can help with that, the rest of us don't have SEPA.
07:54:45 <gncbot> Mechtilde: Sent 3 days, 16 hours, and 32 minutes ago: <fell> I am currently not using the banking stuff. So you should ask on gnucash-de or aqbanking-user with more sufficient infos (Bank, anonymized logs, ...). See https://wiki.gnucash.org/wiki/De/HBCI
07:55:14 *** overl0rd has quit IRC
07:55:53 <Mechtilde> I think this is a problem with version 2.6.18
07:56:29 <Mechtilde> since I did the update to thid version I had problems with the transaction
07:58:45 * fell looks for code changes ...
08:00:33 *** noah has joined #gnucash
08:01:37 *** KaiForce has joined #gnucash
08:02:56 <Mechtilde> maybe it is the combination between aqbanking and the gnucash version
08:03:41 *** chris has quit IRC
08:03:55 *** chris has joined #gnucash
08:06:53 <fell> Sep 23, 2017: Release 2.6.18; Jul 2, 2017: Re-release 2.6.17
08:07:43 <fell> In gnucash/src/import-export/aqb I see only changes of CMake.
08:10:00 <fell> That should only have some effect, if the debian maintainer switched from autotools to scmake.
08:10:15 <fell> cmake
08:16:31 <fell> Mechtilde, is the typo "local ban account" part of the message or from you?
08:23:09 <fell> Thanks, found it in de.po.
08:24:23 <fell> Hehe, the message should only appear in a developer version (from her content).
08:28:56 *** Mechtilde has quit IRC
08:38:41 *** overl0rd has joined #gnucash
08:59:23 *** jotrago has quit IRC
08:59:34 *** jotrago has joined #gnucash
09:15:02 *** overl0rd has quit IRC
09:20:13 *** noah has quit IRC
09:31:47 *** jotrago1 has joined #gnucash
09:32:21 *** jotrago has quit IRC
09:32:22 *** jotrago1 is now known as jotrago
09:35:37 <lmat> jralls: I'm not sure why you told me about that install directory commit. Are you helping me anticipate possible difficulties with my IDE? I use vim (if I really need to find uses and vim isn't cutting it, I can open kdevelop), so I don't expect any difficulty. If it's something else or related to work I'm doing, I think I've missed the reference. Thanks for the heads up!
09:57:18 *** ArtGravity has joined #gnucash
10:13:00 *** noah has joined #gnucash
10:14:24 *** Mechtilde has joined #gnucash
10:15:10 <Mechtilde> fell, that's why I asked it here
10:16:23 *** Groan has joined #gnucash
10:23:07 *** kael has joined #gnucash
11:10:14 *** codesmythe has joined #gnucash
11:39:11 *** Mechtilde has quit IRC
11:42:27 *** fekepp has quit IRC
11:49:29 *** hoijui has quit IRC
11:51:34 *** fabior has joined #gnucash
11:54:41 *** fabior has quit IRC
11:58:16 *** fekepp has joined #gnucash
12:01:21 *** hoijui has joined #gnucash
12:03:43 *** fell has quit IRC
12:23:31 *** Mechtilde has joined #gnucash
12:29:06 *** noah has quit IRC
12:57:06 *** kael has quit IRC
13:22:51 *** hoijui has quit IRC
13:32:31 *** Robert has left #gnucash
13:35:12 *** chris has quit IRC
13:36:55 *** Mechtilde has quit IRC
13:37:13 *** Mechtilde has joined #gnucash
13:38:08 *** chris has joined #gnucash
13:40:32 *** fekepp1 has joined #gnucash
13:41:57 *** fekepp1 has quit IRC
13:42:11 *** chf has quit IRC
13:42:35 *** fekepp has quit IRC
13:42:36 *** chf has joined #gnucash
13:44:04 *** Mechtilde has quit IRC
14:05:32 *** Mechtilde has joined #gnucash
14:14:37 *** warlord has quit IRC
14:36:44 *** Cuare has joined #gnucash
14:50:07 *** warlord has joined #gnucash
14:50:30 *** gjanssens has joined #gnucash
14:50:30 *** ChanServ sets mode: +o gjanssens
15:01:31 *** codesmythe1 has joined #gnucash
15:02:51 *** codesmythe has quit IRC
15:18:41 *** codesmythe1 has left #gnucash
15:23:02 *** Mechtilde has quit IRC
15:23:32 *** wget has quit IRC
15:23:35 *** wget has joined #gnucash
15:24:13 *** jonas has quit IRC
15:26:34 *** jonas has joined #gnucash
15:27:20 *** User has joined #gnucash
15:33:11 *** User has quit IRC
15:41:53 *** User has joined #gnucash
15:58:05 *** noah has joined #gnucash
16:02:47 *** noah has quit IRC
16:11:05 *** fbruetting has joined #gnucash
16:31:21 *** noah has joined #gnucash
16:36:46 *** noah has quit IRC
16:41:25 *** kael has joined #gnucash
16:45:16 *** gjanssens has quit IRC
17:07:53 *** kael has quit IRC
17:08:46 *** KaiForce has quit IRC
17:23:07 *** warlord has quit IRC
17:24:26 *** wget has quit IRC
17:27:20 <lmat> jralls: I have a bit of a twist: User creates books in 2.7.3, does not enter any import map data. Opens in 2.6.15 or whatever, creates import map data. Opens in 2.7.3 again.
17:27:32 <lmat> 2.7.3 should convert the data, but how will it know to do so?
17:36:08 *** meb has joined #gnucash
17:38:06 *** Groan has quit IRC
17:39:56 *** Groan has joined #gnucash
17:40:07 *** meb has quit IRC
17:59:44 *** meb has joined #gnucash
18:11:43 *** pilotauto has joined #gnucash
19:01:52 *** ArtGravity has quit IRC
19:07:47 *** warlord has joined #gnucash
19:21:36 *** Groan has quit IRC
19:43:55 *** mikee has joined #gnucash
19:45:42 *** mikee_ has quit IRC
19:46:55 *** fbruetting has quit IRC
19:56:59 *** kael has joined #gnucash
20:28:00 *** shakes808 has joined #gnucash
20:33:56 *** meb has quit IRC
20:38:21 *** Cuare has quit IRC
20:58:19 *** Groan has joined #gnucash
20:58:24 *** Groan1 has joined #gnucash
20:58:24 *** Groan has quit IRC
21:05:54 *** CDB-Man_ has quit IRC
21:06:28 *** CDB-Away_ has quit IRC
21:13:11 *** CDB-Away has joined #gnucash
21:28:21 *** kael has quit IRC
22:53:38 *** Groan1 has quit IRC
22:56:45 *** Groan has joined #gnucash
23:08:27 *** shakes808 has quit IRC
23:45:03 *** User has quit IRC
23:57:50 *** jotrago has quit IRC
23:57:56 *** jotrago has joined #gnucash