Skip to content
New issue

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

Fix the feedback feature post the twitter DOM changes #232

Open
Bhargav-Dave opened this issue Mar 10, 2023 · 2 comments
Open

Fix the feedback feature post the twitter DOM changes #232

Bhargav-Dave opened this issue Mar 10, 2023 · 2 comments
Labels
bug Something isn't working stale

Comments

@Bhargav-Dave
Copy link
Contributor

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.

@Bhargav-Dave Bhargav-Dave added the bug Something isn't working label Mar 10, 2023
@Bhargav-Dave
Copy link
Contributor Author

Is related to: #125

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant