-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Invalid regular expression: missing / #774
Comments
facing the same issue here |
Also having the same issue |
The full error looks like this (I added
|
Look like it is from ytdl-core issue: fent/node-ytdl-core#1110 There have a temporary fix, and I try to change the package.json, build again, and it back to work normally. |
I tried downgrading |
Switching to the suggested branch for fixed it for me |
Maybe we can build the one temporary fix image for now, until they merge the fix. |
So it looks like the docker image was updated. The error is still the same but has changed itself to say "Missing catch or finally after try" on my end and previous messages with the original "Invalid regular expression: missing /". |
yeah, repo author try to downgrade ytdl-core, but it doesn't fix. |
I will build the temporary fix image later, until ytdl-core merge the fix pr, and bump up version. |
Okay done. Image (will delete when this issue fix): Commit and action: |
It looks like this issue has been fixed. |
@codetheweb Hey, I just pulled the |
I've also been seeing this with both latest, 2.1.6, and xMikux's fix package. Was working fine yesterday. If this is still just yt-dl issues, I might have to look into a non-docker install so I can update it myself as it breaks. |
I remember reading how youtube was doing some things to make ytdl less easy to use. But this is happening to me as well again. |
Another temporary fix on fent/node-ytdl-core#1131 (comment) I will build fix image again, but not sure what will cause actually (I using sed command to replace string) |
Okay another done. Image (will delete when this issue fix again): Commit and action: |
Confirming @xMikux's fix package is working(and giving me nice english text too). Thanks! |
Well, I just give up my weird english. And I see there have a new release ytdl-core v4.11.2 fix this again. Hope it won't break again. |
What's happening?
When trying to do a normal /play query: whatever command the bot joins and then the message "ope: Invalid regular expression: missing /" pops up. The bot will then stay for 30 seconds and then leave. No crash messages are present
Message #music
Logs
Looking at docker logs gives normal startup and last message is the discord invite link.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Runtime
I'm running Muse:
Docker
Versions
The text was updated successfully, but these errors were encountered: