cj-neo

Results 36 comments of cj-neo

> If you can work out why these problems are happening, preferably with an rclone log showing the problem we can work on fixing them. > > Ideally we'd have...

I generated a thousand test text files using the following Python ```python from faker import Faker import os import random fake = Faker() folder_path = "test_folder" os.makedirs(folder_path, exist_ok=True) num_files =...

To provide more observation data, I re-uploaded three thousand test files. Unfortunately, the status error issue still did not occur. I suspect that the files hidden due to status errors...

> Did you successfully handle those invalid files? In my drive, there are two types of invalids: > > 1. Unreadable files > 2. Hidden files > > For unreadable...

Additional notes: 1. The probability of generating unreadable files on my end is quite high. Sometimes it's also noticeable in the official software, as normal media files have icons, but...

> Can you please try using [v1.67.0-beta.7928.2e582d73f.fix-7787-pikpak-upload-conflict](https://beta.rclone.org/branch/fix-7787-pikpak-upload-conflict/v1.67.0-beta.7928.2e582d73f.fix-7787-pikpak-upload-conflict/)? Sure, I'll give it a try later, but it might take some time. Thank you for your help.

I used the same approach to upload one thousand files for testing before, but shortly after starting, I encountered the error: panic: runtime error: invalid memory address or nil pointer...

Thank you for putting in so much effort to test and fix the issues. I've just uploaded a thousand files on my WIN10 system without encountering any errors that occurred...

Hello, Today, I encountered two more issues during testing: 1. I found that some specific files cannot be uploaded successfully using rclone. I tried repeatedly to upload them dozens of...

Sorry, the second issue I mentioned about the repeated uploading of files and hidden files is the same issue as before. It's due to the insufficiency of my self-developed detection...