Skip to content
New issue

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

Failed to access VVO StopFinder #17

Open
horror-vacui opened this issue Nov 22, 2021 · 2 comments
Open

Failed to access VVO StopFinder #17

horror-vacui opened this issue Nov 22, 2021 · 2 comments

Comments

@horror-vacui
Copy link

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'))
@kiliankoe
Copy link
Member

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?

@horror-vacui
Copy link
Author

horror-vacui commented Nov 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants