alexdalitz / dnsruby

Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project
Other
194 stars 77 forks source link

Error in v1.61.6 `undefined method []=' for #<Dnsruby::cache` #176

Closed andyw8 closed 3 years ago

andyw8 commented 3 years ago

I'm seeing this error in v1.61.6, but not in v1.61.5.

alexdalitz commented 3 years ago

Do you have a stack trace please?

Sent from my iPhone

On 22 Jun 2021, at 17:15, Andy Waite @.***> wrote:

 I'm seeing this error in v1.61.6, but not in v1.61.5.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

andyw8 commented 3 years ago

Nothing useful... I think this may be the same issue as https://github.com/alexdalitz/dnsruby/issues/175, and it's calling Dnsruby::Cache instead of the app's own Cache class.

alexdalitz commented 3 years ago

Yes, that’s probably the case.

Sorry - we will get this fixed very soon and a new gem released.

On 22 Jun 2021, at 17:39, Andy Waite @.***> wrote:

Nothing useful... I think this may be the same issue as #175 https://github.com/alexdalitz/dnsruby/issues/175, and it's calling Dnsruby::Cache instead of the app's own Cache class.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/alexdalitz/dnsruby/issues/176#issuecomment-866149579, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2WFWVFDY6WFBU5AHZQUNLTUC4EJANCNFSM47EAUDNA.

alexdalitz commented 3 years ago

OK, I've merged a PR with master which should fix this issue. I'll release a dnsruby1.61.7 gem now. Profuse apologies for the inconvenience... Please let me know if you still have problems with the new version