jwcha1030 / CS416_GroupProject

2 stars 1 forks source link

AddCollectionItem Rescode=0 error #20

Closed jwcha1030 closed 3 years ago

jwcha1030 commented 3 years ago

I am getting a rescode error. The input is as follows:

Screen Shot 2021-01-08 at 12 16 43 AM

if there are no galImages 2~6 uploaded by the admins, the input is passed as a "" (blank string).

Habced commented 3 years ago

Do you still get this error?

jwcha1030 commented 3 years ago
Screen Shot 2021-01-12 at 1 32 31 PM

yes I am still getting the error; the input is shown above.

The source code for addCollectionItem api call is shown below:

Screen Shot 2021-01-12 at 1 36 47 PM
jwcha1030 commented 3 years ago

Fixed and working fine it seems