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
  • #207

Closed
Open
Opened Jan 18, 2019 by Rosalia@Rosalia
  • Report abuse
  • New issue
Report abuse New issue

[Banking][Boobank - societegenerale] - NoneType and Login

Hello I can not connect me to backend societegeneral with boobank. I have a bug message:

2019-01-18 08:54:54,200:DEBUG:bcall:1.4:bcall.py:92:backend_process <Backend 'societegenerale'>: Calling function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7fec95ce68d0>> 2019-01-18 08:54:54,200:DEBUG:bcall:1.4:bcall.py:101:backend_process <Backend 'societegenerale'>: Called function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7fec95ce68d0>> returned: <generator object Application._do_complete_iter at 0x7fec9014ea40> 2019-01-18 08:54:54,295:DEBUG:urllib3.connectionpool:1.4:connectionpool.py:393:_make_request https://particuliers.societegenerale.fr:443 "GET /index.html HTTP/1.1" 301 0 2019-01-18 08:54:54,521:DEBUG:urllib3.connectionpool:1.4:connectionpool.py:393:_make_request https://particuliers.societegenerale.fr:443 "GET / HTTP/1.1" 200 None 2019-01-18 08:54:54,536:DEBUG:backend.societegenerale.browser:1.4:browsers.py:708:internal_callback Unable to handle https://particuliers.societegenerale.fr Bug(societegenerale): 'NoneType' object has no attribute 'login' (If --auto-update is passed on the command-line, new versions of the module will be checked automatically) Traceback (most recent call last): File "/home/simon/Programmation/Dev/Compta-depense/lib/python3.6/site-packages/weboob/core/bcall.py", line 106, in backend_process for subresult in result: File "/home/simon/Programmation/Dev/Compta-depense/lib/python3.6/site-packages/weboob/tools/application/base.py", line 289, in _do_complete_iter for i, sub in enumerate(res): File "/home/simon/.local/share/weboob/modules/1.4/societegenerale/module.py", line 67, in iter_accounts for account in self.browser.get_accounts_list(): File "/home/simon/Programmation/Dev/Compta-depense/lib/python3.6/site-packages/weboob/browser/browsers.py", line 784, in inner browser.do_login() File "/home/simon/.local/share/weboob/modules/1.4/societegenerale/browser.py", line 119, in do_login self.page.login(self.username, self.password) AttributeError: 'NoneType' object has no attribute 'login'

I use weboob-1.4 with python-3.6 and Linux-4.15.0-20-generic X86_64 (linux-mint). I putted weboob in a virtualenv.

Think you in advance for the help

Edited Jan 18, 2019 by Rosalia
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#207