spotify-dedup icon indicating copy to clipboard operation
spotify-dedup copied to clipboard

Freezing page

Open glisteningcoder opened this issue 1 year ago • 2 comments

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.

glisteningcoder avatar Aug 09 '23 10:08 glisteningcoder

Same For me

Davidx1219 avatar Aug 21 '23 02:08 Davidx1219

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 | 

grerrg avatar Oct 16 '23 16:10 grerrg