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

[Bug]: Eventbrite event text not matching the TransDim event text, and TransDim eventbrite text not linking to event #501

Open
kimadactyl opened this issue Jan 22, 2025 — with Huly for GitHub · 3 comments
Labels
blocked-upstream bug Something isn't working vvv Very Very Valuable

Comments

Copy link
Member

kimadactyl commented Jan 22, 2025

Description

These are looking extremely different. Unclear if this is an API issue or TransDim issue but logging it as here's where I'm experiencing it.

Image Image

Steps to reproduce

Compare following URLs:

https://www.eventbrite.co.uk/e/ancoats-quiz-night-tickets-1024759512287?aff=ebdsoporgprofile
https://transdimension.uk/events/395106

@kimadactyl kimadactyl added bug Something isn't working vvv Very Very Valuable labels Jan 22, 2025
Copy link

Connected to Huly®: TD-502

@mateusfpleite
Copy link
Collaborator

mateusfpleite commented Jan 23, 2025

The issue does indeed seem to be with the API. For the event you linked, the response comes like this:

{
  data: {
    event: {
      id: '395106',
      name: 'Ancoats Quiz Night',
      summary: 'Ancoats Quiz Night',
      description: "Come test your knowledge at Ancoats Quiz Night - it\\'s gonna be a blast!",
      startDate: '2025-01-23T19:00:00+00:00',
      endDate: '2025-01-23T22:00:00+00:00',
      address: {...},
      organizer: {...}
    }
  }
}

Maybe there’s some confusion between the properties—what should go into the summary is ending up in the description? All events also seem to have identical name and summary fields (I think we already discussed this in the Open Graph event metadata PR (#489)).

@kimadactyl
Copy link
Member Author

Thanks for checking it out I'll open this on PlaceCal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-upstream bug Something isn't working vvv Very Very Valuable
Projects
None yet
Development

No branches or pull requests

2 participants