Taknok / NadekoBot

Raspberry NadekoBot : General purpose discord chat bot written in C# using Discord.net library.
MIT License
4 stars 0 forks source link

Windows Directory show in Terminal Window #10

Open codymatthew opened 6 years ago

codymatthew commented 6 years ago

Not reference windows directory when running on Pi.

References windows directory of initial folder when running in terminal.

23:55:23 C:\Users\########\Desktop\NadekoBot-raspberry\NadekoBot-raspberry\src\NadekoBot\Services\CommandHandler | Command Executed after 0/0/1.21s

Taknok commented 6 years ago

Are you running a raspbian ? Or a windows IoT ? Do you tried with this repo or did you tried to merge this one and Kwoth's repo ?

codymatthew commented 6 years ago

Running on raspbian. Followed instructions perfectly and used repo. Everything seems to be working but some things throw an error. I think when I used dotnet to build the package it saved the windows directory information to the release which was copied to rpi.

On Wed, Jun 27, 2018, 23:57 Pg notifications@github.com wrote:

Are you running a raspbian ? Or a windows IoT ? Do you tried with this repo or did you tried to merge this one and Kwoth's repo ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Taknok/NadekoBot/issues/10#issuecomment-400932369, or mute the thread https://github.com/notifications/unsubscribe-auth/Af1qe6cZ4xNwQeLLTq7IF7SQY0bE9LUpks5uBH5QgaJpZM4U6jok .

Taknok commented 6 years ago

Thank you for the information. I will look on this later today

Which command did you used ?

codymatthew commented 6 years ago

It happens often when xp is automatically granted.

On Thu, Jun 28, 2018, 00:05 Pg notifications@github.com wrote:

Thank you for the information. I will look on this later today

Which command did you used ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Taknok/NadekoBot/issues/10#issuecomment-400934140, or mute the thread https://github.com/notifications/unsubscribe-auth/Af1qe9J-BGnWsi1tKSEjUcrYR1ob1FkLks5uBIA-gaJpZM4U6jok .

Taknok commented 6 years ago

Does the bot crash or is it just a wrong log path printed ?

Taknok commented 6 years ago

If it is only wrong printed path, it is due to cross compilation. Nlog default configuration isn't done for cross compiling. For the moment I prefer to focus on shard issue preventing to use the bot in the recent version than configuring Nlog to print a right path.