Plugin Download failed?

ThePickleRich

New member
Pronouns
He/Him
Im trying to downlaod a certain mod and every time i do, it fails and gives me like, IOException error?

i have no idea what this means so if someone could help, that'd be great

```
Error type: System.IO.IOException
Message: There is not enough space on the disk. : 'C:\Users\Apex Gaming PCs\Documents\Mods\hs-✧BMM✧ DRAGONBREATH 2.0-1.0.0-d5e61ceb6e18499c88279137f212af3f-ba123aa44cd14279adc830a09c43500c\files\common\6\tfgen3raenf_norm.tex'
HResult: 0x80070070
at System.IO.RandomAccess.<>c.<WriteAtOffsetAsync>b__21_0(ValueTuple`4 state)
at System.Threading.AsyncOverSyncWithIoCancellation.InvokeAsync[TState](Action`1 action, TState state, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.IO.Stream.<CopyToAsync>g__Core|27_0(Stream source, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
at Heliosphere.DownloadTask.<>c__DisplayClass139_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1033
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass139_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1035
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass139_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1035
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass139_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1035
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
at Heliosphere.DownloadTask.DownloadFile(Uri baseUri, String filesPath, String[] outputPaths, String hash) in /_/DownloadTask.cs:line 1021
at Heliosphere.DownloadTask.<>c__DisplayClass130_0.<<DownloadNormalFiles>b__0>d.MoveNext() in /_/DownloadTask.cs:line 513
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__53`1.<<ForEachAsync>b__53_0>d.MoveNext()
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.DownloadFiles(IDownloadTask_GetVersion info) in /_/DownloadTask.cs:line 494
at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 168
```
 
Solution
from the log you posted, at the very top:
Code:
Message: There is not enough space on the disk.

you don't have enough disk space.
from the log you posted, at the very top:
Code:
Message: There is not enough space on the disk.

you don't have enough disk space.
 
Solution
Back
Top