jer-sen
jer-sen
No. Stop. I'm happy to help but please... Go on codesandbox and choose "Download Sandbox".
@yoyo837 did you manage to reproduce?
@yoyo837 did you: - download sandbox sourcemap zip - extract the zip in a folder - run a terminal in this folder - run `yarn` to install modules - run...
Yes ! Now it's time to fix these first issues. Most of them can be fixed by: - adding file `antd/es/package.json` containing `{"type":"module"}` for `...The current file is a CommonJS...
@gilbertchen It may be the same bug. I use my own build that should be >2.0.10. Link your fix to this issue and I will give it a try.
With your fix I still have missing chunks after a backup and a check (this files were already missing before): ``` Fetching chunk 85e1b61b84aa74818dfb8a63e5412297ec4a3b5459760093907679e0b61baa2d Chunk 85e1b61b84aa74818dfb8a63e5412297ec4a3b5459760093907679e0b61baa2d has been loaded from...
I ran a check with your logs: ``` 2017-12-12 16:05:26.894 INFO STORAGE_SET Storage set to hubic://HubicDir 2017-12-12 16:05:28.585 TRACE CONFIG_FORMAT Using a static salt and 16384 iterations for key derivation...
I had already tried changing `count` with different numbers (not multiple nor divisor of 1000) with same result... I also tried to start listing from the first missing chunk and...
I have 203.372 files in my `chunks` folder according to the number of outputs due to `LOG_INFO("debug", "%s -> %s %s", dir, entry.Name, entry.Type)` line. FYI I get a `405...
I tried rclone but since listing fails to find the chunks I can't do anything. I'm starting a new backup... I hope it will work. I think you can close...