screencloud
screencloud copied to clipboard
NextCloud integration
Allow images to be saved to a nextcloud location and generate shared links.
Would be great!
Not sure how different NextCloud and OwnCloud have become, but could this work? https://github.com/Section214/screencloud-owncloud
Its Plugin not work now https://github.com/Section214/screencloud-owncloud/issues/2
Test On Linux which AppImage
Traceback (most recent call last): File "", line 90, in startAuthenticationProcess AttributeError: 'module' object has no attribute 'Client'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "", line 102, in startAuthenticationProcess AttributeError: 'AttributeError' object has no attribute 'message'
Hi, i forked and customized the owncloud repo for NextCloud: https://github.com/tmiland/screencloud-nextcloud
They both work with ScreenCloud 1.3.0. Follow the link for Installation instructions. 🤓
@tmiland Thanks for this! 🙌
@tmiland Interesting
@tmiland How to install this module?
@tmiland Thanks for this! raised_hands
My pleasure! 😃
Any plans to bump the ScreenCloud version in the repos? 😇
@tmiland How to install this module?
Follow the link. 😎
Hey @tmiland
I tried your Version but with the latest ScreenCloud Version (1.4.0) it's not working. ScreenCloud says it's not configured and I think it's because of the connection status, but if I try to press it, nothing happens. After 5 Minutes status is still unchanged and says "Unknown". I would be very happy, if you can update it.
Kind regards, XeroxDev
Hey @tmiland
I tried your Version but with the latest ScreenCloud Version (1.4.0) it's not working. ScreenCloud says it's not configured and I think it's because of the connection status, but if I try to press it, nothing happens. After 5 Minutes status is still unchanged and says "Unknown". I would be very happy, if you can update it.
Kind regards, XeroxDev
Hi,
just follow the instructions to get it working. 🙂
Regards
Hey @tmiland
I followed the instructions, but it still won't work. And much to setup isn't there. And filling out Url, username and password isn't that hard ;)
Here a screenshot, maybe you see the problem.
Hey @tmiland
I followed the instructions, but it still won't work. And much to setup isn't there. And filling out Url, username and password isn't that hard ;)
Here a screenshot, maybe you see the problem.
You installed 1.3.0 from the repo? If not, you are probably missing dependencies.
I just tried 1.4.0, both appimage and snap did not work. 🙂
What version of nextcloud are you on?
@tmiland
My ScreenCloud Version is 1.4.0 (latest) and my NextCloud Version is 15.0.5 (latest) And I should say I using Windows (10).
@tmiland
My ScreenCloud Version is 1.4.0 (latest) and my NextCloud Version is 15.0.5 (latest)
That ain't gonna work. What you could try, is to install 1.3.0 from the repo, then upgrade to latest.
It will install missing dependencies.
Edit: I haven't tested this on windows.
@tmiland My ScreenCloud Version is 1.4.0 (latest) and my NextCloud Version is 15.0.5 (latest)
That ain't gonna work. What you could try, is to install 1.3.0 from the repo, then upgrade to latest.
It will install missing dependencies.
Edit: I haven't tested this on windows.
Maybe it's a stupid windows bug? Maybe you can bring it to work for windows. Cause of my work I'm bound to windows ._.
And maybe you can keep me up to date, if you really try to fix this for windows @tmiland :D
@tmiland My ScreenCloud Version is 1.4.0 (latest) and my NextCloud Version is 15.0.5 (latest)
That ain't gonna work. What you could try, is to install 1.3.0 from the repo, then upgrade to latest. It will install missing dependencies. Edit: I haven't tested this on windows.
Maybe it's a stupid windows bug? Maybe you can bring it to work for windows. Cause of my work I'm bound to windows ._.
And maybe you can keep me up to date, if you really try to fix this for windows @tmiland :D
Maybe. 😂
Well, i deleted all my windows installations for privacy reasons, but i'll try to get it going on a virtual install and see what happens. 🤓
Well, i deleted all my windows installations for privacy reasons
Understandable 😂
but i'll try to get it going on a virtual install and see what happens. 🤓
Ok, thanks :D Maybe it's only something small :D
Oh and @tmiland Maybe it's help you, if I send you the traceback :D
Traceback (most recent call last):
File "<string>", line 90, in startAuthenticationProcess
AttributeError: module 'nextcloud' has no attribute 'Client'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 102, in startAuthenticationProcess
AttributeError: 'AttributeError' object has no attribute 'message'
Edit: Tip!
Change line 102
errorMessage = self.formatConnectionError(e.message)
to
errorMessage = self.formatConnectionError(str(e))
end the 2. error is resolved. (e.message was deprecated and got removed)
Now only the first error, the important error must be fixed :D
Did some testing now, not working on 1.3.0 or 1.4.0 on windows.
Feel free to open a pull request in the repo if you are able get it working. 👍
@tmiland Oh.. I see... Can it be, that you did nothing but changed all "owncloud" strings into "nextcloud"? ;) Edit: And edited the readme file very often. Edit2: Maybe thats the reason, why the same error occurred as in the original repo, which is 3 y/o
@olav-st I'll hope you are deciding to implement it officially to screencloud or fork the old plugin, repair it and make it a officially plugin? :D
I'm not so into python, I'm more so javascript / typescript :D
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed after 30 days.