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

probe-engine: cannot run measurements using psiphon proxy #2810

Open
DecFox opened this issue Oct 22, 2024 · 1 comment · May be fixed by ooni/probe-android#852
Open

probe-engine: cannot run measurements using psiphon proxy #2810

DecFox opened this issue Oct 22, 2024 · 1 comment · May be fixed by ooni/probe-android#852
Assignees

Comments

@DecFox
Copy link
Collaborator

DecFox commented Oct 22, 2024

Describe the bug

It seems running the probe with the psiphon proxy errors out with:

Error - clientlib: StartTunnel called multiple times.

We should look into this as currently, we cannot run measurement using the proxy.

@DecFox DecFox added bug Something isn't working priority/high triage labels Oct 22, 2024
@DecFox DecFox self-assigned this Oct 22, 2024
@DecFox
Copy link
Collaborator Author

DecFox commented Oct 22, 2024

On further investigation: it seems some changes were made to the upstream psiphon dependency we use, to the StartTunnel function: https://github.com/Psiphon-Labs/psiphon-tunnel-core/blob/staging-client/ClientLibrary/clientlib/clientlib.go#L140 which we integrated in the last release. The error seems to arise in the check here.

@DecFox DecFox linked a pull request Nov 21, 2024 that will close this issue
DecFox added a commit to ooni/probe-cli that referenced this issue Nov 21, 2024
## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md)
- [x] reference issue for this pull request:
ooni/probe#2810
- [ ] if you changed anything related to how experiments work and you
need to reflect these changes in the ooni/spec repository, please link
to the related ooni/spec pull request: <!-- add URL here -->
- [ ] if you changed code inside an experiment, make sure you bump its
version number

<!-- Reminder: Location of the issue tracker:
https://github.com/ooni/probe -->

## Description

This diff exposes the `Session.Close` call for the geoip session we
initialize in the mobile app. This is required to close the
circumvention tunnel before we use start another tunnel as part of the
async tasks to run the experiments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants