Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

I'm experiencing R script run time error in Power BI Service.

When i tried extracting data from Autodesk forge using R script in R visualizations. It gives me this error. On the other side i as able to run this script in Power BI Desktop. Can anyone please help me in resolving this error.

Script Runtime Error

Error in curl::curl_fetch_memory(url, handle = handle) : Could not resolve host: developer.api.autodesk.com

Please try again later or contact support. If you contact support, please provide these details.

Status: New
Comments
v-chuncz-msft
Community Support

@NKDeol 

 

Take a look at R scripts security and create a support ticket for assistance if necessary.

 

NKDeol
Frequent Visitor

@v-chuncz-msft  thanks alot. After looking at R scripts security, i discovered the reason of my error. I am trying to access URL. For accessing data from specific https site, what things do i have to consider? May i use any specific R library for this?