Skip to content

Bugfixes for local machines#22

Open
moritzoc wants to merge 9 commits intoCAM-E-L:mainfrom
moritzoc:main
Open

Bugfixes for local machines#22
moritzoc wants to merge 9 commits intoCAM-E-L:mainfrom
moritzoc:main

Conversation

@moritzoc
Copy link

@moritzoc moritzoc commented Oct 1, 2025

Fixed:

  • zip-download after preprocessing (faulty on local machine) using zipr instead of zip
  • upload of protocol on local machine using a single line to test validity of JSON file

Additionally:

  • changed naming of data variable to uploadedData
  • small typos and more comments
  • error catch for protocol upload
  • error catch for uploaded CAM-Data
  • code indentations for better readability

import for missing module DT
zip download of preprocessed data was faulty; fixed by using zipr instead of zip function.

Additionally small cosmetics to the code.
Now reads the text only once in correct encoding.
Was prohibited because of closure-error. Has to be fixed correctly by not using a list for "cleanValence" in the protocoll.
Fixed my own bug (had protocol <- reactive nested in itself) and also cleaned up the code a bit.
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

Successfully merging this pull request may close these issues.

1 participant

Comments