Error: Value cannot be Null (Parameter 's')
xeonixo opened this issue · 6 comments
Can you paste in the XML contents? You can obfuscate your server url and api key.
i already checked for some typo... nothing sus found.
`
<ImmichServerUrl>https://zzzzz.yyyyyy.zzzzz</ImmichServerUrl>
<ApiKey>#########</ApiKey>
<!--Interval for photo cycling in seconds-->
<Interval>8</Interval>
<!--Determines if images should be saved locally-->
<DownloadImages>false</DownloadImages>
<!--Show todays memories-->
<ShowMemories>false</ShowMemories>
<!--Duration for images to keep if existing, renews the image if older than the duration. Duration in Days-->
<RenewImagesDuration>20</RenewImagesDuration>
<!--Show clock in lower left bottom-->
<ShowClock>true</ShowClock>
<ClockFontSize>48</ClockFontSize>
<!--The format of the clock (ex. h:mm tt). See here for options https://www.c-sharpcorner.com/blogs/-->
<ClockFormat>HH:mm</ClockFormat>
<!--Show the date photo was taken.-->
<ShowPhotoDate>true</ShowPhotoDate>
<PhotoDateFontSize>36</PhotoDateFontSize>
<!--The format of the date (ex. MM/dd/yyyy). See here for options https://www.c-sharpcorner.com/blogs/-->
<PhotoDateFormat>dd.MM.yyyy</PhotoDateFormat>
<!--Show the description-->
<ShowImageDesc>true</ShowImageDesc>
<ImageDescFontSize>36</ImageDescFontSize>
<!--Show the current weather-->
<ShowWeather>true</ShowWeather>
<WeatherFontSize>12</WeatherFontSize>
<!--The temperature units. either celcius or fahrenheit-->
<WeatherUnits>celsius</WeatherUnits>
<!--Your latitude/longitude coordinates (ex. 40.7128,74.0060)-->
<WeatherLatLong>40.7128,74.0060</WeatherLatLong>
`
I edited you post to remove your URL since it is public.
XML seems fine. Can you provide a little more detail? When does the error occur (i.e. after first photo, or does it run awhile then this happens)? What do you mean by "my frame has no input", no more photos are shown after the error? Just to rule it out, can you enter your server's IP:port (i.e. http://192.168.0.100:2283) instead of the public URL and verify same behavior?
Can you provide a little more detail? When does the error occur (i.e. after first photo, or does it run awhile then this happens)?
it varies. sometimes after the first few pictures, sometimes after hours
What do you mean by "my frame has no input", no more photos are shown after the error?
Sorry for the confusion, my Raspberry Pi does not normally have a mouse and keyboard. Therefore, I cannot simply click "ok".
Just to rule it out, can you enter your server's IP:port (i.e. http://192.168.0.100:2283) instead of the public URL and verify same behavior?
Unfortunately, my DMZ/reverse proxy network is not directly accessible for the Raspberry Pi. I will publish my Immich Instance to my "home" network and report back.
I had this problem also, but could not replicate it. I think this was gone after the rework I did. Maybe wait for the next release?
Tried with using the ip of my immich instance directly. The error remains random.
I changed to an album only, before i used my whole gallery. Maybe it's an issue with archived images?