brianzq / att-bill-splitter

Command-line tool for splitting AT&T phone bills among lines (Family Plan, Share Value Plan, etc.).
https://brianzq.me/projects/1
MIT License
51 stars 14 forks source link

I am able to login and split bills. But "Wireless Total" is always 0.00 for any particular month #13

Closed ArtixZ closed 6 years ago

brianzq commented 6 years ago

Those cases are always annoying. I suspect the bill page returned doesn't have the info we need. There could be different reasons and it's hard to debug without inspecting the page that actually got returned. If you are comfortable with python, you can modify the code and write the returned bill page to local and check what's in there. More specifically, add this line after line open('bill.html', 'w').write(bill_html.encode('utf-8')) after https://github.com/brianzq/att-bill-splitter/blob/master/attbillsplitter/main.py#L263. Or you can join the slack channel for more involved discussion.

ArtixZ commented 6 years ago

With the latest version. This issue is gone. Thanks a lot for your effort. BTW, I'm open to contribute if something's needed. Thanks!