NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 20 21 22 23 24 … 34 Next »
Download of recorded show fails (due to å?)

 
  • 0 Vote(s) - 0 Average
Download of recorded show fails (due to å?)
ukmoose
Offline

Junior Member

Norway
Posts: 2
Threads: 1
Joined: Feb 2021
#1
2021-02-23, 10:12 AM (This post was last modified: 2021-02-23, 10:13 AM by ukmoose.)
Hello,
Having set up NextPVR on a Pi, I can successfully record shows.

However when I try to download a show using the NextPVR web UI I end up with a 0k file named "download".  I can use rclone to copy the file and the file has recorded OK.

 
~/recordings/Den tynne blå linjen/Den tynne blå linjen_20210221_21352234.ts

This appears to be due to the letter å in the shows title.  (å æ ø are standard letters in the Norwegian alphabet)

Here is a section from the log file:

  
Code:
2021-02-23 10:53:45.686    [DEBUG][81]    GetRecordingsList@exit
2021-02-23 10:53:45.686    [DEBUG][81]    {
"recordings": [
  {
    "id": 893,
    "name": "Den tynne bl\u00E5 linjen",
    "desc": "Leah er skuffet over politiets maktesl\u00F8shet. N\u00E5r ytterligere et drap henlegges, m\u00E5 hun si fra. Sara og Magnus har ulik tiln\u00E6rming til jobben.(4:10)",
    "subtitle": "",
    "startTime": 1613939681,
    "duration": 3723,
    "firstrun": true,
    "epgEventId": 1043868,
    "status": "ready",
    "quality": "QUALITY_DEFAULT",
    "channel": "NRK1 Oslo og Viken",
    "channelId": 7193,
    "blue": false,
    "green": false,
    "yellow": false,
    "red": false,
    "prePadding": 1,
    "postPadding": 2,
    "file": "/home/pi/recordings/Den tynne bl\u00E5 linjen/Den tynne bl\u00E5 linjen_20210221_21352234.ts",
    "recurring": false,
    "recurringParent": 0
  }
]
}

