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

Error when compiling references for latest 0.3.9 build #33

Open
Lilith-exe opened this issue Feb 27, 2024 · 4 comments
Open

Error when compiling references for latest 0.3.9 build #33

Lilith-exe opened this issue Feb 27, 2024 · 4 comments

Comments

@Lilith-exe
Copy link

I went to upgrade the version from 0.3.8 (installed yesterday) to the new 0.3.9 build. I replaced the DLL files in the DLL folder, then imported the new actions, fixed the references and upon clicking compile I get these two errors.

(344,11): error CS1061: 'BotClient' does not contain a definition for 'PinMessage' and no accessible extension method 'PinMessage' accepting a first argument of type 'BotClient' could be found (are you missing a using directive or an assembly reference?)
(356,11): error CS1061: 'BotClient' does not contain a definition for 'UnpinMessage' and no accessible extension method 'UnpinMessage' accepting a first argument of type 'BotClient' could be found (are you missing a using directive or an assembly reference?)

@Sehelitar
Copy link
Owner

It seems to be loading the old DLL files. Do you still have these old DLL somewhere that could interfere with the new ones?

@Lilith-exe
Copy link
Author

Lilith-exe commented Feb 27, 2024

The only place I have them is my recycle bin, and I made sure to delete the old references before adding the new ones

EDIT: I deleted the old DLLs from my recycle bin, deleted the references, re added the new ones and its still the same error

@Sehelitar
Copy link
Owner

I downloaded the archive and made a brand new Streamer.bot installation, and everything work fine, so I don't know why you have this error. I don't have any other report for this problem yet.
You can try to download the latest extension version (0.3.9) again and re-apply the update. You can also try to search in your Streamer.bot folder any hidden Kick.bot.dll file in a forgotten subfolder somewhere.

@Lilith-exe
Copy link
Author

Until I work out whats happening ive just commented out the pinned messages section of the 'kick bot' action and it seems to work for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants