pondersource / sciencemesh-php

Connect your Nextcloud server to Sciencemesh
MIT License
0 stars 1 forks source link

share stays pending when you accept it #168

Open michielbdejong opened 1 year ago

michielbdejong commented 1 year ago

>> ocm-share-update-received -state accepted 1a919af4-a43c-40ed-9b5a-5a69f1b8c740
OK
>> ocm-share-list-received
+--------------------------------------+---------------+--------------------------------------+--------------------------------------------------------------------------+-------------------+---------------+--------------------------------------+-------------------------------+-------------------------------+---------------------+-----------------+
| #                                    | OWNER.IDP     | OWNER.OPAQUEID                       | RESOURCEID                                                               | TYPE              | GRANTEE.IDP   | GRANTEE.OPAQUEID                     | CREATED                       | UPDATED                       | STATE               | SHARETYPE       |
+--------------------------------------+---------------+--------------------------------------+--------------------------------------------------------------------------+-------------------+---------------+--------------------------------------+-------------------------------+-------------------------------+---------------------+-----------------+
| 1a919af4-a43c-40ed-9b5a-5a69f1b8c740 | revad1.docker | 4c510ada-c86b-4815-8820-42cdf82c3d51 | opaque_id:"123e4567-e89b-12d3-a456-426655440000:fileid-einstein%2Fasdf"  | GRANTEE_TYPE_USER | revad2.docker | f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c | 2023-02-23 14:59:26 +0000 UTC | 2023-02-23 14:59:26 +0000 UTC | SHARE_STATE_PENDING | SHARE_TYPE_USER |
+--------------------------------------+---------------+--------------------------------------+--------------------------------------------------------------------------+-------------------+---------------+--------------------------------------+-------------------------------+-------------------------------+---------------------+-----------------+
michielbdejong commented 1 year ago

Expected: SHARE_STATE_ACCEPTED Actual: SHARE_STATE_PENDING

@redblom this is the issue you see as well, right?

redblom commented 1 year ago

I'm getting an error (nil pointer) (this is on master).

redblom commented 1 year ago

Should be fixed with https://github.com/cs3org/reva/pull/3749