蹦出这些

#include <string.h>
int main() {
  char answer[42];
  strcpy(answer, "undefined will tell you the answer to life the universe and everything,");
  strcpy(answer, "but first of all, she is very sorry that Hydro meets some issues now.");
  strcpy(answer, "please wait patiently, or contact undefined impatiently about this error.");
  return 0;
}
/*
Cannot read properties of undefined (reading 'email')
TypeError: Cannot read properties of undefined (reading 'email')
    at OauthCallbackHandler.callback (/login-with-github/index.ts:65:75)
    at OauthCallbackHandler.get (hydrooj/src/handler/user.ts:458:19)
    at handle (hydrooj/src/service/server.ts:289:63)
    at user_default (hydrooj/src/service/layers/user.ts:22:5)
    at hydrooj/src/service/layers/response.ts:10:9
    at hydrooj/src/service/layers/renderer.ts:76:5
    at base_default (hydrooj/src/service/layers/base.ts:75:5)
    at domain_default (hydrooj/src/service/layers/domain.ts:27:10)
    at hydrooj/src/service/server.ts:556:34

1 条评论

  • 1