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

SmokeTest (mentioned in the README) fails to execute out of the box. #145

Open
ProofOfKeags opened this issue Apr 10, 2020 · 1 comment
Open

Comments

@ProofOfKeags
Copy link

The smoke test class that is mentioned in the readme does not execute out of the box. I tested with tor android binaries both at version 0.3.1.9a and 0.4.2.5 and they both fail with the following exception.

java.io.IOException: Control port file not created: /data/user/0/io.ionic.starter/files/lib/tor/control.txt, len = 0

Note the above filesystem location is something within the set of directories that the app has write permissions to. It appears that the file is being created but nothing has been written to it. I'm not sure what this file is for and the only online reference I have managed to find for it was this old trac ticket that has been marked as fixed.

I'm assuming that this library works in the lab for the thaliproject devs. I'd like to know what I have to do differently in order to make this go away. I've checked out the latest master for TOPL. I'm currently using 0.4.2.5 for the tor-android binary.

@maxgmer
Copy link

maxgmer commented Apr 22, 2020

same, have the write storage permissions, tried different android binary versions, just creates control.txt file, but doesn't write anything to it and the it throws len = 0 ;(( please help someone

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

No branches or pull requests

2 participants