-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unexpected client/server version mismatch #30
Comments
Hi, thanks for the report. I think this has been fixed in the latest version here on GitHub. I'm hoping to get an update out to CRAN "soon", but there are some complications. Optimistically, we should have the new version on CRAN in about a week. In the meantime, if you can, I'd encourage you to install the GitHub version of remoter. |
I have remoter version 0.4-0 installed on two machines, but when I try to connect from one to the other I get
on the server side and
on the client side. I also have installed remoter in the same way, i.e. with install.packages("remoter", dependencies=T) on both machines. Server-side sessionInfo() output:> sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
Matrix products: default
BLAS/LAPACK: /usr/lib64/R/lib/libRblas.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] remoter_0.4-0
loaded via a namespace (and not attached):
[1] getPass_0.2-2 compiler_3.4.4 pbdZMQ_0.3-3 tools_3.4.4 sodium_1.1
[6] argon2_0.2-0 png_0.1-7 Client-side sessionInfo() output:> sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=Korean_Korea.949 LC_CTYPE=Korean_Korea.949
[3] LC_MONETARY=Korean_Korea.949 LC_NUMERIC=C
[5] LC_TIME=Korean_Korea.949
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] remoter_0.4-0
loaded via a namespace (and not attached):
[1] getPass_0.2-2 compiler_3.4.4 pbdZMQ_0.3-2 tools_3.4.4
[5] sodium_1.1 argon2_0.2-0 png_0.1-7 |
Sorry for the delay. Work has had me at more than 100% capacity. I haven't had a chance to take a close look (I plan to tomorrow), but I'm guessing the checker is throwing the error because of the differing pbdZMQ versions. I will double check but I think for those two pbdZMQ versions, it should work (making it a remoter bug). |
I am getting this error, too. Client: R=3.6.1, remoter_0.4-0, pbdZMQ_0.3-3 What other diagnostic steps can be taken? (This actually used to work previously (3.6.1 <-> 4.0.2), so obviously something has changed but the error messages do not give enough information to find out what's going wrong. Anything else I can try? |
I have
remoter
version 0.3.2 installed on two machines, the same version 0.3.2 on both, but when I try to connect from one to the other I getclient/server version mismatch; client kicked.
on the server side andError in remoter_check_version_local() : Incompatible package versions; quitting client (perhaps you need to update and restart the server?)
on the client side.
I have installed
remoter
in the same way, i.e. withinstall.packages("remoter", dependencies=TRUE)
on both machines.Server-side sessionInfo() output:
Client-side sessionInfo() output:
The text was updated successfully, but these errors were encountered: