#613 FileNotFoundError: [WinError 206] Nome del file o estensione troppo lunga: 'C:\\Users\\stefa\\Desktop\\Mastering Android

*71.199* Posted at: 1 day ago 👁16

Traceback (most recent call last):

File "pathlib.py", line 1173, in mkdir

FileNotFoundError: [WinError 206] Nome del file o estensione troppo lunga: 'C:\\Users\\stefa\\Desktop\\Mastering Android App Development with Kotlin -Build 38 Apps\\[TutsNode.net] - Mastering Android App Development with Kotlin -Build 38 Apps\\5. Kotlin Object Oriented Programming OOP_video_out\\2. Passing Parameters to Functions'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "videotrans\task\_mult_video.py", line 27, in run

File "pathlib.py", line 1178, in mkdir

File "pathlib.py", line 1173, in mkdir

FileNotFoundError: [WinError 206] Nome del file o estensione troppo lunga: 'C:\\Users\\stefa\\Desktop\\Mastering Android App Development with Kotlin -Build 38 Apps\\[TutsNode.net] - Mastering Android App Development with Kotlin -Build 38 Apps\\5. Kotlin Object Oriented Programming OOP_video_out\\2. Passing Parameters to Functions'

=====

Windows-10-10.0.26100-SP0

version:v3.80

frozen:True

language:en

1 Replies

Admin

The path length exceeds the 260-character limit, so Windows returns an error.

Please place the original video and output directory in a shorter path, such as C:\\Users\\stefa\\Desktop\\001

Alternatively, you can search for "Enable long path support in Windows" and follow the instructions to modify the registry.

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions