-
Notifications
You must be signed in to change notification settings - Fork 5
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
unable to install after update #5
Comments
Try the version 1.0.1 that I just released and see if that solves the issue. |
I just tried and now getting:
using: edit: switched to node 14.18.1 and it went through. |
Thanks for trying this. The sqlite3 library in use relies on an older version of node-pre-gyp which hasn't added support for node 16 yet. I'll release a new version once all of these dependencies get updates. The issue could actually be the version of npm - I see other people mentioning issues with npm > 6, so trying node 16 with npm 6 may work. |
OK cool. I'm missing one more string to translate. Initial search box still says in english: Search by stop name or id |
Good catch. I found 3 strings missing and moved them to the template: https://github.com/BlinkTagInc/transit-arrivals-widget/blob/master/views/widget/content/content_pl.pug#L15 https://github.com/BlinkTagInc/transit-arrivals-widget/blob/master/views/widget/content/content_pl.pug#L48 |
OK, will translate. It is still not-stable for me, as sometimes, there's no arrivals presented for a trip that is correct (i.e. I can see it in other gtfs-rt consuming apps) but here, i need to refresh whole page to see the result. |
For the issue you mentioned with missing arrivals, can you send me your GTFS and GTFS-RT feed so I can troubleshoot? And an example of a stop which isn't showing up as expected? Thanks! |
Hi,
great work. I had to remove my fork and re-fork to provide PR, but was able
to add the missing translation.
It will make sense to comine that widget with gtfs-to-html one day..
Will share the urls on slack.
pon., 18 paź 2021 o 19:51 Brendan Nee ***@***.***> napisał(a):
…
- I solved the issue you found with console warnings due to routes not
having colors set
- I moved all translations into locales files within the locales
folder.
https://github.com/BlinkTagInc/transit-arrivals-widget/tree/master/locales
- this will make it much easier to keep things in sync.
- You'll see in pl.json that there are a few additional strings which
need translations: "Invalid stop ID", "min", and "To {{headsign}}". If you
want to add these via PR, or just reply with what they should be that would
be great.
For the issue you mentioned with missing arrivals, can you send me your
GTFS and GTFS-RT feed so I can troubleshoot? And an example of a stop which
isn't showing up as expected? Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHXUGDW4YUF5BWLODMK4J3UHRNA3ANCNFSM5GD6QXRQ>
.
--
Wojciech Kulesza
Właściciel / Owner
goEuropa Polska Wojciech Kulesza
+48616248682
***@***.***
www.goeuropa.eu
ul. 28 Czerwca 1956r nr 400
Kiedy przyjedzie autobus? Sprawdż na www.kiedybus.pl
<https://www.kiedybus.pl/>
|
@brendannee see http://pksonline.pl/przyjazdy/?stop_id=POZTA02 sometimes on the first load it doesn't show any arrivals and i need to refresh the page to see something. |
I tried to git pull the newest version and run transit-arrivals-widget and got this toward the end of processing:
|
Thanks for sharing the link to the implementation. I'll try it at various times to see if I notice the same issue with it not showing times on first load. When that does happen, what does it show? If you notice it happening again, can you check the JS console and let me know if there are any errors logged? As for the |
When i'm selecting route, direction and then stop (that i know has arrival and departure real-time info - checking it paralell with Trransitclock deployment) there's nothing in the console and it looks empty - http://prntscr.com/1xktnfl In regard to the npm - i'm using this command before issueing transit-arrivals-widget: Without npm install, issuing transit-arrivals-widget says: command not found |
Hi,
after updating (and even now when git cloning 0.1.4 tag), i'm getting this error after clone, edit of config.json and running npm install:
Please help. When trying to git clone and then npm install as normal user, im getting errors as normal user has access to node v8.10.0 only and other errors popup like: Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/transit-arrivals-widget
The text was updated successfully, but these errors were encountered: