japrogramer
japrogramer
same, after I switch back the screen is unlocked. ▶ swaylock 2020-09-30 00:48:50 - [swaylock-1.5/pam.c:101] pam_authenticate failed: invalid credentials 2020-09-30 00:48:57 - [swaylock-1.5/pam.c:101] pam_authenticate failed: invalid credentials wl_display@1: error 0:...
Same issue here https://github.com/plangrid/react-file-viewer/issues/83#issuecomment-447170141 [HTTP/1.1 200 OK 0ms] Deprecated API usage: getDocument is called with pdfDataRangeTransport, passwordCallback or progressCallback argument
I have the exact same error. ``` Warning: Each child in an array or iterator should have a unique "key" prop. Check the top-level render call using . See https://fb.me/react-warning-keys...
also receiving `Deprecated API usage: getDocument is called with pdfDataRangeTransport, passwordCallback or progressCallback argument`
you might want to try ``` attachment = Upload(required=False) ```
probably related to my issue #32
Yes, the required is false is what I thought my help. But than in my case what you were experiencing also turned out what was happening to my post.
It seems that the error happens in django_graphene .. but its odd. I think it only happens for the in memory file upload. what is odd, is that it only...
this was the problem ``` graphql/execution/values.py(70)get_variable_values() -> if errors: (Pdb) errors ['In field "position": Expected "String!", found null.'] ``` **this means that this package is hiding errors.** somehow
it means that you are not passing an expected input. like in my previous comment shows the actual error is ##### hidden by graphene-file-upload ##### in my instance i was...