spotify-dedup
spotify-dedup copied to clipboard
Freezing page
I logged into my account like usual, but it just freezes when trying to find duplicates. I have tried to wait for 15 minutes but it was still loading.
Same For me
same for the online version.
had to try it locally, so i run this project with node 18 and got this error.:
Unhandled Runtime Error
Error: Failed fetch
Source
dedup/customFetch.ts (31:12) @ retryFetch
29 | }
30 |
> 31 | throw new Error('Failed fetch');
| ^
32 | } catch (error) {
33 | console.warn('Fetch attemp failed', attemp);
34 |