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
Getting a failure to generate screenshots for a full disc upload. Upload consists of 7 discs, in individual folders STAR_TREK_S2D1 through STAR_TREK_S2D7, each with their own BDMV and CERTIFICATE folders as expected. It seems to go through disc scanning with no problem, and will actually continue to hash the torrent and allow upload.
Generating manual screenshots and placing them in the tmp folder bypasses this step and proceeds with the rest of the upload as expected. Single disc uploads work flawlessly.
Snippet output of where the failure occurs during the process.
Saving Screens...
Saving Screens... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/10 -:--:--
Process Process-1:
Traceback (most recent call last):
File "C:\Users\j\AppData\Local\Programs\Python\Python39\lib\multiprocessing\process.py", line 315, in _bootstrap
self.run()
File "C:\Users\j\AppData\Local\Programs\Python\Python39\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\j\NAN0-Uploader-1.0.17\src\prep.py", line 712, in disc_screenshots
if os.path.getsize(Path(image)) <= 31000000 and self.img_host == "imgbb":
File "C:\Users\j\AppData\Local\Programs\Python\Python39\lib\genericpath.py", line 50, in getsize
return os.stat(filename).st_size
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\Users\\j\\NAN0-Uploader-1.0.17\\tmp\\Star.Trek.S02.1080p.Blu-ray.VC-1.DTS-HD.MA.7.1-NAN0\\Star Trek-0.png'
Setting demographic tag
Uploading Screens... ---------------------------------------- 0/0 -:--:--
The text was updated successfully, but these errors were encountered:
Getting a failure to generate screenshots for a full disc upload. Upload consists of 7 discs, in individual folders STAR_TREK_S2D1 through STAR_TREK_S2D7, each with their own BDMV and CERTIFICATE folders as expected. It seems to go through disc scanning with no problem, and will actually continue to hash the torrent and allow upload.
Generating manual screenshots and placing them in the tmp folder bypasses this step and proceeds with the rest of the upload as expected. Single disc uploads work flawlessly.
Snippet output of where the failure occurs during the process.
The text was updated successfully, but these errors were encountered: