Sage-Bionetworks / projectLive_NF

Live view of projects of funding partners
2 stars 3 forks source link

update json to include files with missing annotations #168

Closed andrewelamb closed 2 years ago

andrewelamb commented 2 years ago

Fixes #165

allaway commented 2 years ago

Unassigning myself as reviewer - I think @jaybee84 is better to review this one than me. :)

andrewelamb commented 2 years ago

@jaybee84 This one needs your attention as well :)

jaybee84 commented 2 years ago

Weird! It looks like the only things that have been changed are in module json file which should be straight forward to implement, but when I try to test it locally or on the server I get the following error:

chmod: cannot access 'virtual_env': No such file or directory
Warning in readLines(con) :
  cannot open file 'oauth_config.yaml': No such file or directory
Error in readLines(con) : cannot open the connection
Calls: runApp ... get_oauth_config -> <Anonymous> -> yaml.load -> paste -> readLines
Execution halted

I have the correct oauth_config.yaml file on the working dir both locally and on the server.

Any ideas why I am seeing this error?