Replies: 3 comments
-
Could this be related to the new concurrent download handling? I found some issues in 7z handling, which I am fixing, but this doesn't solve the issue that the download fails and then I am getting "directpry not empty" issue. This seems to be related that it tries to download several files at the same time? |
Beta Was this translation helpful? Give feedback.
-
I know I can disable concurrent handling, but I've done so many changes now in "script-new". Can you point me to the row where I can manually disable concurrent downloads? I failed to find it in the code. |
Beta Was this translation helpful? Give feedback.
-
I have marked three of my pull requests ready to merge. These are tested. The key ones are not yet working, so don't merge them yet. I struggle to get the download to work. Somehow the download stops and I am seeing the error message above about the folder not being empty. When watching the temp folder, it does seem though that the download had been completed. I am still trying to figure things out, but also appreciate any pointers. I noticed yet another mistake when using 7z, which I have fixed. Not tested yet. |
Beta Was this translation helpful? Give feedback.
-
I am trying to add support for PS2 and Wii. Have put it into a pull-request. Currently testing it, but it is not yet functional.
It creates the folders, it also downlaods 7Z. So, this seems to have worked. However, after downloading files, I am seeing the following error message. Any idea where this is coming from?
2022-08-05 07:38:35 :: PlayStation2 :: Getting ROMs
2022-08-05 07:38:35 :: PlayStation2 :: Downloading ROMs :: Please wait...
2022-08-05 07:38:35 :: PlayStation2 :: 1 of 536 :: Sakura Wars - So Long, My Love.7z :: Downloading...
2022-08-05 11:32:17 :: PlayStation2 :: 1 of 536 :: Sakura Wars - So Long, My Love.7z :: Download Failed!
rm: cannot remove '/input/ps2/temp': Directory not empty
rm: cannot remove '/input/ps2/temp/': Directory not empty
Beta Was this translation helpful? Give feedback.
All reactions