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
When I finish the challenge I try to access my certificate, however on both the API sub-domain and the main noopschallenge domain the url that gets returned by the Interview-bot results in a 404. Is this still part of the challenge and I'm not understanding something or is it actually broken?
Here is the response I get when finished (I've redacted the certificate URL):
Congratulations leviaviv28! You completed the challenge in 1.676 seconds. I am happy to present you with the attached certificate.
result: "finished"
elapsedTime: 1676
certificate: "/interviewbot/exam/certificate/{redacted}"
And when I visit the certificate URL I get: {"message":"The requested resource was not found"}
When I do a get call to it I get this: urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
Please let me know if this is intended or not, and thanks for the fun challenges!
The text was updated successfully, but these errors were encountered:
When I finish the challenge I try to access my certificate, however on both the API sub-domain and the main noopschallenge domain the url that gets returned by the Interview-bot results in a 404. Is this still part of the challenge and I'm not understanding something or is it actually broken?
Here is the response I get when finished (I've redacted the certificate URL):
And when I visit the certificate URL I get:
{"message":"The requested resource was not found"}
When I do a get call to it I get this:
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
Please let me know if this is intended or not, and thanks for the fun challenges!
The text was updated successfully, but these errors were encountered: