The feedback feature allows the user to send feedback regarding the ML feature to the backend server. The users can press the flag icon to report false classifications by the model.
After the twitter DOM changes and the parser changes, there seems to be some error occurring in sending the feedback.
The feedback feature allows the user to send feedback regarding the ML feature to the backend server. The users can press the flag icon to report false classifications by the model.
After the twitter DOM changes and the parser changes, there seems to be some error occurring in sending the feedback.
The relevant blocks of code are here: Frontend: https://github.com/tattle-made/OGBV/blob/e6f2e5d7d9d55fcdf79dd235ab243fb7d882a28a/browser-extension/plugin/src/twitter/tweet-controls.jsx#L169 Backend: https://github.com/tattle-made/OGBV/blob/e6f2e5d7d9d55fcdf79dd235ab243fb7d882a28a/browser-extension/api-server/index.js#L64
The current response from the server is 501 not implemented. More investigation needs to be done on exactly what feature is breaking.