tilburgsciencehub / music-to-scrape

A fictitious music streaming service with a real website and API so you can learn how to scrape!
https://music-to-scrape.org
3 stars 6 forks source link

Fix Issue related to error on apis-to-scrape website #26

Closed fleurlemire closed 1 year ago

fleurlemire commented 1 year ago

User Page Last week I started with trying to scrape the website, where I saw the following and noted it for myself for the users: Schermafbeelding 2023-05-24 om 15 54 35

But now, there seems to be a bug and I get the following message: Schermafbeelding 2023-05-24 om 15 55 46

I get also the following in the terminal: Schermafbeelding 2023-05-24 om 15 58 27

Can you look into this problem and fix the issue @thierrylahaije ?

hannesdatta commented 1 year ago

Hi Fleur,

Did you update the repository?

Thierry worked a bit on the code (which may require running some R code).

@Thierry @.***>?

From: Fleur Le Mire @.> Date: Wednesday, 24 May 2023 at 16:00 To: tilburgsciencehub/apis-to-scrape @.> Cc: Subscribed @.***> Subject: [tilburgsciencehub/apis-to-scrape] Fix Issue related to error on apis-to-scrape website (Issue #26)

User Page Last week I started with trying to scrape the website, where I saw the following and noted it for myself for the users: [Schermafbeelding 2023-05-24 om 15 54 35]https://user-images.githubusercontent.com/122876103/240626938-d789a667-301b-45d7-b5a5-61145d936c17.png

But now, there seems to be a bug and I get the following message: [Schermafbeelding 2023-05-24 om 15 55 46]https://user-images.githubusercontent.com/122876103/240627287-3dad1f88-b52e-414e-8ab1-09590698ce98.png

I get also the following in the terminal: [Schermafbeelding 2023-05-24 om 15 58 27]https://user-images.githubusercontent.com/122876103/240628082-9264bc8f-108d-434e-a7dc-72a45b63741a.png

Can you look into this problem and fix the issue?

— Reply to this email directly, view it on GitHubhttps://github.com/tilburgsciencehub/apis-to-scrape/issues/26, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD6KNIUF3MPVRQDRY3NXR6DXHYH67ANCNFSM6AAAAAAYNNZ2FU. You are receiving this because you are subscribed to this thread.Message ID: @.***>

fleurlemire commented 1 year ago

Hi @hannesdatta Yes I did, but i also had contact with Thierry about this too. He asked me to make an issue about it with the error message i get and he will look into where it is going wrong!

thierrylahaije commented 1 year ago

Summary: Minor error in importing module datetime, imported it twice in different approaches. Now checked and fixed.