BillOatman 575 Posted May 17, 2021 Posted May 17, 2021 1 hour ago, Legend1981 said: last version emby beta 4.6.0.47-beta or all beta 4.6 the plugin Emby Discord Notifications 1.0.7.9 dont work more people have this problem?????? 1.0.7.9 does not work with any version of Emby Server I'm told. If you read posts before yours, you will see some debugging effort had gone on earlier today. I submitted a pull request to the plugin's author with a fix. In the meantime, you can try the DLL attached to the post 4 above yours and see if that works for you.
BillOatman 575 Posted May 17, 2021 Posted May 17, 2021 1 hour ago, Luke said: Hi, the developer is investing his own time and energy into the plugin. Please help make it easier for him to help you by seeing how to report a problem. Thanks. Hi Luke: I posted this earlier, not sure if you saw it: @Luke It's doing this to get the server name, which he has set but apparently is coming through as null to the plugin. private readonly IServerConfigurationManager _serverConfiguration; public Notifier(ILogManager logManager, IJsonSerializer jsonSerializer, IServerConfigurationManager serverConfiguration, ... _serverConfiguration = serverConfiguration; ServerConfiguration serverConfig = _serverConfiguration.Configuration; string serverName = options.ServerNameOverride ? serverConfig.ServerName : "Emby Server"; // Note: options.ServerNameOverride is true mediaAddedEmbed.embeds.First().title = $"{titleText} has been added to {serverName.Trim()}"; // serverName.Trim() throws null reference exception Is that not the correct way now?
ryzilla 11 Posted May 17, 2021 Posted May 17, 2021 Hi Guys I've updated the dll to the latest and unticked the send server name and i can too confirm its all working. Thanks for all your work BillOatman! Let us know if we can support your efforts in anyway.
kelly.clubb 8 Posted May 17, 2021 Posted May 17, 2021 Did I miss the dll to update somewhere in this thread? If so can I ask what page it's on?
GrimReaper 4140 Posted May 17, 2021 Posted May 17, 2021 13 minutes ago, kelly.clubb said: Did I miss the dll to update somewhere in this thread? If so can I ask what page it's on? Emby.Notifications.Discord107.dll.zip
BillOatman 575 Posted May 17, 2021 Posted May 17, 2021 31 minutes ago, kelly.clubb said: Did I miss the dll to update somewhere in this thread? If so can I ask what page it's on? I also submitted a pull request to the plugin developer so hopefully a official release should be available soon. 1
BillOatman 575 Posted May 17, 2021 Posted May 17, 2021 1 hour ago, ryzilla said: Hi Guys I've updated the dll to the latest and unticked the send server name and i can too confirm its all working. Thanks for all your work BillOatman! Let us know if we can support your efforts in anyway. You dont need to uncheck the server name box now. So if/when the server name is working again you will see it in discord. 1
ryzilla 11 Posted May 18, 2021 Posted May 18, 2021 20 minutes ago, BillOatman said: You dont need to uncheck the server name box now. So if/when the server name is working again you will see it in discord. Sweet will add the tickbox back and see how it goes
kelly.clubb 8 Posted May 18, 2021 Posted May 18, 2021 (edited) Sorry for sounding uninformed, I tossed the dll in the Emby Server folder and in the plugins folder and neither seems to have fixed anything. Did I need to rename the file or replace it? Also on a windows box. Edit: I found a separate plugins folder, I will test. Edited May 18, 2021 by kelly.clubb
ryzilla 11 Posted May 18, 2021 Posted May 18, 2021 9 hours ago, kelly.clubb said: Sorry for sounding uninformed, I tossed the dll in the Emby Server folder and in the plugins folder and neither seems to have fixed anything. Did I need to rename the file or replace it? Also on a windows box. Edit: I found a separate plugins folder, I will test. You sort it out? let me know if you need a hand
rechigo 294 Posted May 18, 2021 Author Posted May 18, 2021 21 hours ago, BillOatman said: Hi: I think I just put in a pull request to get it back functioning again. I'll check it out when I get home today. Thank you for helping maintaining the plugin, myself & the community appreciate it a lot. 2
kelly.clubb 8 Posted May 18, 2021 Posted May 18, 2021 8 hours ago, ryzilla said: You sort it out? let me know if you need a hand I found where the original dll was and replaced it. I am unsure if there was anything else that was supposed to be changed. Sadly I'm still only getting posts on update notifications. Tried restarting emby and no change.
ryzilla 11 Posted May 18, 2021 Posted May 18, 2021 (edited) 2 hours ago, kelly.clubb said: I found where the original dll was and replaced it. I am unsure if there was anything else that was supposed to be changed. Sadly I'm still only getting posts on update notifications. Tried restarting emby and no change. What OS win or unix? I'm using windows i put it in both places not sure if thats correct but it worked for me. C:\Users\emby\AppData\Roaming\Emby-Server\system\plugins C:\Users\emby\AppData\Roaming\Emby-Server\programdata\plugins Does the test notifications work at all if not it could be the webhooks are not valid. Edited May 18, 2021 by ryzilla
GrimReaper 4140 Posted May 19, 2021 Posted May 19, 2021 6 hours ago, kelly.clubb said: I found where the original dll was and replaced it. I am unsure if there was anything else that was supposed to be changed. Sadly I'm still only getting posts on update notifications. Tried restarting emby and no change. You only need to put it in programdata\plugins folder. Also, check that "New content added" in Dashboard>Advanced>Notifications is actually enabled and configured for particular user.
kelly.clubb 8 Posted May 19, 2021 Posted May 19, 2021 (edited) 6 hours ago, GrimReaper76 said: You only need to put it in programdata\plugins folder. Also, check that "New content added" in Dashboard>Advanced>Notifications is actually enabled and configured for particular user. So, thanks for the New Content Added part as that was disabled. I did enable it and set to send to all users. I have 2 of the users set to separate discord channels and neither is working. I have 1 with replace server name and the other without (for testing both). Test notifications work just fine, so it's not a webhook issue. I will try this again see if anything changes. I will also let you know I'm on the beta branch on a windows box. I had also placed the file in the wrong folder earlier. I restarted emby after all the changes still no luck yet. Edited May 19, 2021 by kelly.clubb
grafxxx 4 Posted May 19, 2021 Posted May 19, 2021 (edited) Hey, i uninstalled the old version and replaced it with the mentioned one above. Test message and adding episodes works but I get no extra content (no pictures / imdb) with the new added media? What am I doing wrong? My plugin.dll is stored on my Pi under /var/lib/emby/plugins. Is this the correct path as it is recognized? Edited May 19, 2021 by grafxxx
kelly.clubb 8 Posted May 19, 2021 Posted May 19, 2021 Is there an entire plugin, or did just the dll get replaced?
grafxxx 4 Posted May 19, 2021 Posted May 19, 2021 The entire Plugin is the DLL file. so everything was replaced. Do I have to delete the old config for the plugin too and set it up again? @GrimReaper76
GrimReaper 4140 Posted May 19, 2021 Posted May 19, 2021 47 minutes ago, grafxxx said: Hey, i uninstalled the old version and replaced it with the mentioned one above. Test message and adding episodes works but I get no extra content (no pictures / imdb) with the new added media? What am I doing wrong? My plugin.dll is stored on my Pi under /var/lib/emby/plugins. Is this the correct path as it is recognized? Don't know about Pi paths, but it looks OK as you are receiving notifications, so I'd say your setup is in order. Those notifications truly do look like generic ones (like you'd get via other notification methods: Pushbullet, Pushover, Email...), they just ain't getting enriched. Maybe post a server log for @BillOatman to possibly take a look and see what data gets passed (or not). 39 minutes ago, grafxxx said: The entire Plugin is the DLL file. so everything was replaced. Do I have to delete the old config for the plugin too and set it up again? @GrimReaper76 No need to delete configurations xml, although you might check if the <Enable> section reflects your setup: <EnableMovies>true</EnableMovies> <EnableEpisodes>true</EnableEpisodes> <EnableSeries>true</EnableSeries> <EnableSeasons>true</EnableSeasons> <EnableAlbums>false</EnableAlbums> <EnableSongs>false</EnableSongs>
GrimReaper 4140 Posted May 19, 2021 Posted May 19, 2021 1 hour ago, kelly.clubb said: So, thanks for the New Content Added part as that was disabled. I did enable it and set to send to all users. I have 2 of the users set to separate discord channels and neither is working. I have 1 with replace server name and the other without (for testing both). Test notifications work just fine, so it's not a webhook issue. I will try this again see if anything changes. I will also let you know I'm on the beta branch on a windows box. I had also placed the file in the wrong folder earlier. I restarted emby after all the changes still no luck yet. Seems like the same problem I was having, Test messages went through, New content added didn't. Same as above, post Server log. Don't know how does the plugin behave with beta server branch.
grafxxx 4 Posted May 19, 2021 Posted May 19, 2021 OK, thank you I will post the serverlog and hope @BillOatman can have a look at it. The xml is fine, I just checked and the settings are correct. embyserver.txt
kelly.clubb 8 Posted May 19, 2021 Posted May 19, 2021 8 minutes ago, GrimReaper76 said: Seems like the same problem I was having, Test messages went through, New content added didn't. Same as above, post Server log. Don't know how does the plugin behave with beta server branch. embyserver.txt
BillOatman 575 Posted May 19, 2021 Posted May 19, 2021 I thought I had updated to the latest Emby library but apparently not. Try this. Emby.Notifications.Discord1111.dll.zip
grafxxx 4 Posted May 19, 2021 Posted May 19, 2021 Test Message works but still the added TV Episodes are not enriched..I attached the screenshot of discord and the new server log. Could it be an collusion with the telegram notification I use? embyserver.txt
BillOatman 575 Posted May 19, 2021 Posted May 19, 2021 @grafxxxYou are running the beta and not getting enriched information and @GrimReaper76 You are not running the beta are are getting the enriched data Is that correct? If so, can you guys compare notes and make sure your configurations are the same? If it ends up being a beta issue I'll likely wait until its released then take a look at it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now