Jump to content

Developing a standalone embystat server


reggi

Recommended Posts

thegrunge
2 hours ago, Przemek said:

It will be nice to see what is actually watching. By me and other users. Also other statistics about users.

Regards.

Indeed, I know when formatting the server the software would be functional, but the problem is that all my other applications in locahost work, emby radarr, sonarr, jackett, ombi etc and none uses port 6555.

 

Link to comment
Share on other sites

reggi
10 hours ago, Przemek said:

It will be nice to see what is actually watching. By me and other users. Also other statistics about users.

Regards.

  Yes that would be nice indeed, I had some personal problems and renovation time + covid, but I'm already working on the project again for 1,5 months now to get it up and running again. I fixed most of the memory issues (I think) and I'm reviewing the existing UI at the moment. When the media sync is working properly, I can start working again on the user info. Let's hope I get the project back on track asap.

 

12 hours ago, thegrunge said:

@reggi Is there an easy way to change the default application port? My research has been unsuccessful for 2 days.

Thank you

jonathan@jonathan-MS-7B86:~$ sudo netstat -tlnp | grep :6555
tcp6       0      0 :::6555                 :::*                    LISTEN      72446/./EmbyStat    
 

Yes you can, if you use the option -p xxxx when running EmbyStat it will change the default port. 

It is very strange that no actual errors are logged. Can you pass in the option -g 1 as well to enable debugging info. I did not at a lot of debugging info but we maybe are lucky to get some info.

 

 

Link to comment
Share on other sites

Junglejim
1 hour ago, reggi said:

Yes that would be nice indeed, I had some personal problems and renovation time + covid, but I'm already working on the project again for 1,5 months now to get it up and running again. I fixed most of the memory issues (I think) and I'm reviewing the existing UI at the moment. When the media sync is working properly, I can start working again on the user info. Let's hope I get the project back on track asap.

Cool! :) Yep these are trying times. Ive had personal stuff to deal with also. Glad to see your still interested in this project. 👍🍺

Link to comment
Share on other sites

thegrunge
5 hours ago, reggi said:

  Yes that would be nice indeed, I had some personal problems and renovation time + covid, but I'm already working on the project again for 1,5 months now to get it up and running again. I fixed most of the memory issues (I think) and I'm reviewing the existing UI at the moment. When the media sync is working properly, I can start working again on the user info. Let's hope I get the project back on track asap.

 

Yes you can, if you use the option -p xxxx when running EmbyStat it will change the default port. 

It is very strange that no actual errors are logged. Can you pass in the option -g 1 as well to enable debugging info. I did not at a lot of debugging info but we maybe are lucky to get some info.

 

 

Hi, thank you for your feedback, I tried to change the port to 5000, but I still have the same problem. So I switch to debug mode 1 and 2 because i don't see option -g 1

 -l, --log-level      (Default: 2) Set the proper log level
                       1: Debug
                       2: Information

sudo ./EmbyStat --log-level 2

But it's an isolated problem, don't give too much importance to it. Take care of you!


2022-03-15.log

Edited by thegrunge
Link to comment
Share on other sites

reggi
21 hours ago, thegrunge said:

Hi, thank you for your feedback, I tried to change the port to 5000, but I still have the same problem. So I switch to debug mode 1 and 2 because i don't see option -g 1

 -l, --log-level      (Default: 2) Set the proper log level
                       1: Debug
                       2: Information

sudo ./EmbyStat --log-level 2

But it's an isolated problem, don't give too much importance to it. Take care of you!


2022-03-15.log 8.35 kB · 1 download

But it should work in the end anyway 🙂 I'm still working on my next release but I'll also add a massive amount of debug logging then at the same time. So debugging flag can give some useful information. Thanks for testing and patients!

Link to comment
Share on other sites

thegrunge
2 hours ago, reggi said:

