supercoderz / pyflightdata

A simple library to get flight data from various websites from within Python code
MIT License
78 stars 28 forks source link

Unable to make it work on pythonanywhere #18

Closed fujeyla closed 5 years ago

fujeyla commented 5 years ago

Hi, first, your tool is a great one, keep up the good work! Everything is working well on my computer, but I'm unable to understand why I'm experiencing problems using it on pythonanywhere. e.g. pip3.7 install --user pyflightdata

f = FlightData() f.get_airport_arrivals('GVA', page=1, limit=100) returning en empty result, but not on my computer.

Do you know is the setup at pythonanywhere could be involved? Could you have the opportunity to quickly test it? you just create a free account and install pyflightdata with the pythonanywhere bash console and test those previously mentioned python lines.... I can't understand...

Thanks in advance, J.

fujeyla commented 5 years ago

Was a pythonanywhere issue: free account is whitelisting reachable urls... paid accounts allow to reach urls used by pyflightdata. Nothing related to pyflightdata, sorry. Let's close this one. You could even remove this issue from your list.