nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

404 - Not Found on fetching account metadata #8

Closed Gregster66 closed 2 years ago

Gregster66 commented 2 years ago

Line 59 fails with the following error: meta_data = account.get_metadata() requests.exceptions.HTTPError: {'response': {'summary': 'Not found.', 'detail': 'Not found.', 'status_code': 404}, 'status': 404}

Gregster66 commented 2 years ago

Caused by an unrelated issue. Closing