Forum Discussion
Python script source error- ADO.net failed to load
- Anonymous6 years ago
Friend, I returned the Gateway version to 3000.37.35. And it worked again. Success
Hi Anonymous
I tried the repair tool but it didn't resolve my issue.
I am happy to share the entire python script:
import requests
import pandas as pd
from pandas.io.json import json_normalize
request = requests.get('https://corona-api.com/countries')
j = request.json()
df = json_normalize(j['data'])
print(df)
As this is for a python data source (not for a python visual), I thought I could use any library as long as the machine (with the gateway) has it installed.
I will see if I can figure out how to reinstall .NET and see if that helps. Let me know if you have any other ideas 🙂
I tried to connect the source (https://corona-api.com/countries) using a web connector, but it is returning an error. So, can you try with some other source and test it in python?
- WESTi6 years agoHelper I
I tried a different API call and it too didn't work. It is working in Power BI desktop but I still get the error when I try to setup the data set refresh in the service.
- Anonymous6 years agoNot applicable
Friend, I returned the Gateway version to 3000.37.35. And it worked again. Success
- Anonymous6 years agoNot applicable
Hey I am having the same problem, can I know how you returned to an earlier version of the gateway?