PJUllrich / Complete-Bunq-API-Python-Wrapper

Complete Python API Wrapper for Bunq API
MIT License
9 stars 2 forks source link

Relative imports and Type checker #1

Closed OGKevin closed 7 years ago

OGKevin commented 7 years ago

I was getting some errors while running my local dev server. I've made a few changes so that I could run the dev server without errors.

The error that stops me from continuing my tests is the following:

line 1229, in _handle_key_loading_error
    raise ValueError("Could not deserialize key data.")
ValueError: Could not deserialize key data.

source

Im going to take break and go study will come back on this issue later.