mirnavazquez / RbiMs

R tools for reconstructing metabolisms.
Other
14 stars 1 forks source link

Error in (function (con, what, n = 1L, size = NA_integer_, signed = TRUE, : Failure when receiving data from the peer #6

Open jsalcantaracortes opened 2 months ago

jsalcantaracortes commented 2 months ago

Hi

when i want to use mapping_ko fuction, i see the next issues

ko_mapp<-mapping_ko(ko_table) indexed 1.44MB in 11s, 130.69kB/sError in (function (con, what, n = 1L, size = NAinteger, signed = TRUE, : Failure when receiving data from the peer

May be was relationated with Ko_list, anyone can help me ?

Guasy commented 2 months ago

This happens when the connection is not reliable:

1.- Check Internet Connection 2.- Firewall or Proxy from where you are connecting is not allowing the connection to the endpoint 3.- VPN, if you are behind a VPN try disabling it. 4.- The server from where the KoList is being obtained is down.

jsalcantaracortes commented 1 month ago

Only happens went I use proxmox virtual machine based on ubuntu OS. In other OS i don`t have the issue. All options will be evaluated as well that you recomended. I really appreciated your help