We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the installation steps described here:
But when I write s <- livecode::serve_file() I get the following error:
s <- livecode::serve_file()
Error in tolower(iface) : invalid multibyte string 4
I checked my IP addresses as explained in this issue, but it does not seem to contain any non-ascii characters. I'm not sure what's wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the installation steps described here:
But when I write
s <- livecode::serve_file()
I get the following error:Error in tolower(iface) : invalid multibyte string 4
I checked my IP addresses as explained in this issue, but it does not seem to contain any non-ascii characters. I'm not sure what's wrong.
The text was updated successfully, but these errors were encountered: