Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Value cannot be Null (Parameter 's') #53

Closed
xeonixo opened this issue Apr 11, 2024 · 6 comments · Fixed by #54
Closed

Error: Value cannot be Null (Parameter 's') #53

xeonixo opened this issue Apr 11, 2024 · 6 comments · Fixed by #54

Comments

@xeonixo
Copy link

xeonixo commented Apr 11, 2024

Hi, I've got multiple times the error

Value cannot be Null (Parameter 's')

After pressing ok it's working again... but my frame has no input

image

@3rob3
Copy link
Collaborator

3rob3 commented Apr 11, 2024

Can you paste in the XML contents? You can obfuscate your server url and api key.

@xeonixo
Copy link
Author

xeonixo commented Apr 12, 2024

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>

`

@3rob3
Copy link
Collaborator

3rob3 commented Apr 12, 2024

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?

@xeonixo
Copy link
Author

xeonixo commented Apr 12, 2024

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.

@JW-CH
Copy link
Collaborator

JW-CH commented Apr 12, 2024

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?

@xeonixo
Copy link
Author

xeonixo commented Apr 13, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants