screencloud icon indicating copy to clipboard operation
screencloud copied to clipboard

NextCloud integration

Open cb3inco opened this issue 6 years ago • 21 comments

Allow images to be saved to a nextcloud location and generate shared links.

cb3inco avatar May 26 '18 15:05 cb3inco

Would be great!

enerow avatar Jun 26 '18 12:06 enerow

Not sure how different NextCloud and OwnCloud have become, but could this work? https://github.com/Section214/screencloud-owncloud

olav-st avatar Aug 01 '18 15:08 olav-st

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'

chodorenko avatar Sep 11 '18 20:09 chodorenko

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 avatar Jan 26 '19 17:01 tmiland

@tmiland Thanks for this! 🙌

olav-st avatar Jan 26 '19 18:01 olav-st

@tmiland Interesting

cantalupo555 avatar Jan 26 '19 19:01 cantalupo555

@tmiland How to install this module?

cantalupo555 avatar Jan 26 '19 19:01 cantalupo555

@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. 😎

tmiland avatar Jan 26 '19 20:01 tmiland

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

XeroxDev avatar Mar 08 '19 13:03 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

tmiland avatar Mar 08 '19 15:03 tmiland

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. d943363ce470a842af32a720e9a4586e

XeroxDev avatar Mar 08 '19 15:03 XeroxDev

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. d943363ce470a842af32a720e9a4586e

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 avatar Mar 08 '19 15:03 tmiland

@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).

XeroxDev avatar Mar 08 '19 15:03 XeroxDev

@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 avatar Mar 08 '19 15:03 tmiland

@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

XeroxDev avatar Mar 08 '19 15:03 XeroxDev

@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. 🤓

tmiland avatar Mar 08 '19 16:03 tmiland

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

XeroxDev avatar Mar 08 '19 16:03 XeroxDev

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

XeroxDev avatar Mar 08 '19 17:03 XeroxDev

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 avatar Mar 08 '19 17:03 tmiland

@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

XeroxDev avatar Mar 08 '19 17:03 XeroxDev

@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

XeroxDev avatar Mar 08 '19 18:03 XeroxDev

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.

github-actions[bot] avatar Apr 25 '24 02:04 github-actions[bot]