OCAP2 / OCAP

OCAP is an Arma 3 mission recording suite. It consists of a serverside addon and a packaged web server executable that allows for after-action review and better insight into what really happened.
Other
58 stars 14 forks source link

issue viewing operations selection for playback via index.html on latest web version (Windows) #21

Closed indig0fox closed 3 years ago

indig0fox commented 3 years ago

Page stops loading before op selection modal is presented.

Verified DB matches format expected by processor. Version table successfully created and existing types had new case applied to them.

<div id="modal" class="modal">
    <div class="modalContent">
        <div id="modalHeader" class="modalHeader medium">Header</div>
        <div id="modalFilter" class="modalFilter">
            <select id="filterTypeGameInput">
                Internal Server Error

https://github.com/OCAPv2/web/blob/c87ae47dfc9c8b28be1c35de4e6f4d73f77be340/template/index.html#L97-L105

https://github.com/OCAPv2/web/blob/c87ae47dfc9c8b28be1c35de4e6f4d73f77be340/src/ocap/ocap.go#L57-L84

Fank commented 3 years ago

Can you send me your data.db?

indig0fox commented 3 years ago

environment issue, resolved