waseem18 / mattermost-plugin-google-calendar

This project has been discontinued and the working version can be found at - https://github.com/mattermost/mattermost-plugin-google-calendar/tree/v0.2.0
https://github.com/mattermost/mattermost-plugin-google-calendar/tree/v0.2.0
Apache License 2.0
14 stars 12 forks source link

"404 page not found" when connecting calendar #3

Open stefanzugal opened 5 years ago

stefanzugal commented 5 years ago

Hi,

thank you very much for the contribution! After locally fixing the bug from #1, I built and installed the plugin according to the installation instructions. After entering the OAuth Client ID, OAuth Client Secret and User, I tried to connect the calender using: /google-calendar connect

Mattermost then generates a link - when I click on the link I get a "404 page not found" page.

Any ideas on what could be wrong here?

Best wishes, Stefan

netgineer commented 5 years ago

I'm stuck in the same situation. All I can add is this line from the log file {"level":"error","ts":1563970436.773755,"caller":"mlog/log.go:172","msg":"Access to route for non-existent plugin","missing_plugin_id":"google-calendar","error":"plugin not found: google-calendar"}

Tested on mattermost v5.9 and 5.13.1.

@waseem18 Is this plugin still in development or is it abandoned?

waseem18 commented 5 years ago

I'll try to take a look at this sometime over this weekend.

This repo wasn't battle tested so I agree with the fact that there will be some issues here and there.

Thanks

stefanzugal commented 5 years ago

Is there anything new on this issue? If wanted, I can try to investigate this issue (however, I am not a Mattermost expert, so I am not sure whether I can help here)

aka9 commented 4 years ago

There is invalid link /plugins/google-calendar/ in source. Collect link is /plugins/mattermost-google-calendar/

https://github.com/waseem18/mattermost-plugin-google-calendar/blob/2123ea7299279656c5cb88dde407495e6343249c/server/plugin.go#L119

https://github.com/waseem18/mattermost-plugin-google-calendar/blob/2123ea7299279656c5cb88dde407495e6343249c/plugin.json#L2

may be it is invalid too. https://github.com/waseem18/mattermost-plugin-google-calendar/blob/2123ea7299279656c5cb88dde407495e6343249c/server/plugin.go#L236

ybudimirov commented 4 years ago

@stefanzugal @e155753 Were you able to finish setup?

stefanzugal commented 4 years ago

no, I am sorry - could not find the time to have a look at it.