Jump to content

Search the Community

Showing results for tags 'guid'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 4 results

  1. Hello, Having issue trying to create a playlist via the java API. Can connect ok and get the access token, but seems to fail on the format of the Ids. Post parameters : [userId=319543a665084772bb4449608882bc7f, format=json, MediaType=Audio, Ids=5b4e8826-2580-3ea3-c0da-a10a8696ad87,2C85af84ce-364e-80c2-b359-c3e46ff65a67, Name=embyTest] Result : {"ResponseStatus":{"ErrorCode":"FormatException","Message":"Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)." Full content of POST and server response is attached. Appreciate any help. log4j-application_save.log
  2. Hi Since new ppa (Version 3.0.5621.3) and the recently updated ubuntu install method (for Version 3.0.5621.4), emby server on Ubuntu 14.04 server presents a Guid should contain 32 digits with 4 dashes error if: try to add a setting to a current or new user try to add a new plugin Here's the error presented when adding an option to a current user: 015-05-30 10:28:11.7699 Error - DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby Operating system: Unix 3.13.0.52 Processor count: 1 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby Mono: 4.0.1 (tarball Tue May 26 04:28:10 UTC 2015) Application Path: /opt/emby-server/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). System.FormatException at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument, System.String failureArgumentName, System.Exception innerException) [0x00000] in <filename unknown>:0 at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuidWithNoStyle (System.String guidString, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuid (System.String g, GuidStyles flags, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid..ctor (System.String g) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.UserManager.GetUserById (System.String id) [0x00000] in <filename unknown>:0 at MediaBrowser.Api.UserService+<PostAsync>c__async4.MoveNext () [0x00000] in <filename unknown>:0 2015-05-30 10:28:11.7702 Error - HttpServer: Error processing request for /emby/Users/f67e8bfc164e48b8940c911ff981f511 *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby-server/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby Operating system: Unix 3.13.0.52 Processor count: 1 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby Mono: 4.0.1 (tarball Tue May 26 04:28:10 UTC 2015) Application Path: /opt/emby-server/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). ServiceStack.HttpError No Stack Trace Available
  3. michael_sutherland

    Emby Error

    Hi guys, update my installation of emby from the old repo to the new one and something went terribly wrong. In the end i ended up wiping my distro and installing debian 7.0 from fresh. I have installed emby using the instructions at this link http://emby.media/downloads/linux-server/ Installation appeared to go ok. The first thing i noticed is straight after installation is the command 'service emby start' from the link above doesn't seem to work. i have managed to get emby to start by entering the /opt/emby directory and running the following command. Emby seems really responsive and fast. i went into user settings and selected 'remove user from login page' and selected Save. upon clicking save i got a message pop up that said guid should contain 32 digits with 4 dashes I have looked into the log file and it shows the following two errors. 2015-05-28 09:22:58.8034 Error - DtoUtils: ServiceBase<TRequest>::Service Exception *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby/MediaBrowser.Server.Mono.exe Operating system: Unix 3.2.41.42 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /opt/emby/ProgramData-Server Mono: 4.0.1 (tarball Tue May 26 04:42:32 UTC 2015) Application Path: /opt/emby/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). System.FormatException at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument, System.String failureArgumentName, System.Exception innerException) [0x00000] in <filename unknown>:0 at System.Guid+GuidResult.SetFailure (ParseFailureKind failure, System.String failureMessageID) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuidWithNoStyle (System.String guidString, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid.TryParseGuid (System.String g, GuidStyles flags, System.GuidResult& result) [0x00000] in <filename unknown>:0 at System.Guid..ctor (System.String g) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Library.UserManager.GetUserById (System.String id) [0x00000] in <filename unknown>:0 at MediaBrowser.Api.UserService+<PostAsync>c__async4.MoveNext () [0x00000] in <filename unknown>:0 2015-05-28 09:22:58.8082 Error - HttpServer: Error processing request for /emby/Users/c01940de28d145768fb3ce0ce05ab064 *** Error Report *** Version: 3.0.5621.4 Command line: /opt/emby/MediaBrowser.Server.Mono.exe Operating system: Unix 3.2.41.42 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /opt/emby/ProgramData-Server Mono: 4.0.1 (tarball Tue May 26 04:42:32 UTC 2015) Application Path: /opt/emby/MediaBrowser.Server.Mono.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). ServiceStack.HttpError No Stack Trace Available Can anyone tell me whats wrong? (Screenshot Attached) Any help would be much appreciated.
  4. on several setting configuration pages (playon plugin config page, users profile config page. Error pops up any time I try to save setting I am getting the error code: "guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)." I think this was caused when I imported a backup of everything, please help its really had to administer the server with out being able to save. Thanks -Kevin 2015-03-16 19:30:58.3608 Error - HttpServer: Error processing request for /mediabrowser//Plugins/ed9e051b-133e-47fd-90ad-44f2e83516f7/Configuration *** Error Report *** Version: 3.0.5518.7 Command line: C:\Users\Kevin\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe Operating system: Microsoft Windows NT 6.2.9200.0 Processor count: 8 64-Bit OS: True 64-Bit Process: False Program data path: C:\Users\Kevin\AppData\Roaming\MediaBrowser-Server Application Path: C:\Users\Kevin\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). ServiceStack.HttpError server-63562085211.txt
×
×
  • Create New...