glennreyes / runtastic-gpx

💪 Convert Runtastic JSON exports to GPX
https://runalyze.com/runtastic-converter
27 stars 11 forks source link

ENOENT: no such file or directory, scandir #2

Closed jmlucjav closed 5 years ago

jmlucjav commented 5 years ago

Hi,

I get the follwoing on windows:

C:\temp\runtastic-gpx-master>node --version
v12.7.0
C:\temp\runtastic-gpx-master>npx runtastic-gpx c:\temp\Sport-sessions c:\temp\gpx                                                        
npx: installed 69 in 3.643s                                                                                                              
- Load all activities[Error: ENOENT: no such file or directory, scandir 'c:\temp\Sport-sessions\Sport-sessions'] {                       
  errno: -4058,                                                                                                                          
  code: 'ENOENT',                                                                                                                        
  syscall: 'scandir',                                                                                                                    
  path: 'c:\\temp\\Sport-sessions\\Sport-sessions'                                                                                       
}                                                            

Then the process seems to hang for ever in 'Load all activities' `

glennreyes commented 5 years ago

That's the wrong folder, try npx runtastic-gpx c:\temp c:\out

jmlucjav commented 5 years ago

thanks!