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

[It broke]: V2 Update Download Location faces error #248

Closed
db-2001 opened this issue Sep 15, 2024 · 3 comments
Closed

[It broke]: V2 Update Download Location faces error #248

db-2001 opened this issue Sep 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@db-2001
Copy link
Collaborator

db-2001 commented Sep 15, 2024

What is broken?

Testing the settings, the download location did not exist before hand yet Tranga was unable to move files

Log-output

[9/14/2024 8:51:00 PM.562]        Server | System.Net.HttpListenerException (1229): An operation was attempted on a nonexistent network connection.
   at System.Net.HttpResponseStream.DisposeCore()
   at System.Net.HttpResponseStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at Tranga.Server.Server.SendResponse(HttpStatusCode statusCode, HttpListenerResponse response, Object content) in D:\GitHub\tranga-website\tranga\Tranga\Server\Server.cs:line 223
[9/14/2024 8:51:00 PM.583]        Server | System.Net.HttpListenerException (1229): An operation was attempted on a nonexistent network connection.
   at System.Net.HttpResponseStream.DisposeCore()
   at System.Net.HttpResponseStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at Tranga.Server.Server.SendResponse(HttpStatusCode statusCode, HttpListenerResponse response, Object content) in D:\GitHub\tranga-website\tranga\Tranga\Server\Server.cs:line 223
[9/14/2024 8:51:00 PM.583]        Server | System.Net.HttpListenerException (1229): An operation was attempted on a nonexistent network connection.
   at System.Net.HttpResponseStream.DisposeCore()
   at System.Net.HttpResponseStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at Tranga.Server.Server.SendResponse(HttpStatusCode statusCode, HttpListenerResponse response, Object content) in D:\GitHub\tranga-website\tranga\Tranga\Server\Server.cs:line 223

Additional stuff

image

@db-2001 db-2001 added the bug Something isn't working label Sep 15, 2024
@C9Glax
Copy link
Owner

C9Glax commented Sep 16, 2024

Log is a different issue that I patched here 9b8b80c

@C9Glax
Copy link
Owner

C9Glax commented Sep 16, 2024

Gotta still merge into Server-V2, gonna do that with the fix for the second issue

C9Glax added a commit that referenced this issue Sep 16, 2024
Move contents of old DownloadLocation and WorkingDirectory to new paths. Overwrite existing files, and add from oldPath.
@C9Glax
Copy link
Owner

C9Glax commented Sep 16, 2024

I retract my previous statements.
Fixed the logoutput...

Also tried fixing the second issue with moving directories, didn't have the chance to test it though...

@C9Glax C9Glax self-assigned this Sep 16, 2024
@C9Glax C9Glax closed this as completed Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants