Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 178
    • Issues 178
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 49
    • Merge Requests 49
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #342

Closed
Open
Opened Jan 19, 2020 by Dawid Wrobel@wrobelda
  • Report abuse
  • New issue
Report abuse New issue

[boobank][citibank]: 'SomePage' object has no attribute 'extra'

boobank> list
                 Account                     Balance    Coming 
------------------------------------------+----------+----------
2020-01-18 20:26:28,647:DEBUG:bcall:1.5:bcall.py:92:backend_process <Backend u'citibank'>: Calling function <bound method Boobank._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f8029389450>>
2020-01-18 20:26:28,647:DEBUG:bcall:1.5:bcall.py:101:backend_process <Backend u'citibank'>: Called function <bound method Boobank._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f8029389450>> returned: <generator object _do_complete_iter at 0x7f8025ed5640>
2020-01-18 20:26:28,808:DEBUG:urllib3.connectionpool:1.5:connectionpool.py:396:_make_request https://online.citi.com:443 "GET /US/JPS/portal/Index.do HTTP/1.1" 302 0
2020-01-18 20:26:29,225:DEBUG:urllib3.connectionpool:1.5:connectionpool.py:396:_make_request https://online.citi.com:443 "GET /US/login.do?JFP_TOKEN=AOTQ4UQ3 HTTP/1.1" 200 None
2020-01-18 20:26:29,245:DEBUG:backend.citibank.browser:1.5:browsers.py:694:internal_callback Handle https://online.citi.com/US/login.do?JFP_TOKEN=AOTQ4UQ3 with SomePage
Bug(citibank): 'SomePage' object has no attribute 'extra'
(If --auto-update is passed on the command-line, new versions of the module will be checked automatically)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/weboob/core/bcall.py", line 106, in backend_process
    for subresult in result:
  File "/usr/local/lib/python2.7/dist-packages/weboob/tools/application/base.py", line 289, in _do_complete_iter
    for i, sub in enumerate(res):
  File "/home/cromo/.local/share/weboob/modules/1.5/citibank/browser.py", line 188, in iter_accounts
    for innerId in self.to_accounts().inner_ids_dict().values():
  File "/home/cromo/.local/share/weboob/modules/1.5/citibank/browser.py", line 203, in to_accounts
    return self.to_page(self.accounts, ttc='742')
  File "/usr/local/lib/python2.7/dist-packages/weboob/browser/browsers.py", line 795, in inner
    browser.do_login()
  File "/home/cromo/.local/share/weboob/modules/1.5/citibank/browser.py", line 229, in do_login
    + self.index.go().extra())
AttributeError: 'SomePage' object has no attribute 'extra'
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: weboob/weboob#342