-
Notifications
You must be signed in to change notification settings - Fork 21
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
Deathadder V2 Pro not found #6
Comments
Would you want to try the debug version to gather more info? https://github.com/Tekk-Know/RazerBatteryTaskbar/releases/tag/v1.0.1 |
Hi, I just installed and when opne the app, it shows invisible icons on the taskbar, but when I hover on it it says undefined% |
Hi,
I tried the debug version same problem here
***@***.*** start
electron-forge start
✔ Checking your system
✔ Locating application
✔ Loading configuration
✔ Preparing native dependencies: 1 / 1 [0.5s]
✔ Running generateAssets hook
Error: requestDevice error: Error: selected device not found
at WebUSB.<anonymous>
(C:\dev\RazerBatteryTaskbar-1.0.1\node_modules\usb\dist\webusb\index.js:255:31)
at step
(C:\dev\RazerBatteryTaskbar-1.0.1\node_modules\usb\dist\webusb\index.js:33:23)
at Object.next
(C:\dev\RazerBatteryTaskbar-1.0.1\node_modules\usb\dist\webusb\index.js:14:53)
at fulfilled
(C:\dev\RazerBatteryTaskbar-1.0.1\node_modules\usb\dist\webusb\index.js:5:58)
[image: 2023-09-22 19_45_59-.jpg]
I tried to debug the code a few month ago, details here:
#1
but I never found a solution.
Am Fr., 22. Sept. 2023 um 18:46 Uhr schrieb Aldair Cuarez <
***@***.***>:
… Hi, I just installed and when opne the app, it shows invisible icons on
the taskbar, but when I hover on it it says undefined%
I have the same model as detailed on thread (DA V2 Pro wireless (2.4 Ghz))
and I have the lates version of the app 1.0.5
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3HHY2KF4R26IX5F4YC67DX3W6FHANCNFSM6AAAAAA5AOWX4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
|
When you run the debug version you should see a notification displaying all connected / detected USB devices with their associated product Id and name (e.g. 158|Razer DeathAdder V2 Pro). You may have to allow notifications as it uses the default OS notification system. If you aren't seeing this you may need to provide me a bit more information about your system. |
hi,
I sent a screenshot of the notification overlay in the last email
[image: 2023-09-22 19_45_59-.jpg]
my razer hardware (Death Adder V2 Pro
and Huntsman Elite) were not found.
When I execute the following code:
const webusb = new WebUSB({
allowAllDevices: true
});
const showDevices = async () => {
const devices = await webusb.getDevices();
const text = devices.map(d => `${d.productName}\t${d.productId}`);
text.unshift('productName\tPID\n-------------------------------------');
console.log(text.join('\n'));
};
showDevices();
==>
productName PID
-------------------------------------
MYSTIC LIGHT 31889
LG Monitor Controls 39481
Razer Huntsman Elite 550
using windows 10 - latest updates installed...
Am Fr., 22. Sept. 2023 um 22:25 Uhr schrieb Tekk-Know <
***@***.***>:
… When you run the debug version you should see a notification displaying
all connected / detected USB devices with their associated product Id and
name (e.g. 158|Razer DeathAdder V2 Pro). You may have to allow
notifications as it uses the default OS notification system.
If you aren't seeing this you may need to provide me a bit more
information about your system.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3HHY6SMCQRNU3G5HQDSRLX3XX3LANCNFSM6AAAAAA5AOWX4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
|
Does the same lack of detection happen when plugged in via usb cable? What's your setup like, usb hub, docking stations anything like that? |
I just connected the Mouse with the USB cable directly to the mainboard of
my second computer (Intel Nuc 13) fresh installed windows 10, same
situation there the mouse is not detected and not shown the windows
notification of the debug app (neither is my razer keyboard)
Am Sa., 23. Sept. 2023 um 00:24 Uhr schrieb Tekk-Know <
***@***.***>:
… Does the same lack of detection happen when plugged in via usb cable?
What's your setup like, usb hub, docking stations anything like that?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3HHY4UIQ7X77HTI46WT73X3YFYNANCNFSM6AAAAAA5AOWX4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
|
Hmm, well that is strange. If the USB lib can't find it then that's obviously our main issue. I'll attempt a build with https://github.com/node-usb/node-usb when I have time to see if that gets us better results. |
That would be great, thanks!
Am Sa., 23. Sept. 2023 um 14:31 Uhr schrieb Tekk-Know <
***@***.***>:
… Hmm, well that is strange. If the USB lib can't find it then that's
obviously our main issue. I'll attempt a build with
https://github.com/node-usb/node-usb when I have time to see if that gets
us better results.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3HHYZLZ7H7MN3XAETZBADX33JBJANCNFSM6AAAAAA5AOWX4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
|
btw I just saw that I already opened a ticket with this issue in node-udb 9
month ago
node-usb/node-usb#579
I just couldn't make much out of the answer
Am Sa., 23. Sept. 2023 um 16:51 Uhr schrieb Axel Žužek ***@***.***>:
… That would be great, thanks!
Am Sa., 23. Sept. 2023 um 14:31 Uhr schrieb Tekk-Know <
***@***.***>:
> Hmm, well that is strange. If the USB lib can't find it then that's
> obviously our main issue. I'll attempt a build with
> https://github.com/node-usb/node-usb when I have time to see if that
> gets us better results.
>
> —
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AG3HHYZLZ7H7MN3XAETZBADX33JBJANCNFSM6AAAAAA5AOWX4Y>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
--
*DI Axel **Žužek*
Webbasierte Softwarelösungen
Leopold Böhm Straße 5/306 1030 Wien
+43 650 678 1111
***@***.***
www.zuzek.info
|
My deathadder v2 pro is not working either, same issues as above. Showing all available devices using WebUsb API doesn't show the mouse in wired or 2.4 mode. Maybe using the legacy Device functionality would work? Messed around with it and it didn't seem to be of much help. Not really sure. Using the 'node-hid' package I can get access to the Deathadder v2 Pro's info but that might be too much work to switch. |
Any plans go fix this, or are you too busy? |
My Deathadder V2 Pro also shows "undefined%" in the taskbar on launch. I have it connected to my PC via the Mouse Dock Chroma with the DA dongle connected to it. I only have my DA linked to it. |
Razer Viper Ultimate also shows "undefined%", plug the dongle to the dock or directly to the PC both show the error |
@VinhPham26 try version 1.0.7 as it has a fix for Viper |
I was just about to comment! Now, it only displays "Searching for device" endlessly. |
Seeing this as well |
Hi, ver 1.08 still not fixed, but from this issue: |
Unfortunately, this does not fix it for me. |
Bummer, alright might be time for a migration away from the webusb lib.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Matt ***@***.***>
Sent: Saturday, July 6, 2024 8:26:53 AM
To: Tekk-Know/RazerBatteryTaskbar ***@***.***>
Cc: Tekk-Know ***@***.***>; Comment ***@***.***>
Subject: Re: [Tekk-Know/RazerBatteryTaskbar] Deathadder V2 Pro not found (Issue #6)
@VinhPham26<https://github.com/VinhPham26> try version 1.0.7 as it has a fix for Viper
Hi, ver 1.08 still not fixed, but from this issue: #19<#19> I found that the problem is SignalRGB, turn off it make the app working
Unfortunately, this does not fix it for me.
I tried closing SignalRGB and ending everything to do with Razer in Task Manager but nothing made this app change from "Searching for device".
—
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADZMRNADUAUC6VDPOR2V23LZK7PA3AVCNFSM6AAAAAA5AOWX42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRG42TKOBUGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
You guys might try the new debug release that ditches WebUSB: |
Still "Searching for device". Edit: not sure if it's relevant, but all my connected Razer devices include:
|
@Meh7991 |
Heres what I am seeing on 1.0.9 The only razer product I have is a Deathadder V2 Pro |
@CartierCodes Fair enough, rules that out. |
@CartierCodes I added a notification to the error handler in the battery call to the mouse, wanna see if you see anything. Updated the exe file in the release. |
lol the error message doesn't help haha. Lemme know any other changes you want me to test |
Well I think I nailed that haha, I guess it's time to implement actual logging. @CartierCodes Ok, one more try before full logging. |
|
|
@CartierCodes I added a logger with some basic logging mind trying this reupped version again. |
app.log |
app.log |
Nice! Ok so very different errors here. @Meh7991 I think your error is probably due to the multiple Razer products and I'll need to make a UI selector to pick the one we care about. @CartierCodes I think your error might stem from a libusb resource issue. I'll dig into that more. |
To anyone using signalRGB, today with the 2.4 update, they also show the mouse battery icon under the taskbar. So if you need both rgb control and mouse battery showing, just use signalRGB |
Yep, been using this in the beta releases and it's been working perfectly for me with my Deathadder V2 Pro. |
Just tried the latest version with my DA V2 Pro wireless (2.4 Ghz) and wired
the packaged exe shows "undefined %" in taskbar
The text was updated successfully, but these errors were encountered: