OGKevinProdigy
- Edited
So, after all these jolly days, tt was a good time to get that nice spending overview I was working on. With that being said I was like: let's run these automation crons one more time on sandbox and then move to prod environment if everything works. Sandbox hits me with 500 all over the place :(.
So, i just sat there and let
while; do date && curl https://public-api.sandbox.bunq.com/v1/sandbox-user -X POST \
--header "Content-Type: application/json" \
--header "Cache-Control: none" \
--header "User-Agent: curl-request" \
--header "X-Bunq-Client-Request-Id: $(uuidgen)" \
--header "X-Bunq-Language: nl_NL" \
--header "X-Bunq-Region: nl_NL" \
--header "X-Bunq-Geolocation: 0 0 0 0 000" && echo \\n && sleep 2; done
run for a while and then gave up. According to my investigations (more sandbox spamming with while loops :D)
According to the symptoms that I've noticed, it leads me to give sandbox the diagnose: out of IBANS. Can dr bunq be so kind as to provide sandbox with the needed medicine to fight these symptoms?
But anyway, I've moved to production. Let's hope there is no bug in there that transfers my millions to some Nigerian prince.