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

1194 listeners not showing up on private extractor branch #1195

Conversation

tcnichol
Copy link
Contributor

Looking at the db, the error is that when the heartbeat listener receives an extractor that is not private, the owner is "" (empty string) and not 'None' or 'null.' It seemed like the best way to fix this was by checking for that and then explicitly making the access field None.

To test this, run the dependencies using docker-dev.sh up, but then kill the container for the heartbeat_listener, and run it manually with this branch. Extractors should now register correctly if they are not private, and then they should show up correctly on the listeners page.

The access object was not properly registered for non private extractors
@tcnichol tcnichol linked an issue Aug 31, 2024 that may be closed by this pull request
@tcnichol tcnichol changed the base branch from main to private-extractors August 31, 2024 19:24
The access object was not properly registered for non private extractors
@tcnichol tcnichol closed this Aug 31, 2024
@tcnichol tcnichol deleted the 1194-listeners-not-showing-up-on-private-extractor-branch branch August 31, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant