datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Add link to txt agenda to top menu

Open kivinen opened this issue 2 years ago • 3 comments

Describe the issue

As the current agenda does not work anymore for all browsers, it would be nice to have link to the txt version of the agenda so I could use that to see what is going on in the IETF.

I.e. add link to https://datatracker.ietf.org/meeting/agenda.txt so it can be found from the top menu.

Code of Conduct

kivinen avatar Oct 26 '22 20:10 kivinen

Can you share what the error is? We might be able to conditionally add the link in those cases; I don't think adding the link for everyone makes sense.

larseggert avatar Oct 27 '22 19:10 larseggert

Adding a link to the loading screen (which shows even if JS is disabled):

image

NGPixel avatar Oct 27 '22 20:10 NGPixel

And another link if the agenda fails to load for any reason: image

NGPixel avatar Oct 27 '22 20:10 NGPixel

Lars Eggert writes:

Can you share what the error is? We might be able to conditionally add the link in those cases; I don't think adding the link for everyone makes sense.

Here is trace:

TypeError: e.composedPath is not a function ietf.js:110:96874 JQMIGRATE: Migrate is installed with logging active, version 3.4.0 jquery-migrate-npm-3.4.0-88c209e61f-7431:103:1 SyntaxError: expected expression, got keyword 'import' main.5889cc86.js:9:22533 SyntaxError: expected expression, got keyword 'import' embedded.84b2d0d3.js:1:297 GETXHR https://datatracker.ietf.org/group/groupmenu.json [HTTP/2.0 200 OK 0ms]

And the page is mostly blank with all elements disabled and spinning icon in the middle with text saying "Loading meeting 115..."

Don't even get the tabs which would allow me to select "Plaintext" version, but luckily I did remember the url...

@.***

kivinen avatar Oct 28 '22 14:10 kivinen

That's the same error as #4247.

You'll be able to click the plain text version link from the loading screen in the new release being deployed today.

NGPixel avatar Oct 28 '22 17:10 NGPixel