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 53
    • Merge Requests 53
  • 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
  • #445

Closed
Open
Opened Dec 04, 2020 by Kevin@kpouget
  • Report abuse
  • New issue
Report abuse New issue

[boobank][creditcooperatif]

Creditcooperatif backend (v2.1) stopped working yesterday, maybe because of a website update:

500 Server Error: Internal Server Error

2020-12-03 18:54:30,519:DEBUG:bcall:2.1:bcall.py:92:backend_process <Backend 'creditcooperatif'>: Calling function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f2e41f384f0>>
2020-12-03 18:54:30,519:DEBUG:bcall:2.1:bcall.py:101:backend_process <Backend 'creditcooperatif'>: Called function <bound method Application._do_complete of <weboob.applications.boobank.boobank.Boobank object at 0x7f2e41f384f0>> returned: <generator object Application._do_complete_iter at 0x7f2e01c0a200>
2020-12-03 18:54:30,521:DEBUG:urllib3.util.retry:2.1:retry.py:229:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
2020-12-03 18:54:30,521:DEBUG:urllib3.util.retry:2.1:retry.py:229:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
2020-12-03 18:54:30,530:DEBUG:modules:2.1:modules.py:166:load_module Loaded module "linebourse" from /home/kevin/vayrac/tools/weboob/modules/linebourse
2020-12-03 18:54:30,530:DEBUG:urllib3.util.retry:2.1:retry.py:229:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
2020-12-03 18:54:30,530:DEBUG:urllib3.util.retry:2.1:retry.py:229:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
2020-12-03 18:54:30,530:INFO:backend.creditcooperatif.browser:2.1:switch.py:81:set_browser using 'main' browser
2020-12-03 18:54:30,533:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:955:_new_conn Starting new HTTPS connection (1): www.credit-cooperatif.coop:443
2020-12-03 18:54:30,960:DEBUG:urllib3.connectionpool:2.1:connectionpool.py:428:_make_request https://www.credit-cooperatif.coop:443 "GET /authentification/manage?step=identification&identifiant=... HTTP/1.1" 500 313
2020-12-03 18:54:30,977:INFO:backend.creditcooperatif.browser:2.1:browsers.py:212:save_response Response saved to /tmp/weboob_session_fwmdzt9r/creditcooperatif/01-500-manage.html
Error(creditcooperatif): 500 Server Error: Internal Server Error
---------------------------------------------------------+----------+----------
2020-12-03 18:54:31,021:INFO:backend.creditcooperatif.browser:2.1:browsers.py:909:dump_state Stored cookies into storage
2020-12-03 18:54:31,025:DEBUG:weboob.config:2.1:yamlconfig.py:90:save Configuration file saved: /home/kevin/.config/weboob/boobank.storage.

and

# cat /tmp/weboob_session_fwmdzt9r/creditcooperatif/01-500-manage.html
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title>An Error Occurred: Internal Server Error</title>
    </head>
    <body>
        <h1>Oops! An Error Occurred</h1>
        <h2>The server returned a "500 Internal Server Error".</h2>

        <div>
            Something is broken. Please let us know what you were doing when this error occurred.
            We will fix it as soon as possible. Sorry for any inconvenience caused.
        </div>
    </body>
</html>
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
banking
Assign labels
  • View project labels
Reference: weboob/weboob#445