Kylart / Nyaapi

Non-official api to access Nyaa.si and Nyaa.pantsu.cat (search, upload,...)
MIT License
108 stars 17 forks source link

Problem with search #21

Closed hbacelar8 closed 4 years ago

hbacelar8 commented 4 years ago

Hi, is the repo still alive?

I was trying to use the search function on an electron app but apparently the promise is never fulfilled.

Coud you help with that?

Kylart commented 4 years ago

Can you share the code you are trying to run?

hbacelar8 commented 4 years ago

I managed to fix it by rewriting the search function to use fetch instead of request. For some reason I don't know, request doesn't seem to work on Electron for me.

Thanks!

Kylart commented 4 years ago

That's probably because you are trying to use it on the renderer when request cannot be imported unless you set nodeIntegration to true.