But it should work in the end anyway 🙂 I'm still working on my next release but I'll also add a massive amount of debug logging then at the same time. So debugging flag can give some useful information. Thanks for testing and patients!

Great, let me know when there's another beta, I'll give it a try :)

thank you!

Link to comment
Share on other sites

  • 2 months later...
reggi

Hi everyone, after a long time I created another beta version. I'm getting the project up to speed again. I have refactored a lot of code (backend and frontend) and the sync time should be a lot lower. Also, very basic user statistics (table) is added to this release.

You can find the release here: Release v0.2.0-beta.30 · mregni/EmbyStat (github.com)

Changes:

  • Refactored the whole job code
  • Incremental jobs supported for Movies and Shows
  • Moved back to Sqlite as database
  • Updated Nuget packages
  • Added very basic user page
  • Moved to different chart library
  • UI loading improved
  • Translation base file cleanup
  • Updated to NET6.0
  • Missing episode list added (+export to CSV)
  • Movie and Show table with filters

Let me know if you like it or find any bugs.

  • Like 1
  • Thanks 2
Link to comment
Share on other sites

thegrunge
5 hours ago, reggi said:

Hi everyone, after a long time I created another beta version. I'm getting the project up to speed again. I have refactored a lot of code (backend and frontend) and the sync time should be a lot lower. Also, very basic user statistics (table) is added to this release.

You can find the release here: Release v0.2.0-beta.30 · mregni/EmbyStat (github.com)

Changes:

  • Refactored the whole job code
  • Incremental jobs supported for Movies and Shows
  • Moved back to Sqlite as database
  • Updated Nuget packages
  • Added very basic user page
  • Moved to different chart library
  • UI loading improved
  • Translation base file cleanup
  • Updated to NET6.0
  • Missing episode list added (+export to CSV)
  • Movie and Show table with filters

Let me know if you like it or find any bugs.

Hello, I have this error, I know that my problem is isolated, but I hope it will help to find a solution :)

Thank you!

Microsoft.AspNetCore.Server.Kestrel]  [ERR] Connection id "0HMHNG73KAO5I", Request id "0HMHNG73KAO5I:00000002": An unhandled exception was thrown by the application.
System.InvalidOperationException: The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request.
Your application is running in Production mode, so make sure it has been published, or that you have built your SPA manually. Alternatively you may wish to switch to the Development environment.
 

Link to comment
Share on other sites

reggi
8 hours ago, thegrunge said:

Hello, I have this error, I know that my problem is isolated, but I hope it will help to find a solution :)

Thank you!

Microsoft.AspNetCore.Server.Kestrel]  [ERR] Connection id "0HMHNG73KAO5I", Request id "0HMHNG73KAO5I:00000002": An unhandled exception was thrown by the application.
System.InvalidOperationException: The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request.
Your application is running in Production mode, so make sure it has been published, or that you have built your SPA manually. Alternatively you may wish to switch to the Development environment.
 

Are you running in a docker container or directly with the windows installer?

Can you check in the /dist folder if there is an index.html file?

Link to comment
Share on other sites

thegrunge
4 hours ago, reggi said:

Are you running in a docker container or directly with the windows installer?

Can you check in the /dist folder if there is an index.html file?

Hello, I forgot to mention that I am on Ubuntu.  I probably had to do a few things about Ubuntu-compatible Windows apps a while ago.
 

Thank you!

Link to comment
Share on other sites

Painkiller8818

It is also no longer working for me.

I tried to update the docker container on my synology NAS but it doesn't work.

So i deleted the whole container, redownloaded the docker image and installed it new. 

It doesn't start up correctly, i  just get the blank loading site with 2 errors. No files or folders were created in the dockers folder.

 

image.thumb.png.7357f6e28977e8adea606802abc3dc21.png

Link to comment
Share on other sites

adrianwi

I thought I'd give it another spin, but I'm seeing the same as above trying to run the docker container.  This is from the log:

[2022-05-17 14:08:47.540] []  [INF] --------------------------------------------------------------------
[2022-05-17 14:08:47.598] []  [INF] System info:
[2022-05-17 14:08:47.598] []  [INF] 	Environment	Production
[2022-05-17 14:08:47.598] []  [INF] 	Debugger	False
[2022-05-17 14:08:47.604] []  [INF] 	Process Name	dotnet
[2022-05-17 14:08:47.604] []  [INF] 	Log level:	Information
[2022-05-17 14:08:47.604] []  [INF] 	Port:		6555
[2022-05-17 14:08:47.604] []  [INF] 	URL's:		http://*
[2022-05-17 14:08:47.604] []  [INF] 	ConfigDir:	/app/data
[2022-05-17 14:08:47.605] []  [INF] 	DataDir:	/app/data
[2022-05-17 14:08:47.605] []  [INF] 	LogDir:		/app/data/logs
[2022-05-17 14:08:47.605] []  [INF] 	Can update:	True
[2022-05-17 14:08:47.605] []  [INF] 	As service:	False
[2022-05-17 14:08:47.605] []  [INF] --------------------------------------------------------------------
[2022-05-17 14:08:49.325] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository]  [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
[2022-05-17 14:08:49.413] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager]  [WRN] No XML encryptor configured. Key {4ab748d3-ab11-4e13-b993-709b395a7daf} may be persisted to storage in unencrypted form.
[2022-05-17 14:08:49.639] [Microsoft.Hosting.Lifetime]  [INF] Now listening on: http://[::]:6555
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Application started. Press Ctrl+C to shut down.
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Hosting environment: Production
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Content root path: /app
[2022-05-17 14:10:19.768] [EmbyStat.Jobs.Jobs.Maintenance.PingEmbyJob]  [WRN] Job not running because wizard is not finished

 

 

Link to comment
Share on other sites

Thuzad

Same problem on Debian 11 install without Docker.

1 hour ago, adrianwi said:

I thought I'd give it another spin, but I'm seeing the same as above trying to run the docker container.  This is from the log:

[2022-05-17 14:08:47.540] []  [INF] --------------------------------------------------------------------
[2022-05-17 14:08:47.598] []  [INF] System info:
[2022-05-17 14:08:47.598] []  [INF] 	Environment	Production
[2022-05-17 14:08:47.598] []  [INF] 	Debugger	False
[2022-05-17 14:08:47.604] []  [INF] 	Process Name	dotnet
[2022-05-17 14:08:47.604] []  [INF] 	Log level:	Information
[2022-05-17 14:08:47.604] []  [INF] 	Port:		6555
[2022-05-17 14:08:47.604] []  [INF] 	URL's:		http://*
[2022-05-17 14:08:47.604] []  [INF] 	ConfigDir:	/app/data
[2022-05-17 14:08:47.605] []  [INF] 	DataDir:	/app/data
[2022-05-17 14:08:47.605] []  [INF] 	LogDir:		/app/data/logs
[2022-05-17 14:08:47.605] []  [INF] 	Can update:	True
[2022-05-17 14:08:47.605] []  [INF] 	As service:	False
[2022-05-17 14:08:47.605] []  [INF] --------------------------------------------------------------------
[2022-05-17 14:08:49.325] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository]  [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
[2022-05-17 14:08:49.413] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager]  [WRN] No XML encryptor configured. Key {4ab748d3-ab11-4e13-b993-709b395a7daf} may be persisted to storage in unencrypted form.
[2022-05-17 14:08:49.639] [Microsoft.Hosting.Lifetime]  [INF] Now listening on: http://[::]:6555
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Application started. Press Ctrl+C to shut down.
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Hosting environment: Production
[2022-05-17 14:08:50.594] [Microsoft.Hosting.Lifetime]  [INF] Content root path: /app
[2022-05-17 14:10:19.768] [EmbyStat.Jobs.Jobs.Maintenance.PingEmbyJob]  [WRN] Job not running because wizard is not finished

 

 

 

Link to comment
Share on other sites

reggi

@Painkiller8818 @Thuzad @adrianwi I just tried the docker images on a clean Ubuntu install without problems. Can some of you check the console output in your browser to see if you get any errors as well as in the network tab. It's strange that the 'Exception.unhandled' toast is not logging anything in the log file itself. If I know what calls are failing, I can hopefully fix this issue asap.

Link to comment
Share on other sites

jaycedk

@reggi I'm running you new version of windows 10 headless.

Im getting these error in console ( Firefox ) when connection to the webpage, by ip:6555

And the port is open in the firewall.

09:08:03.122 [2022-05-18T07:08:03.122Z] Debug: Starting connection with transfer format 'Text'. Utils.ts:203:29
09:08:03.122 [2022-05-18T07:08:03.122Z] Debug: Sending negotiation request: http://localhost:6555/hub/negotiate?negotiateVersion=1. Utils.ts:203:29
09:08:05.375 Forespørgsel til fremmed websted blokeret: Politikken for samme oprindelse tillader ikke læsning af fjernressourcen http://localhost:6555/hub/negotiate?negotiateVersion=1. (Årsag: CORS-forespørgslen mislykkedes). Statuskode: (null).

09:08:05.376 [2022-05-18T07:08:05.377Z] Warning: Error from HTTP request. TypeError: NetworkError when attempting to fetch resource.. Utils.ts:196:29
09:08:05.376
[2022-05-18T07:08:05.377Z] Error: Failed to complete negotiation with the server: TypeError: NetworkError when attempting to fetch resource. Utils.ts:193:29
09:08:05.376 Forespørgsel til fremmed websted blokeret: Politikken for samme oprindelse tillader ikke læsning af fjernressourcen http://localhost:6555/hub/negotiate?negotiateVersion=1. (Årsag: CORS-forespørgslen mislykkedes). Statuskode: (null).

09:08:05.377
[2022-05-18T07:08:05.377Z] Error: Failed to start the connection: Error: Failed to complete negotiation with the server: TypeError: NetworkError when attempting to fetch resource. Utils.ts:193:29
09:08:05.377
SignalR Connection Error:  Error: Failed to complete negotiation with the server: TypeError: NetworkError when attempting to fetch resource.
    Babel 3
    n Errors.ts:177
    e HttpConnection.ts:350
    l runtime.js:63
    _invoke runtime.js:294
    k runtime.js:119
    Babel 2
SignalRState.tsx:41:30
09:08:05.382 Forespørgsel til fremmed websted blokeret: Politikken for samme oprindelse tillader ikke læsning af fjernressourcen http://localhost:6555/api/settings/. (Årsag: CORS-forespørgslen mislykkedes). Statuskode: (null).
2
09:08:05.394 Forespørgsel til fremmed websted blokeret: Politikken for samme oprindelse tillader ikke læsning af fjernressourcen http://localhost:6555/api/job/. (Årsag: CORS-forespørgslen mislykkedes). Statuskode: (null).
2
09:08:05.401 Uncaught (in promise) undefined

If I login to the headless server "RDP" and open the webpage via ip:6555 it's working.

So it looks like its working, but not if you access it from a remote pc.

Link to comment
Share on other sites

jaycedk

Here is a screenshot of the network console tab.

And it looks like its trying to connnect to the localhost:6555, even when i'm trying to connect form another pc, same network.

image.thumb.png.1a30f2572ccf0a2d658027c4c9d533a9.png

Edited by jaycedk
Link to comment
Share on other sites

reggi

Looks like there was a hardcoded link to localhost:6555 :( 

I fixed this is beta.31 so feel free to test it again. Let's hope it works now

  • Like 1
Link to comment
Share on other sites

jaycedk

Ok :) Thats much better.

Now i can login from my remote pc.

But I still see this one thats calling localhost.

image.thumb.png.abebcd7fcc866368f400383592ac6bc7.png

Edited by jaycedk
Link to comment
Share on other sites

Painkiller8818
2 hours ago, reggi said:

I fixed this is beta.31 so feel free to test it again. Let's hope it works now

Yes this version is working again. Thanks

Link to comment
Share on other sites

Painkiller8818

ok maybe my answer was too fast.

I was able to finish the start wizard but when clicking on movies it tells me there are no movies and if i wanna start the media sync.

After selecting yes i have a blank page and a lot of errors in the console (chrome on OSX):

 

Failed to load resource: net::ERR_CONNECTION_REFUSED
Utils.ts:193 [2022-05-18T13:56:01.384Z] Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
value @ Utils.ts:193
Utils.ts:193 [2022-05-18T13:56:01.385Z] Error: Failed to start the connection: Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
value @ Utils.ts:193
SignalRState.tsx:41 SignalR Connection Error:  Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
    at e.<anonymous> (HttpConnection.ts:350)
    at l (runtime.js:63)
    at Generator._invoke (runtime.js:294)
    at Generator.throw (runtime.js:119)
    at co (asyncToGenerator.js:3)
    at s (asyncToGenerator.js:29)
(anonymous) @ SignalRState.tsx:41
api/account/login:1 Failed to load resource: the server responded with a status of 400 (Bad Request)
react-dom.production.min.js:216 TypeError: Cannot read property 'value' of undefined
    at xF (EsJobRunning.tsx:71)
    at ra (react-dom.production.min.js:157)
    at za (react-dom.production.min.js:180)
    at Ws (react-dom.production.min.js:269)
    at jc (react-dom.production.min.js:250)
    at Ec (react-dom.production.min.js:250)
    at kc (react-dom.production.min.js:250)
    at vc (react-dom.production.min.js:243)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:18)
as @ react-dom.production.min.js:216
scheduler.production.min.js:12 Uncaught TypeError: Cannot read property 'value' of undefined
    at xF (EsJobRunning.tsx:71)
    at ra (react-dom.production.min.js:157)
    at za (react-dom.production.min.js:180)
    at Ws (react-dom.production.min.js:269)
    at jc (react-dom.production.min.js:250)
    at Ec (react-dom.production.min.js:250)
    at kc (react-dom.production.min.js:250)
    at vc (react-dom.production.min.js:243)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:18)


Also when i check the HOME site i see errors:

 

POST http://localhost:6555/hub/negotiate?negotiateVersion=1 net::ERR_CONNECTION_REFUSED
(anonymous) @ FetchHttpClient.ts:89
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ FetchHttpClient.ts:12
value @ DefaultHttpClient.ts:42
value @ HttpClient.ts:121
(anonymous) @ HttpConnection.ts:323
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HttpConnection.ts:247
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HttpConnection.ts:137
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HubConnection.ts:206
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
(anonymous) @ HubConnection.ts:180
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
value @ HubConnection.ts:167
(anonymous) @ SignalRState.tsx:39
(anonymous) @ SignalRState.tsx:48
Ic @ react-dom.production.min.js:262
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ho @ react-dom.production.min.js:122
Pc @ react-dom.production.min.js:261
(anonymous) @ react-dom.production.min.js:261
Z @ scheduler.production.min.js:16
x.port1.onmessage @ scheduler.production.min.js:12
Show 36 more frames
Utils.ts:193 [2022-05-18T14:04:15.246Z] Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
value @ Utils.ts:193
(anonymous) @ HttpConnection.ts:348
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
s @ asyncToGenerator.js:29
Promise.then (async)
co @ asyncToGenerator.js:13
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HttpConnection.ts:247
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HttpConnection.ts:137
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HubConnection.ts:206
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
(anonymous) @ HubConnection.ts:180
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
value @ HubConnection.ts:167
(anonymous) @ SignalRState.tsx:39
(anonymous) @ SignalRState.tsx:48
Ic @ react-dom.production.min.js:262
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ho @ react-dom.production.min.js:122
Pc @ react-dom.production.min.js:261
(anonymous) @ react-dom.production.min.js:261
Z @ scheduler.production.min.js:16
x.port1.onmessage @ scheduler.production.min.js:12
Show 28 more frames
Utils.ts:193 [2022-05-18T14:04:15.273Z] Error: Failed to start the connection: Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
value @ Utils.ts:193
(anonymous) @ HttpConnection.ts:298
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
s @ asyncToGenerator.js:29
Promise.then (async)
co @ asyncToGenerator.js:13
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HttpConnection.ts:137
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HttpConnection.ts:45
(anonymous) @ HubConnection.ts:206
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
(anonymous) @ HubConnection.ts:180
l @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
co @ asyncToGenerator.js:3
a @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ HubConnection.ts:31
value @ HubConnection.ts:167
(anonymous) @ SignalRState.tsx:39
(anonymous) @ SignalRState.tsx:48
Ic @ react-dom.production.min.js:262
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ho @ react-dom.production.min.js:122
Pc @ react-dom.production.min.js:261
(anonymous) @ react-dom.production.min.js:261
Z @ scheduler.production.min.js:16
x.port1.onmessage @ scheduler.production.min.js:12
Show 19 more frames
SignalRState.tsx:41 SignalR Connection Error:  Error: Failed to complete negotiation with the server: TypeError: Failed to fetch
    at e.<anonymous> (HttpConnection.ts:350)
    at l (runtime.js:63)
    at Generator._invoke (runtime.js:294)
    at Generator.throw (runtime.js:119)
    at co (asyncToGenerator.js:3)
    at s (asyncToGenerator.js:29)
(anonymous) @ SignalRState.tsx:41
Promise.catch (async)
(anonymous) @ SignalRState.tsx:41
(anonymous) @ SignalRState.tsx:48
Ic @ react-dom.production.min.js:262
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ho @ react-dom.production.min.js:122
Pc @ react-dom.production.min.js:261
(anonymous) @ react-dom.production.min.js:261
Z @ scheduler.production.min.js:16
x.port1.onmessage @ scheduler.production.min.js:12

The same is for shows etc.

I just see the home site but can't choose any libraries.

PS: my docker folder for embystat is empty, there is not a single file or folder in it, i don't know where it stores its data.

Edited by Painkiller8818
Link to comment
Share on other sites

adrianwi

I have .32 up and running now so will have more of a look over the next few days.  Thanks!

 

Link to comment
Share on other sites

Painkiller8818
On 5/19/2022 at 9:00 AM, reggi said:

@jaycedk and  @Painkiller8818 I pushed beta.32 that should fix the problem. Forgot about updating the SignalR URL as well :( 

Hi, there seems to be another problem with .32.

Now i don't get a blank page, but when i start syncing movies i get an error:

image.png.bbf81913feb325fa1fde35b43ecd99c3.png


This is what i get when i switch to the logs page.
image.png.ef5c6d3b73b18c1c5f8b67d15d1d4ae9.png

image.png.c2b8cf5db7ac32a2bbaa17c3db02e27d.png



Also the Check for Updates Job is failing due permission denied on github:

image.png.f1bfa979bf7c7dcd97010dd358cd168c.png

 

 

As i get an error while trying to check the logs i can't provide more infos. sry for that.

Link to comment
Share on other sites

Painkiller8818

@reggi I have a question about the TV Show Infos, from where do you take the infos about the missing episodes?

I have all my Shows like they are on https://thetvdb.com/ but it seems you are taking your infos from somewhere else.

EG: Dragonball has 13 episodes for season 1 on thetvdb, but your info tells me season 1 should have 153 episodes and thats why it is listed as missing episodes.

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...