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

Generating a new token through a constructor call hangs indefinitely #25

Closed
skuill opened this issue Jun 12, 2024 · 1 comment
Closed
Assignees

Comments

@skuill
Copy link

skuill commented Jun 12, 2024

Hi @Eimaen !
I found the following problem:
When I tried to get a new token by calling the following constructor:
image

No other code below this call is executed, i.e. hangs somewhere inside the creation of the object and hangs indefinitely.

I use the following code:
var musixmatchToken = new MusixmatchToken();
Here:
https://github.com/skuill/LyricsScraperNET/blob/main/LyricsScraperNET/Providers/Musixmatch/MusixmatchTokenCache.cs#L64

Could you take a look please?

@Eimaen
Copy link
Owner

Eimaen commented Aug 19, 2024

The hang itself is now fixed, however the source of the problem's still out there. I'll open a new issue soon.

@Eimaen Eimaen closed this as completed Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants