-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError when listing NoteAttachmentMasterCardAction #164
Comments
@basst85 if you enable debugger you should be able to see/find out what its trying to deserialise and fix it by doing something like #76 (comment) |
@OGKevin @kojoru There is something "strange" with the returnvalue of $responseArray in the function fromJsonList() (in BunqModel): The attachment object in the end of the file is strange.. ? The response JSON: |
found it :)
is an object but, this is how it's defined:
So please remove the |
so @kojoru this can either be an view definition mistake or the actual response is wrong :) |
Yes! That works indeed. Thanks! |
@kojoru Any update on this small bug? |
👋 Hey @basst85 I work at bunq and am currently reviewing the bunq API docs, open issues and SDK’s and came across your issue. I know it’s been open for a while, and I’d love to understand how it’s impacting you. Beyond the obvious -fixing this issue-, what else could we do to improve your experience with our API? If you want to share your thoughts on how we can improve on our public API: 📅 I'd love to schedule a 15 minute interview to understand your needs through: Calendly Your feedback will go straight to our product team! 🚀 |
Steps to reproduce:
I'm using this code:
But it's returning this error:
What should happen:
What happens:
Traceback
SDK version and environment
Response id
None
The text was updated successfully, but these errors were encountered: