remoter icon indicating copy to clipboard operation
remoter copied to clipboard

Unexpected client/server version mismatch

Open ramiromagno opened this issue 9 years ago • 4 comments

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 get client/server version mismatch; client kicked. on the server side and Error 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. with install.packages("remoter", dependencies=TRUE) on both machines.

Server-side sessionInfo() output:

R version 3.3.0 (2016-05-03)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.4 (El Capitan)

locale:
[1] C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] remoter_0.3-2 pbdZMQ_0.2-4 

loaded via a namespace (and not attached):
[1] getPass_0.1-1  R6_2.2.0       assertthat_0.1 tools_3.3.0    sodium_0.4    

Client-side sessionInfo() output:

R version 3.3.0 (2016-05-03)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Arch Linux

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8       
 [4] LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C              
[10] LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] getPass_0.1-1  R6_2.1.2       assertthat_0.1 pbdZMQ_0.2-3   tools_3.3.0    sodium_0.4    
[7] remoter_0.3-2 

ramiromagno avatar Oct 12 '16 14:10 ramiromagno

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.

wrathematics avatar Oct 12 '16 15:10 wrathematics

I have remoter version 0.4-0 installed on two machines, but when I try to connect from one to the other I get

[2018-05-28 18:24:04]: client attempting to connect...
[2018-05-28 18:24:04]: client password authenticated
[2018-05-28 18:24:04]: client/server version mismatch; client kicked.

on the server side and

Error in remoter_check_version_local() : 
  Incompatible package versions; quitting client (perhaps you need to update and restart the server?)

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     

mhjc01 avatar May 28 '18 09:05 mhjc01

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).

wrathematics avatar Jun 20 '18 17:06 wrathematics

I am getting this error, too.

Client: R=3.6.1, remoter_0.4-0, pbdZMQ_0.3-3 Server: R=4.0.2, remoter_0.4-0, pbdZMQ_0.3-3.1

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?

howff avatar Nov 19 '20 13:11 howff