2021-02-23 10:53:45.732    [DEBUG][135]    Got request [10.0.0.90]: /services/service (recording.artwork)
2021-02-23 10:53:45.732    [DEBUG][135]    method=recording.artwork
2021-02-23 10:53:45.732    [DEBUG][135]    parameters:
2021-02-23 10:53:45.733    [DEBUG][135]       method: recording.artwork
2021-02-23 10:53:45.733    [DEBUG][135]       landscape: true
2021-02-23 10:53:45.733    [DEBUG][135]       with_placeholder: true
2021-02-23 10:53:45.733    [DEBUG][135]       recording_id: 889
2021-02-23 10:53:45.733    [DEBUG][135]       sid: 2c3d5075-2752-4901-96e8-5b686108613c
2021-02-23 10:53:45.733    [DEBUG][135]       client_ip: 10.0.0.90
2021-02-23 10:53:45.733    [DEBUG][135]       user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15
2021-02-23 10:53:45.733    [DEBUG][135]       host_callback: 10.0.0.91:8866
2021-02-23 10:53:45.733    [DEBUG][135]    StreamArtwork()
2021-02-23 10:53:45.736    [DEBUG][135]    cached catalog does not exist
2021-02-23 10:53:46.677    [DEBUG][135]    Unexpected error parsing artwork request:
System.NullReferenceException: Object reference not set to an instance of an object.
   at NShared.MetadataManager.GetMetadataEntity(String filename, String showName, EPGEvent epgEvent)
   at NShared.Extend.RecordingRequestHandler.StreamArtwork(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
2021-02-23 10:53:46.677    [DEBUG][135]    No artwork found
2021-02-23 10:53:46.677    [DEBUG][135]    Returning 404

2021-02-23 10:53:55.855    [DEBUG][135]    Got request [10.0.0.90]: /download
2021-02-23 10:53:55.856    [DEBUG][135]    /download?recording_id=893
2021-02-23 10:53:55.856    [DEBUG][135]    StreamNative@1..
2021-02-23 10:53:55.856    [DEBUG][135]    StreamNative@2
2021-02-23 10:53:55.856    [DEBUG][135]    StreamNative@3
2021-02-23 10:53:55.856    [DEBUG][135]    StreamNative@4
2021-02-23 10:53:55.861    [ERROR][135]    Error in /live: System.InvalidOperationException: Invalid non-ASCII or control character in header: 0x00E5
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.ThrowInvalidHeaderCharacter(Char ch)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.ValidateHeaderValueCharacters(StringValues headerValues)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseHeaders.SetValueFast(String key, StringValues value)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.Microsoft.AspNetCore.Http.IHeaderDictionary.set_Item(String key, StringValues value)
   at NextPVRServer.Controllers.StreamController.SetHeader(String header, String value)
   at NShared.Streaming.StreamingHelper.DownloadRecording(ScheduledRecording recording, ServiceResponseStream responseStream, Dictionary`2 parameters)
   at NShared.Streaming.StreamingHelper.StreamNativeRecording(ServiceResponseStream responseStream, Dictionary`2 parameters)
   at NShared.Streaming.StreamingHelper.StreamNative(ServiceResponseStream responseStream, Dictionary`2 parameters)
   at NextPVRServer.Controllers.StreamController.DoStream(Dictionary`2 parameters)
   at NextPVRServer.Controllers.StreamController.Get()
2021-02-23 10:54:02.511    [DEBUG][135]    Got request [10.0.0.90]: /settings.html
2021-02-23 10:54:02.558    [DEBUG][137]    Got request [10.0.0.90]: /vendor/bootstrap/bootstrap-colorpicker.css
2021-02-23 10:54:02.561    [DEBUG][137]    Got request [10.0.0.90]: /js/cookies.js
2021-02-23 10:54:02.566    [DEBUG][81]    Got request [10.0.0.90]: /components/channel-groups.js
2021-02-23 10:54:02.566    [DEBUG][132]    Got request [10.0.0.90]: /components/edit-channel-details.js
2021-02-23 10:54:02.581    [DEBUG][137]    Got request [10.0.0.90]: /components/device-status-modal.js
2021-02-23 10:54:02.582    [DEBUG][132]    Got request [10.0.0.90]: /components/epg-sources.js
2021-02-23 10:54:02.587    [DEBUG][134]    Got request [10.0.0.90]: /components/devices-grid.js
2021-02-23 10:54:02.587    [DEBUG][81]    Got request [10.0.0.90]: /components/auto-map-modal.js
2021-02-23 10:54:02.587    [DEBUG][132]    Got request [10.0.0.90]: /components/add-xmltv-lineup-modal.js
2021-02-23 10:54:02.589    [DEBUG][135]    Got request [10.0.0.90]: /components/add-group-modal.js
2021-02-23 10:54:02.593    [DEBUG][81]    Got request [10.0.0.90]: /components/directory-browser-modal.js
2021-02-23 10:54:02.593    [DEBUG][137]    Got request [10.0.0.90]: /components/genre-modal.js
2021-02-23 10:54:02.600    [DEBUG][132]    Got request [10.0.0.90]: /components/recording-directories.js
2021-02-23 10:54:02.600    [DEBUG][81]    Got request [10.0.0.90]: /components/edit-user-modal.js
2021-02-23 10:54:02.600    [DEBUG][135]    Got request [10.0.0.90]: /components/users-grid.js
2021-02-23 10:54:03.103    [DEBUG][135]    Got request [10.0.0.90]: /services/service (setting.devices)
2021-02-23 10:54:03.104    [DEBUG][135]    method=setting.devices

Version: 5.1.0.201216

Any ideas?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,780
Threads: 769
Joined: Nov 2003
#2
2021-02-26, 08:00 PM
If you can supply your npvr.db3 file, I'll try it here and take look at what is needed to fix it.
ukmoose
Offline

Junior Member

Norway
Posts: 2
Threads: 1
Joined: Feb 2021
#3
2021-03-01, 10:44 AM
(2021-02-26, 08:00 PM)sub Wrote: If you can supply your npvr.db3 file, I'll try it here and take look at what is needed to fix it.

Many thanks, I've attached a zipped copy of the npvr.db3 file, with several examples of recorded programmes that the direct download fails with.  If you need anything else please let me know.


Attached Files
.zip   npvr.db3.zip (Size: 271.75 KB / Downloads: 1)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  One show 'interrupted' twice SteveCos 0 288 2025-02-11, 09:03 AM
Last Post: SteveCos
  Attachments don't show up in posts. WagMan 2 344 2024-11-02, 04:32 AM
Last Post: WagMan
  Can't record series for certain show WagMan 9 1,611 2024-08-07, 01:34 AM
Last Post: mminehan
  Sometimes stream fails VCR58 5 919 2023-07-15, 12:45 AM
Last Post: mvallevand
  Failed recording for a particular show spagio 9 1,519 2023-01-12, 12:46 AM
Last Post: mvallevand
  TV Show recording broken into multiple files markosjal 2 1,005 2022-07-09, 04:53 AM
Last Post: markosjal
  playback recording fails TuxTiger 2 890 2022-03-11, 05:17 PM
Last Post: sub
  After selecting the first channel, changing it fails to play apsmckernan@hotmail.com 5 1,497 2022-01-11, 04:11 PM
Last Post: mvallevand
  No longer able to download recording axel 10 2,434 2021-10-16, 01:39 PM
Last Post: mvallevand
  Arch x64 install fails ATSC scan ("status":"Error: No such file or directory") jwh7 18 7,043 2020-11-27, 05:52 PM
Last Post: jwh7

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode