We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like my URL category analyzer broke again =\
{ "errorMessage": "Error: Invalid output\nTraceback (most recent call last):\n File \"./urlcategory.py\", line 52, in <module>\n URLCategoryAnalyzer().run()\n File \"./urlcategory.py\", line 44, in run\n 'category': category_match.group(1)\nAttributeError: 'NoneType' object has no attribute 'group'\n", "input": null, "success": false }
Since the analyzer is basically a web scraper, it's sensitive to any changes of the website. Will take a closer look here soon.
The text was updated successfully, but these errors were encountered:
Submitted PR to use https for request #204
Sorry, something went wrong.
a405339
Merged.
3c7
No branches or pull requests
Looks like my URL category analyzer broke again =\
Since the analyzer is basically a web scraper, it's sensitive to any changes of the website. Will take a closer look here soon.
The text was updated successfully, but these errors were encountered: