miroreo / replit-vscode-revived

Replit for VSCode
20 stars 2 forks source link

Graph QL ERROR when entering url for repl #17

Open SupraTheGreat opened 1 year ago

SupraTheGreat commented 1 year ago

GraphQL Error (Code: 400): {"response":{"error":"GET query missing.","status":400},"request":{"query":"\n query ReplInfoFromUrl($url: String!) {\n repl(url: $url) {\n ... on Repl {\n id\n user {\n username\n }\n slug\n lang {\n id\n canUseShellRunner\n engine\n }\n }\n }\n }\n","variables":{"url":"https://replit.com/@suprathikrv/Wordle"}}}

This is the error displayed, and it gives this error whenever I enter the link for the repl

Kidvoioman commented 1 year ago

Same error..