We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something seems to be changed on the server side. :(
>>> import dvb >>> dvb.find('zellesch') Failed to access VVO StopFinder. Request Exception ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
The text was updated successfully, but these errors were encountered:
That's unfortunate :/
Just to be sure, that's not an eduroam issue, is it? What happens if you pass eduroam=True to that call?
eduroam=True
Sorry, something went wrong.
Someting is different now
>>> import dvb >>> dvb.find('zellesch', eduroam=True) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.9/site-packages/dvb/dvb.py", line 206, in find find_return_results(points['point']) File "/usr/lib/python3.9/site-packages/dvb/dvb.py", line 219, in find_return_results 'city': stop['posttown'], KeyError: 'posttown' >>> dvb.find('zellesch') Failed to access VVO StopFinder. Request Exception ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
If it works for you, let me know what kind of debug information do you need.
No branches or pull requests
Something seems to be changed on the server side. :(
The text was updated successfully, but these errors were encountered: