2 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
saddia
Oct 30, 2024
Error
GraphQL Error(Code:502): {"response":{"error":"
................................................
- Report illegal content
- Copy link
Henrique Holtz
Mar 29, 2022
Error in the extesion
Error in the extension:
GraphQL Error (Code: 502): {"response":{"error":"<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n <meta http-equiv=\"refresh\" content=\"60\" />\n <title>Comidoc</title>\n <style>\n #wrap-video-bg {\n overflow: hidden;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n }\n\n #wrap-video-bg video {\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n object-fit: cover;\n }\n\n #lambda {\n margin: auto;\n\n text-align: center;\n margin-top: 10%;\n\n color: #fff;\n }\n </style>\n </head>\n <body>\n <div id=\"wrap-video-bg\">\n <video autoplay muted loop>\n <source src=\"502.mp4\" type=\"video/mp4\" />\n </video>\n </div>\n <div id=\"lambda\">\n <h2>We are updating our website with new features !</h2>\n <h3>\n Just keep this page open, it will be loaded automaticaly in few minutes\n </h3>\n </div>\n </body>\n</html>\n","status":502,"headers":{"map":{"content-type":"text/html","date":"Tue, 29 Mar 2022 07:47:16 GMT","server":"nginx/1.14.2"}}},"request":{"query":"\n query DAILY_COURSES_QUERY ($quizz: Boolean, $manyCoupons: Boolean){\n dailyCourses (quizz: $quizz, manyCoupons: $manyCoupons) {\n free {\n udemyId\n url\n finalPrice\n title\n thumb\n length\n lengthMin\n rating\n price\n updated\n subscribers\n }\n coupons {\n udemyId\n url\n finalPrice\n title\n thumb\n length\n lengthMin\n rating\n price\n updated\n subscribers\n }\n discount {\n udemyId\n url\n finalPrice\n title\n thumb\n length\n lengthMin\n rating\n price\n updated\n subscribers\n }\n }\n }\n","variables":{"quizz":true,"manyCoupons":true}}}
- Report illegal content
- Copy link