Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行报错,无法得到结果 #27

Open
wuxin-com opened this issue Mar 14, 2024 · 1 comment
Open

运行报错,无法得到结果 #27

wuxin-com opened this issue Mar 14, 2024 · 1 comment

Comments

@wuxin-com
Copy link

运行完毕显示
“'ulimit' 不是内部或外部命令,也不是可运行的程序
或批处理文件。Module: dumpall.addons.dsdumper”
然后结果是报404的,upload/file upload/file里面什么也没有

@cornradio
Copy link

(13, 'Permission denied')
Traceback (most recent call last):
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\site-packages\dumpall_init_.py", line 43, in start
asyncio.run(dumper.start())
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\site-packages\dumpall\addons\gitdumper.py", line 20, in start
await self.dump()
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\site-packages\dumpall\addons\gitdumper.py", line 25, in dump
idxfile = await self.indexfile(self.base_url + "/index")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jzyan\AppData\Local\Programs\Python\Python311\Lib\site-packages\dumpall\dumper.py", line 109, in indexfile
with open(idxfile.name, "wb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'C:\Users\jzyan\AppData\Local\Temp\tmpq9se2ttr'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants