XielQs / httptoolkit-pro-patcher

Basic program that patches pro version to HTTP Toolkit
MIT License
184 stars 49 forks source link

not working after update #12

Closed haemtee closed 1 month ago

haemtee commented 1 month ago

the tools kit are update and the pro feature now is missing

SuperTavor commented 1 month ago

Yeah, would be much appreciated if you fixed this

CrustyCode commented 1 month ago

The issue is that there's a dollar sign added to the accStoreName.

CrustyCode commented 1 month ago

https://github.com/XielQs/httptoolkit-pro-patcher/pull/13

XielQs commented 1 month ago

thanks @CrustyCode should be fixed ig?

CrustyCode commented 1 month ago

@XielQs #13 fixes the problem for me. Can anyone confirm? @haemtee @SuperTavor

SuperTavor commented 1 month ago

I tried your fork, it worked for me this afternoon but now I'm stuck on the HTTP Toolkit loading thing

image

XielQs commented 1 month ago

can you share a devtools console log?

SuperTavor commented 1 month ago

Hmm, it suddenly works again. Very strange. image

XielQs commented 1 month ago

uh 🤷🏻‍♂️

MoriSummerz commented 1 month ago

same, just stuck on the loading screen

upd. stucks here image

h9nt commented 1 month ago

all working as usually

XielQs commented 1 month ago

same, just stuck on the loading screen

upd. stucks here image

can you leave a screenshot of devtools?

haemtee commented 1 month ago

@XielQs #13 fixes the problem for me. Can anyone confirm? @haemtee @SuperTavor

yep its fixed

JohnDoe1964 commented 1 month ago

PS C:\Temp\httptoolkit-pro-patcher> node . patch node:internal/modules/esm/resolve:854 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null); ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@electron/asar' imported from C:\Temp\httptoolkit-pro-patcher\index.js at packageResolve (node:internal/modules/esm/resolve:854:9) at moduleResolve (node:internal/modules/esm/resolve:927:18) at defaultResolve (node:internal/modules/esm/resolve:1169:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12) at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25) at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38) at ModuleWrap. (node:internal/modules/esm/module_job:87:39) at link (node:internal/modules/esm/module_job:86:36) { code: 'ERR_MODULE_NOT_FOUND' }

Node.js v20.16.0 PS C:\Temp\httptoolkit-pro-patcher>

XielQs commented 1 month ago

PS C:\Temp\httptoolkit-pro-patcher> node . patch node:internal/modules/esm/resolve:854 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null); ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@electron/asar' imported from C:\Temp\httptoolkit-pro-patcher\index.js at packageResolve (node:internal/modules/esm/resolve:854:9) at moduleResolve (node:internal/modules/esm/resolve:927:18) at defaultResolve (node:internal/modules/esm/resolve:1169:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12) at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25) at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38) at ModuleWrap. (node:internal/modules/esm/module_job:87:39) at link (node:internal/modules/esm/module_job:86:36) { code: 'ERR_MODULE_NOT_FOUND' }

Node.js v20.16.0 PS C:\Temp\httptoolkit-pro-patcher>

you need to install packages with npm i