Open Issues Need Help
View All on GitHub Data Science • Address Data
大佬你好,往自定义题库中添加题目还是报错"error": "Key: 'URL' Error:Field validation for 'URL' failed on the 'required' tag" about 1 month ago
AI Summary: Debug a bug in the GGCode platform's custom problem import functionality. The error message "error": "Key: 'URL' Error:Field validation for 'URL' failed on the 'required' tag" indicates a missing or invalid URL field in the request payload when adding a problem to a custom problem set. The task involves investigating the code responsible for handling problem imports, identifying why the URL field is not being properly validated or populated, and implementing a fix to ensure that the URL field is correctly handled and validated.
Complexity:
4/5
good first issue