cafferychen777 / ggpicrust2

Make Picrust2 Output Analysis and Visualization Easier
https://cafferychen777.github.io/ggpicrust2/
Other
91 stars 11 forks source link

pathway_annotation(): Error in curl::curl_fetch_memory(url, handle = handle) : Failure when receiving data from the peer #16

Closed ivanllampy closed 1 year ago

ivanllampy commented 1 year ago

Dear Caffery,

Thank you for developing the ggpicrust2 package! I followed the codes on the tutorial with my own dataset, I ran the command pathway_annotation(): daa_annotated_sub_method_results_df <- pathway_annotation(pathway = "KO", daa_results_df = daa_sub_method_results_df[1:50,], ko_to_kegg = TRUE) but encountered the following error: Error in curl::curl_fetch_memory(url, handle = handle) : Failure when receiving data from the peer May I have some advice on how to solve it, thank you!

Best regards, Ivan

cafferychen777 commented 1 year ago

Dear Ivan,

Thank you for your message and I'm glad to hear that you are using the ggpicrust2 package.

Regarding the error message you encountered, "Failure when receiving data from the peer", this error is usually related to network connectivity issues. It could be caused by a temporary network interruption, firewall restrictions, or other network-related issues.

Here are some troubleshooting steps that you can try:

I hope this helps! Let me know if you have any further questions or concerns.

Best regards, Chen YANG

ivanllampy commented 1 year ago

Dear Caffery,

Thank you for your quick reply! I re-ran the code on another computer, it works fine. Seems it is the problem of my computer/internet as you mentioned. I will try troubleshoot with your suggestions. Thank you!

Best regards, Ivan