tsukinaha / tsukimi

A simple third-party Emby client
GNU General Public License v3.0
762 stars 23 forks source link

[Bug report]: Unable to connect to my server (maybe an auto http:// problem?) #62

Closed dmnmsc closed 2 months ago

dmnmsc commented 2 months ago

Confirm

Current program version

0.4.10

Operating System

Linux

Issue type

Main program running issues

Issue description

I'm unable to connect to my server because "wrong password or account" error message. Same parameters work as expected in emby-theater.

My server doesn't work when you add http:// before the URL.

Are you adding http:// by default?

The operation and screenshot of the interface when the issue occurred

No response

tsukinaha commented 2 months ago

@dmnmsc nope, the format of the URL must be 'http(s)://{ip/domain}'. I didn't do formatting of the URL, that was my mistake.

tsukinaha commented 2 months ago

@dmnmsc btw application won't ignore certificate errors, so you might need to use curl to check if everything is okay.

dmnmsc commented 2 months ago

My bad. My server provider said "the server won't work when you add the http://" But it's just the opposite.

Everything is working as expected now. Thanks!