Skip to content

Incorrect URL Structure in "Link to the broadcast of the meeting on the Knesset website" field in OPEN KNESSET #241

@yanirmr

Description

@yanirmr

Description

I have identified a problem concerning the URL pattern in the "Link to the broadcast of the meeting on the Knesset website" field in OPEN KNESSET. The current URL structure appears as:

http://main.knesset.gov.il/Activity/committees/Pages/AllCommitteesBroadcast.aspx?TopicID=XXXXX

However, it appears that these URLs are not functioning as expected, resulting in "404 NOT FOUND" errors.

Upon investigation, I have discovered that a different URL structure provides valid links:

https://main.knesset.gov.il/Activity/committees/<Committee_NAME>/Pages/CommitteeTVarchive.aspx?TopicID=XXXXX

For instance, consider the following example:

https://oknesset.org/meetings/2/0/2081120.html

On this page, the current URL link provided is:

http://main.knesset.gov.il/Activity/committees/Pages/AllCommitteesBroadcast.aspx?TopicID=19798

The valid URL, however, would look like this:

https://main.knesset.gov.il/Activity/committees/Insolvency/Pages/CommitteeTVarchive.aspx?TopicID=19798

Steps to Reproduce

  1. Visit the OPEN KNESSET interface and locate the "Link to the broadcast of the meeting on the Knesset website" field.
  2. Select the link provided.
  3. Observe the "404 NOT FOUND" error.

Additional Information

Please note that this issue seems to specifically impact meetings from the 24th and 23rd Knessets. The URL structure for the 25th Knesset appears to be functioning correctly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions