You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/shutil.py", line 563, in move
os.rename(src, real_dst)
OSError: [Errno 36] File name too long: '1984/05/24/MODSMD_ARTICLE28.article.txt' -> '19xx/198x/1984y/05m/24d/MODSMD_ARTICLE28.RVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFMgRVZFTlRTIEVWRU5UUyBFVkVOVFM=.article.txt'
Possible solutions:
use a folder name instead of a file name to encode data, i.e. 19xx/198x/1984y/05m/24d/{title in base 64}/{file name}.txt
truncate file name to first 50 characters
"Linux has a maximum filename length of 255 characters for most filesystems (including EXT4), and a maximum path of 4096 characters." (the above example is 365 chars long)
CI script fails here:
Possible solutions:
19xx/198x/1984y/05m/24d/{title in base 64}/{file name}.txt
"EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS"
-- let's fix the parsing hahaThe text was updated successfully, but these errors were encountered: