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

Uncaught Error: getEventTimeline result didn't include requested event #1221

Closed
matrixbot opened this issue Mar 19, 2016 · 3 comments
Closed
Assignees
Labels
P1 S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect

Comments

@matrixbot
Copy link

Created by @ matthew:matrix.org.

on trying to load https://vector.im/develop/#/room/#purple:matrix.org/%241451504230525382RHTLB:matrix.org

@ara4n ara4n added T-Defect P1 S-Major Severely degrades major functionality or product features, with no satisfactory workaround labels Mar 19, 2016
@richvdh
Copy link
Member

richvdh commented Mar 19, 2016

We're not expecting %-encoding in the path - this is true as much for the room name as the event ID. The link you're after is https://vector.im/develop/#/room/#purple:matrix.org/$1451504230525382RHTLB:matrix.org.

So, three questions:

@ara4n ara4n added S-Minor Impairs non-critical functionality or suitable workarounds exist and removed S-Major Severely degrades major functionality or product features, with no satisfactory workaround labels Mar 21, 2016
@richvdh
Copy link
Member

richvdh commented Mar 21, 2016

We should absolutely %-decode the fragment: rfc3986 makes it clear that % can only be followed by two hex digits, even in the fragment.

@richvdh
Copy link
Member

richvdh commented Mar 23, 2016

Fixed by #1254

@richvdh richvdh closed this as completed Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect
Projects
None yet
Development

No branches or pull requests

3 participants