Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency MQTTnet.Extensions.ManagedClient to 4.3.7.1207 #280

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MQTTnet.Extensions.ManagedClient 4.3.6.1152 -> 4.3.7.1207 age adoption passing confidence

Release Notes

dotnet/MQTTnet (MQTTnet.Extensions.ManagedClient)

v4.3.7.1207

  • Core: Fixed issue when parsing AUTH packet with 0 length body (#​2039).
  • nuget: Changed code signing and nuget certificate (BREAKING CHANGE).
  • TopicTemplates: Updated samples, parameter validation (#​2022).
  • ManagedClient: Switch SubscribeAsync/UnsubscribeAsync to IEnumerable (#​2026).
  • Server: Fix LoadingRetainedMessageAsync not executed (#​2025).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This PR updates or changes a dependency file label Sep 7, 2024
@crobibero crobibero merged commit 20945a4 into master Sep 7, 2024
4 checks passed
@crobibero crobibero deleted the renovate/mqttnet.extensions.managedclient-4.x branch September 7, 2024 17:19
@chiragkrishna
Copy link
Contributor

This breaks the plugin!!

@crobibero
Copy link
Member

Please be more specific.

@chiragkrishna
Copy link
Contributor

chiragkrishna commented Sep 8, 2024

sorry my bad, building with this causes the plugin to be not supported.
Server version
10.9.11
Web version
10.9.11
Build version
10.9.11

Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/data/plugins/Webhook_15.0.0.0/Jellyfin.Plugin.Webhook.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=123'. The system cannot find the file specified.

Could not load file or assembly 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=123'. The system cannot find the file specified.

   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.IO.FileNotFoundException: Could not load file or assembly 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=123'. The system cannot find the file specified.

File name: 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=123'
System.IO.FileNotFoundException: Could not load file or assembly 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=123'. The system cannot find the file specified.

File name: 'MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=f123```

@crobibero
Copy link
Member

I can't reproduce your error using the artifact from here: https://github.com/jellyfin/jellyfin-plugin-webhook/actions/runs/10774771126/artifacts/1909305145

Sounds like you didn't copy all of the required dependencies.

@chiragkrishna
Copy link
Contributor

ahh yes the other dll's. got it thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This PR updates or changes a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants