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 179
    • Issues 179
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 52
    • Merge Requests 52
  • 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
  • #420

Closed
Open
Opened Jul 28, 2020 by Nicolas Frandeboeuf@nicofrand
  • Report abuse
  • New issue
Report abuse New issue

[caissedepargne] BrowserUnavailable for Nuances3D account

Hi!

With which module do you encounter problems?

Caissedepargne

Describe the problem you encounter

I have a "Nuances 3D" account, retrieved as an invest account, for which I cannot retrieve the historical transactions.

Paste here the stacktrace or error message you observe

File "/weboob/weboob/browser/switch.py", line 91, in wrapper
    return val(*args, **kwargs)
  File "/weboob/weboob/browser/browsers.py", line 966, in inner
    return func(browser, *args, **kwargs)
  File "/home/user/data/weboob-data/modules/2.1/caissedepargne/browser.py", line 1239, in get_history
    return self._get_history_invests(account)
  File "/weboob/weboob/browser/browsers.py", line 966, in inner
    return func(browser, *args, **kwargs)
  File "/home/user/data/weboob-data/modules/2.1/caissedepargne/browser.py", line 1206, in _get_history_invests
    raise BrowserUnavailable()
weboob.exceptions.BrowserUnavailable

What are the steps to reproduce the problem?

Trying to retrieve transactions from an account of this type:

./tools/local_run.sh boobank -d history "NUANCES3D_ACC_ID@caissedepargne" --nss

What weboob version are you using?

2.1, fresh from devel.

What module version are you using?

Output of weboob-config info MODULE_NAME command:

.------------------------------------------------------------------------------.
| Module caissedepargne                                                        |
+-----------------.------------------------------------------------------------'
| Version         | 202007281935
| Maintainer      | Romain Bignon <romain@weboob.org>
| License         | LGPLv3+
| Description     | Caisse d'Épargne
| Capabilities    | CapTransfer, CapDocument, CapCollection, CapContact, CapProfile, CapBank, CapBankTransfer, CapBankWealth, CapBankTransferAddRecipient
| Installed       | yes
| Location        | /home/nicofrand/www/weboob/modules/caissedepargne
|                 |        
| Configuration   | website: Banque (default: www.caisse-epargne.fr)
|                 | login: Identifiant client (default: )
|                 | password: Code personnel (default: )
|                 | nuser: User ID (optional) (default: )

How did you install weboob?

git clone from master.

Additional info you'd like to mention

2020-07-28 19:31:08,105:DEBUG:bcall:2.1:bcall.py:101:backend_process <Backend 'caissedepargne'>: Called function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f628e4e4130>> returned: <Account id='XXXXXXXX' label='NUANCES 3D'>
 Date         Category     Label                                                  Amount 
------------+------------+---------------------------------------------------+-----------
2020-07-28 19:31:08,106:DEBUG:bcall:2.1:bcall.py:92:backend_process <Backend 'caissedepargne'>: Calling function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f628e4e4130>>
2020-07-28 19:31:08,364:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:428:_make_request https://www.net444.caisse-epargne.fr:443 "GET /Portail.aspx HTTP/1.1" 200 91748
2020-07-28 19:31:08,661:DEBUG:backend.caissedepargne.browser:2.1:browsers.py:862:internal_callback Handle https://www.net444.caisse-epargne.fr/Portail.aspx with IndexPage
2020-07-28 19:31:08,880:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:428:_make_request https://www.net444.caisse-epargne.fr:443 "POST /Portail.aspx HTTP/1.1" 200 91792
2020-07-28 19:31:09,125:DEBUG:backend.caissedepargne.browser:2.1:browsers.py:862:internal_callback Handle https://www.net444.caisse-epargne.fr/Portail.aspx with IndexPage
2020-07-28 19:31:09,388:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:428:_make_request https://www.net444.caisse-epargne.fr:443 "POST /Portail.aspx HTTP/1.1" 200 106126
2020-07-28 19:31:09,651:DEBUG:backend.caissedepargne.browser:2.1:browsers.py:862:internal_callback Handle https://www.net444.caisse-epargne.fr/Portail.aspx with IndexPage
2020-07-28 19:31:09,945:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:428:_make_request https://www.net444.caisse-epargne.fr:443 "POST /Portail.aspx HTTP/1.1" 200 93294
2020-07-28 19:31:10,146:DEBUG:backend.caissedepargne.browser:2.1:browsers.py:862:internal_callback Handle https://www.net444.caisse-epargne.fr/Portail.aspx with IndexPage
2020-07-28 19:31:10,147:DEBUG:bcall:2.1:bcall.py:98:backend_process <Backend 'caissedepargne'>: Called function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f628e4e4130>> raised an error: BrowserUnavailable()
Error(caissedepargne): Website is unavailable.
Edited Jul 28, 2020 by Nicolas Frandeboeuf
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#420