-
Notifications
You must be signed in to change notification settings - Fork 7
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
No Bus timetable #11
Comments
Thanks for raising this issue! Before I take a look is there anything in your logs when you try this? |
It says time out... Traceback (most recent call last): |
Thanks, I was able to replicate the issue, but then it magically started working, so i'm not sure what's going on here. |
I have discovered the list of bus routes is huge. The response from the PTV API is 188,000 characters long... I think the python code is having issues with the large response. If you keep trying 3-4 times it might just fix it and allow you to set up this integration. |
Closing this issue, feel free to reopen if you keep having this issue. |
Issue kept surfacing again. I didn't look at it until now. The bus time tables are not loadable at all. Kept failing from time to time. |
Is it possible to extend the timeout and the download size. Got a feeling it is the reason for the intermittent failure and the need to retry multiple times to get the data. |
And it is possible to have the bus number instead of that long description. Sometimes I cannot tell the bus number from the description. |
Can confirm a timeout error is occurring on bus networks, is there a way to increase the timeout? |
Is this still an issue? Seems to work ok here, but I agree we do need to add in route numbers before the route name (in progress) |
been working for me so far |
Yes it is. Noticed PTV timetable for buses has not been maintained at all.
…On Sun, 6 Oct 2024 at 9:52 AM, Andrew Taylor ***@***.***> wrote:
Is this still an issue? Seems to work ok here, but I agree we do need to
add in route numbers before the route name (in progress)
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQCWVRS2V4RR34QAITW463TZ2BUSZAVCNFSM6AAAAABPNXK4F6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGIYTQNZXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you give me an example of a route that isn't working? |
Bus route 903, 279, 302 etc. Some works for a short time and then stop
working. Connections have to be deleted and restart again. It happens very
often.
…On Sun, 6 Oct 2024 at 1:17 PM, Andrew Taylor ***@***.***> wrote:
Can you give me an example of a route that isn't working?
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQCWVRW3P2P4YMZXJAY5DLDZ2CMTTAVCNFSM6AAAAABPNXK4F6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGI3DEOJUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok will have a look, but sounds at least on the surface like a ptv data issue, but if that is the case we should still handle that a bit cleaner In the meantime can you update to the latest release 0.6 (from last night and see if the issue persists) |
When I tried to load the PTV bus timetables, it goes into a loop.
The text was updated successfully, but these errors were encountered: