Closed E3V3A closed 5 years ago
Further look seem to point to the FR24 html may have changed a little...
Here looking at Airports in India:
@hari-allamraju Can you please have a look at this? (I'm using this feature at least a few times a week.)
Working on this now - will keep you posted
The error is a bit more weird - lxml cannot find the data table by key tbl-datatable anymore - I see it in the content from requests but not in the output of beautifulsoup
@E3V3A - do you want to try the master branch code? I moved to using html5 lib parser and it seems to work now; also reworked traverse method to handle multiple occurrences of the tags Looking to add more tests if time permits. If you can test the master branch then I will cut a build to pypi
@hari-allamraju Fantastic! Now it works again.
I just reinstalled arrivals on python3.8 and with latest updates of
lxml
etc.However, I'm running into to the following error (also from command line):
It's origin seem to be bautifulsoup4 when using the find() in common.py:
Stackoverflow describe these types of issues here: