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

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

Open
yanirmr opened this issue Jun 23, 2023 · 1 comment

Comments

@yanirmr
Copy link

yanirmr commented Jun 23, 2023

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.

@OriHoch
Copy link
Contributor

OriHoch commented Jun 29, 2023

thanks @yanirmr , looks like it's a problem with the source data we get from the knesset, I sent them an email about it (cc'd you)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants