-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pynYNAB isn't returning all subcategories?? #53
Comments
OK, cannot reproduce, we have to see what happens for your situation: Next step would be digging in the JSON data that is received by pynYNAB before it's treated and incorporated in the collection checkout out latest 24c230b commit
The script should spit out massive amount of data, some of it is sensitive, don't post it. I just need lines containing the string |
Struggling with getting the new commit. Tried pip and setup.py and both are giving this error:
Also, with the setup.py, I also get this error at the end:
|
Got installed by removing what I had and using multiple pip commands for dependencies and the setup.py. But I'm getting 0 useful output:
|
Sorry, you need to add a logging.basicConfig() (doc here) line to add basic streamhandler to the logging facility before the logging works. Add it anywhere in the script, before the |
Please find the attached file for all lines matching "mcb/" |
OK I see only data for 2017-02 to 2017-04, it's really weird.
…On Aug 27, 2017 05:37, "smseidl" ***@***.***> wrote:
Please find the attached file for all lines matching "mcb/"
mcb.txt <https://github.com/rienafairefr/pynYNAB/files/1254124/mcb.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAuS9Wsy52pz5BNY2Sgm85ziunarZzOaks5scOSGgaJpZM4O16Ci>
.
|
I'm trying to use the ynab-email script (https://github.com/jtsmith2/ynab-email) that is written on top of pynYNAB to send an email of category balances each day, but the script keeps sending out 0's for all the current balances. I've openned an issue with them, and they responding "It looks like for some reason pynYNAB isn't returning all of your subcategories."
Can you please review the issue over there (jtsmith2/ynab-email#2) and see if you feel this is an issue with pynYNAB, or their script?
I've attempted adding in some debug lines, and it seems like pynYNAB isn't returning the current month's subcategories, but I haven't spent much time understanding the options of pynYNAB to confirm.
The text was updated successfully, but these errors were encountered: