Jump to content

Pushbullet notifications error.


victor@vialy.com

Recommended Posts

victor@vialy.com

Suddently my pushbullet notifications stopped working. 
What could it be?
I already reset my API key on pushbullet and emby, still get error message.

Looking at the emby log, it says this.

 

2024-02-14 15:44:26.906 Info HttpClient: POST https://api.pushbullet.com/v2/pushes
2024-02-14 15:44:27.030 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.0.80
	Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3
	Operating system: Linux version 5.10.0-0.deb10.23-amd64 (debian-kernel@lists.debian.org) (gcc-8 (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP
	Framework: .NET 6.0.25
	OS/Process: x64/x64
	Runtime: app/emby/system/System.Private.CoreLib.dll
	Processor count: 12
	Data path: /config
	Application path: /app/emby/system
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: BadRequest
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at MediaBrowser.Plugins.PushBulletNotifications.Notifier.SendNotification(InternalNotificationRequest request, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2024-02-14 15:44:27.030 Info Server: http/1.1 Response 500 to host4. Time: 124ms. POST http://host1/emby/Notifications/Services/Test?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json
2024-02-14 15:44:55.642 Info Server: http/1.1 POST http://host1/emby/Notifications/Services/Configured?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
2024-02-14 15:44:55.643 Info Server: http/1.1 Response 204 to host4. Time: 1ms. POST http://host1/emby/Notifications/Services/Configured?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json
2024-02-14 15:45:00.429 Info Server: http/1.1 POST http://host1/emby/Notifications/Services/Test?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
2024-02-14 15:45:00.430 Info HttpClient: POST https://api.pushbullet.com/v2/pushes
2024-02-14 15:45:00.480 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.0.80
	Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3
	Operating system: Linux version 5.10.0-0.deb10.23-amd64 (debian-kernel@lists.debian.org) (gcc-8 (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP
	Framework: .NET 6.0.25
	OS/Process: x64/x64
	Runtime: app/emby/system/System.Private.CoreLib.dll
	Processor count: 12
	Data path: /config
	Application path: /app/emby/system
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: BadRequest
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at MediaBrowser.Plugins.PushBulletNotifications.Notifier.SendNotification(InternalNotificationRequest request, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2024-02-14 15:45:00.480 Info Server: http/1.1 Response 500 to host4. Time: 51ms. POST http://host1/emby/Notifications/Services/Test?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json
2024-02-14 15:54:09.268 Info Server: http/1.1 DELETE http://host1/emby/Notifications/Services/Configured?Id=9c3079a7b5b944ef9e5e868323ec80a2&UserId=3&X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
2024-02-14 15:54:09.270 Info Server: http/1.1 Response 204 to host4. Time: 2ms. DELETE http://host1/emby/Notifications/Services/Configured?Id=9c3079a7b5b944ef9e5e868323ec80a2&UserId=3&X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us
2024-02-14 15:54:58.385 Info Server: http/1.1 POST http://host1/emby/Notifications/Services/Configured?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
2024-02-14 15:54:58.386 Info Server: http/1.1 Response 204 to host4. Time: 1ms. POST http://host1/emby/Notifications/Services/Configured?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json
2024-02-14 15:55:05.407 Info Server: http/1.1 POST http://host1/emby/Notifications/Services/Test?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
2024-02-14 15:55:05.408 Info HttpClient: POST https://api.pushbullet.com/v2/pushes
2024-02-14 15:55:05.826 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.0.80
	Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3
	Operating system: Linux version 5.10.0-0.deb10.23-amd64 (debian-kernel@lists.debian.org) (gcc-8 (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP
	Framework: .NET 6.0.25
	OS/Process: x64/x64
	Runtime: app/emby/system/System.Private.CoreLib.dll
	Processor count: 12
	Data path: /config
	Application path: /app/emby/system
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: BadRequest
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at MediaBrowser.Plugins.PushBulletNotifications.Notifier.SendNotification(InternalNotificationRequest request, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2024-02-14 15:55:05.826 Info Server: http/1.1 Response 500 to host4. Time: 418ms. POST http://host1/emby/Notifications/Services/Test?X-Emby-Client=Emby Web&X-Emby-Device-Name=Brave Windows&X-Emby-Device-Id=60f8f1b3-2a80-418a-bacf-1548da50a4c7&X-Emby-Client-Version=4.8.0.80&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us&reqformat=json
Link to comment
Share on other sites

Lessaj

Pusbullet allows for 500 pushes a month if you don't have pro, this is likely your issue. My pushes were working and then I loaded in a whole bunch of episodes and at some point during those notifications it stopped working and I have the same messages in my logs.

Edited by Lessaj
  • Facepalm 1
  • Thanks 1
Link to comment
Share on other sites

victor@vialy.com
2 hours ago, Lessaj said:

Pusbullet allows for 500 pushes a month if you don't have pro, this is likely your issue. My pushes were working and then I loaded in a whole bunch of episodes and at some point during those notifications it stopped working and I have the same messages in my logs.

Maybe. 
Pushbullet should have a counter or something. :D

Link to comment
Share on other sites

Lessaj

I tried looking at their documentation to query their API for a count or a date/time when it will reset but I didn't find anything conclusive...

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...