generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
フロントエンドをバックエンドから分離 #93
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
Draft
WhatACotton
wants to merge
3
commits into
ut-issl:develop
Choose a base branch
from
yui-project:feat/separate-frontend
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
Member
|
localhostのURLが
このブランチのwings + 今までのwings-tmtc-ifでは通信疎通ができないことが確認されました。以下,エラーメッセージ "WINGS": {
"Environment": "Docker",
"ConnectionString": "http://localhost:5000",
"GrpcConnectionString": "http://localhost:3000"
},に変更した時の結果である. C:\Users\Username\Documents\wings-tmtc-if>dotnet run
Select component and press enter
[ 0 ] : MOBC_UART
[ 1 ] : MOBC_RF
[ 2 ] : ISSL_COMMON
[ 3 ] : SECONDARY_OBC
0
Select operation and press enter
[ 0 ] : 250805-1631 test
0
Operation ID: 36f7214a-e43d-4408-b50a-49d8eb3841da
Select serial port and press enter
[ 0 ] : COM1
[ 1 ] : COM11
[ 2 ] : COM12
2
Open COM12...
Success
[TcPacket] : Request
Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. HttpRequestException: An error occurred while sending the request. Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).", DebugException="System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).
at System.Net.Http.Http2Connection.ThrowProtocolError(Http2ProtocolErrorCode errorCode)
at System.Net.Http.Http2Connection.ReadFrameAsync(Boolean initialFrame)
at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync()
at System.Net.Http.Http2Connection.SendHeadersAsync(HttpRequestMessage request, CancellationToken cancellationToken, Boolean mustFlush)
at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Grpc.Net.Client.Balancer.Internal.BalancerHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Grpc.Net.Client.Internal.GrpcCall`2.RunCall(HttpRequestMessage request, Nullable`1 timeout)")
at Grpc.Net.Client.Internal.HttpContentClientStreamReader`2.MoveNextCore(CancellationToken cancellationToken)
at Grpc.Core.AsyncStreamReaderExtensions.ReadAllAsyncCore[T](IAsyncStreamReader`1 streamReader, CancellationToken cancellationToken)+MoveNext()
at Grpc.Core.AsyncStreamReaderExtensions.ReadAllAsyncCore[T](IAsyncStreamReader`1 streamReader, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at WINGS_TMTC_IF.Services.TmtcPacketService.TcPacketReceiveLoop(TmtcPacketClient client) in C:\Users\Username\Documents\wings-tmtc-if\Services\TmtcPacketService.cs:line 47
at WINGS_TMTC_IF.Services.TmtcPacketService.TcPacketReceiveLoop(TmtcPacketClient client) in C:\Users\Username\Documents\wings-tmtc-if\Services\TmtcPacketService.cs:line 47 |
Author
|
動作検証ありがとうございます。TMTC-IFの方の動作検証はまだ行なっておりませんでした。修正が出来次第またcommitいたします。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
フロントエンドをバックエンドから分離
Issue
詳細
検証結果
docker composeでの動作を確認。バックエンド・DBの疎通の確認影響範囲
フロントエンド・バックエンド通信部分
分離したことによるfetch APIのURL実装
補足
今までのプロジェクトでのユースケースに手を入れることになるため、システム構成などを改めて確認していただきたいです。
注意
priorityラベルを付けること