You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
I am using issuer API on my application and the API can push the badges to the mozilla backpack.
however, in the callback function there are no errors or success returned values.
OpenBadges.issue([assertion_url], function(errors, successes){
console.log(errors);
console.log(successes);
});
even if pushing the badges fail, errors log only output the array with the assert url but NO "reason"... without the reason, there is no way we can prompt approprate message to the end user.
and also with successes, it just return empty array.
And idea about this? thank you very much in advance.
The text was updated successfully, but these errors were encountered:
I experience same issue that the badge fails to publish, but the errors object only returns assert url without any reason. I have tested the assert url, there is no problem to access the url
@suojian Perhaps this is a slightly different issue because at the time @zawmyohtut reports successful pushes to the backpack, while yours are failing? Of course having reason messages would help. Grateful if @auralon@omidmufeeddm or @mattdigitalme could confirm whether certs or keys have changed that might be causing the failed pushes. Thanks everyone.
I tried to upload badge by using http, it's uploaded successfully, but failed with https, the errors parameter only contains assertion url but no any error reason.
I also post it in https://groups.google.com/forum/#!topic/openbadges-dev/QHdtme209vc
and there is another incident from Finland and it points to https.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using issuer API on my application and the API can push the badges to the mozilla backpack.
however, in the callback function there are no errors or success returned values.
OpenBadges.issue([assertion_url], function(errors, successes){
console.log(errors);
console.log(successes);
});
even if pushing the badges fail, errors log only output the array with the assert url but NO "reason"... without the reason, there is no way we can prompt approprate message to the end user.
and also with successes, it just return empty array.
And idea about this? thank you very much in advance.
The text was updated successfully, but these errors were encountered: