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

rpcfs doesn't work with python 3 #263

Open
marcellmars opened this issue Sep 28, 2016 · 0 comments
Open

rpcfs doesn't work with python 3 #263

marcellmars opened this issue Sep 28, 2016 · 0 comments
Labels

Comments

@marcellmars
Copy link

for:
fsserve -t rpc -p 1917
and then:
fstree rpc://127.0.0.1:1917
it gives this output:

fstree: Error - a bytes-like object is required, not 'str'
rpc://127.0.0.1:1917

didn't check with python 2 but this one look pretty much python 3 asks for bytes where old python 2 code sends string.

@lurch lurch added the bug label Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants