This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Queue state change: Downloading Image - AniDB Characters: 7555 | |
Queue state change: Downloading Image - AniDB Seiyuus: 7555 | |
09:57:40| --- Deleting command request: CommandRequest_DownloadImage_7555_False | |
09:57:40| --- Processing command request: CommandRequest_GetAnimeHTTP_7556 | |
Queue state change: Getting anime info from HTTP API: 7556 | |
09:57:40| --- Processing CommandRequest_GetAnimeHTTP: 7556 | |
09:57:40| --- AniDB HTTP - Getting anime XML data from AniDB: 7556 | |
09:57:40| --- Time since last request is 31 ms, throttling for 2500. | |
09:57:43| --- Sending AniDB command. | |
09:57:44| --- AniDB HTTP - Got anime XML Data From AniDB: 7556 - 3481.292 - <?xml version="1.0" encoding="UTF-8"?><anime id="7556" restricted="false"> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------- | |
User uid: 1000 | |
User gid: 100 | |
------------------------------------- | |
02:10:32| --- -------------------- SYSTEM INFO ----------------------- | |
02:10:32| --- Shoko Server Version: v3.8.3.7616 | |
02:10:32| --- Error in log (database version lookup: Object reference not set to an instance of an object | |
02:10:32| --- Operating System: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Shoko.Models.Server; | |
using Shoko.Server.Models; | |
using Shoko.Server.Renamer; | |
namespace Renamer.Cazzar | |
{ | |
[Renamer("NoSpaces", Description = "Renamer that doesn't use spaces")] | |
class NoSpaceRenamer : IRenamer | |
{ | |
private readonly LegacyRenamer script; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Telegraf Configuration | |
# | |
# Telegraf is entirely plugin driven. All metrics are gathered from the | |
# declared inputs, and sent to the declared outputs. | |
# | |
# Plugins must be declared in here to be active. | |
# To deactivate a plugin, comment out the name and any variables. | |
# | |
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config | |
# file would generate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.IO; | |
using System.Runtime.InteropServices; | |
using System.Text; | |
namespace TestApp2 | |
{ | |
class NativeHasher | |
{ | |
private const int runs = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.CSharp; | |
using System.CodeDom.Compiler; | |
using System.Reflection; | |
using System; | |
using System.Text; | |
public class A | |
{ | |
public static void Main(string[] args) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cazzar | |
SierraIII | |
Thunderbat | |
Hayzen | |
cake | |
Bocto | |
Mee6 | |
Taaffeite-Art | |
Jakeformer | |
Dead_Space47 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XBuild Engine Version 14.0 | |
Mono, Version 4.8.0.0 | |
Copyright (C) 2005-2013 Various Mono authors | |
Build started 4/20/2017 2:26:35 AM. | |
__________________________________________________ | |
Project "/home/cayde/Shoko_Testing/ShokoServer/Shoko.CLI/Shoko.CLI.csproj" (default target(s)): | |
Target PrepareForBuild: | |
Configuration: Debug Platform: AnyCPU | |
Target ResolveProjectReferences: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XBuild Engine Version 14.0 | |
Mono, Version 4.8.0.0 | |
Copyright (C) 2005-2013 Various Mono authors | |
Build started 4/20/2017 1:37:42 AM. | |
__________________________________________________ | |
/home/cayde/git/ShokoServer/Shoko.Server.sln: warning : Ignoring vcproj 'Hasher'. | |
/home/cayde/git/ShokoServer/Shoko.Server.sln: warning : Failed to find project 4ab1249d-d635-48a3-8f82-fab34b69ae4c | |
Project "/home/cayde/git/ShokoServer/Shoko.Server.sln" (default target(s)): | |
Target ValidateSolutionConfiguration: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-04-20 00:53:22:736] Error|ServerSettings.LoadSettings => ServerSettings.LoadSettingsFromFile => Utils.GrantAccess System.EntryPointNotFoundException: GetFullPathName | |
at (wrapper managed-to-native) Pri.LongPath.NativeMethods:GetFullPathName (string,uint,System.Text.StringBuilder,intptr) | |
at Pri.LongPath.Path.NormalizeLongPath (System.String path, System.String parameterName) [0x00056] in <a29a52ed5cc54c088e7f2eb4b660a8f3>:0 | |
at Pri.LongPath.Path.NormalizeLongPath (System.String path) [0x00000] in <a29a52ed5cc54c088e7f2eb4b660a8f3>:0 | |
at Pri.LongPath.File.Delete (System.String path) [0x00000] in <a29a52ed5cc54c088e7f2eb4b660a8f3>:0 | |
at Shoko.Server.Utils.GrantAccess (System.String fullPath) [0x000c7] in <adcd546eabac414a878fcb9451700d2e>:0 | |
[2017-04-20 00:53:22:767] Error|ServerSettings.LoadSettings => ServerSettings.LoadSettingsFromFile => Utils.ShowErrorMessage Migration Failed: No access to the given key | |
[2017-04-20 00:53:22:769] Error|Program.Main => ServerSettings.LoadSettings => ServerSetti |